feat(skills): implement tech-lead skill for structured task implementation#143
Merged
feat(skills): implement tech-lead skill for structured task implementation#143
Conversation
…ation Add comprehensive tech-lead skill that provides structured guidance for implementing features and tasks: - Requirement gathering from Jira tickets (via brianna) or user descriptions - 5-phase workflow: gathering, analysis, complexity assessment, recommendation, implementation - Complexity rating system (Simple/Medium/Complex) with evidence-based reasoning - Integration with solution-architect skill for complex features - Branch creation and naming conventions (Jira: EPMCDME-XXXXX, non-Jira: feature/name) - Layer-by-layer implementation guidance following project architecture - Reference documentation and example workflows Resolves EPMCDME-10387 Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
TarasSpashchenko
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements EPMCDME-10387: Tech-Lead Skill for Claude Code providing structured requirements analysis, complexity assessment, and implementation planning.
This PR introduces a comprehensive tech-lead skill that acts as a technical lead to guide implementation from requirements through to code delivery. The skill bridges the gap between business requirements (Jira tickets or user descriptions) and actual implementation with a structured 5-phase workflow.
Changes
Tech-Lead Skill Implementation (
.claude/skills/tech-lead/SKILL.md):EPMCDME-XXXXX, non-Jira:feature/name)Reference Documentation:
references/complexity-assessment-guide.md: Detailed complexity criteria and decision frameworkreferences/branch-workflow.md: Git branching best practices for Jira ticketsExample Workflows:
examples/simple-feature-example.md: Simple CRUD endpoint implementationexamples/non-jira-task-example.md: Task description without Jira ticketexamples/complex-feature-example.md: Multi-layer feature with architectural decisionsImpact
Before: No structured approach for task assessment and implementation planning. Developers had to manually:
After: Tech-lead skill provides:
Checklist
Related