From engineering-workflow-skills
Breaks down feature requests into detailed implementation plans with sequential tasks, architecture decisions, testing, and subagent execution steps. Use for new features, enhancements, or complex changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-workflow-skills:feature-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematically analyze feature requests and create detailed, actionable implementation plans.
Systematically analyze feature requests and create detailed, actionable implementation plans.
Ask clarifying questions:
Explore the codebase:
Use Task tool with subagent_type='Explore' and thoroughness='medium' to understand:
Identify components:
Consider architecture:
Check dependencies:
Break feature into discrete, sequential tasks:
## Feature: [Feature Name]
### Overview
[Brief description of what will be built and why]
### Architecture Decisions
- [Key decision 1 and rationale]
- [Key decision 2 and rationale]
### Implementation Tasks
#### Task 1: [Component Name]
- **File**: `path/to/file.py:123`
- **Description**: [What needs to be done]
- **Details**:
- [Specific requirement 1]
- [Specific requirement 2]
- **Dependencies**: None (or list task numbers)
#### Task 2: [Component Name]
...
### Testing Strategy
- [What types of tests needed]
- [Critical test cases to cover]
### Integration Points
- [How this connects with existing code]
- [Potential impacts on other features]
Include specific references:
src/utils/auth.py:45)Confirm:
Launch plan-implementer agent for each task:
Task tool with:
- subagent_type: 'plan-implementer'
- description: 'Implement [task name]'
- prompt: Detailed task description from plan
Execution strategy:
Planning:
Communication:
Execution:
npx claudepluginhub p/huonghamd9-engineering-workflow-skills-engineering-workflow-plugin4plugins reuse this skill
First indexed Jun 6, 2026
Generates detailed implementation plans for features, refactors, migrations, bug fixes, and architectural changes using multi-agent collaboration. Outputs structured Markdown files with steps, scope, and risks.
Creates detailed, step-by-step implementation plans from specs or requirements before coding. Each step is a single 2-5 minute action with file paths, test commands, and commit instructions.