feature-planning
Installation
SKILL.md
Feature Planning Skill
Answers the question: In what order should tasks be executed? Which can run in parallel? What blocks what?
This skill focuses on task sequencing and dependency analysis, transforming a flat task list into a logical execution flow.
When to Use
Use this skill when you have a feature breakdown document and need to:
- Determine the correct order to execute tasks
- Identify which tasks block other tasks
- Find opportunities for parallelization
- Create a sequenced task list for execution
- Understand dependencies and integration points
Key indicator: You're asking "In what order should these tasks be done?" and "Which can happen in parallel?"