What problem does it solve?
Implementing software features without a structured plan leads to scope drift, missed edge cases, incomplete verification, and wasted rework time. This Skill eliminates that risk by formalizing the planning phase for confirmed designs or clear requirements.
Core Features & Use Cases
- Structured Task Breakdown: Splits confirmed designs or clear requirements into ordered, trackable tasks with explicit file scopes, modification objectives, and verification methods.
- Dependency & Conflict Mapping: Identifies task relationships (strong, weak, independent, conflict risks) to guide execution order, parallel work, and merge conflict avoidance.
- Standardized Output: Generates a consistent plan.md file formatted for handoff to the exec-plan skill, including route-sync need assessments.
- Use Case: After a design.md for a new user profile editing feature is confirmed, use this Skill to break the work into tasks like updating the user schema, building the edit API endpoint, and writing frontend form tests, with clear dependencies and verification steps for each.
Quick Start
Use the plan skill to create an execution plan for the new inventory tracking feature based on the confirmed design.md file.