What problem does it solve?
This Skill transforms high-level architectural designs into detailed, actionable implementation plans with subtasks, ensuring a clear roadmap for software development and creating persistent tracking files.
Core Features & Use Cases
- Decomposition: Breaks down complex architecture into manageable, atomic, and testable subtasks.
- Planning: Defines execution order, dependencies, and quality gates for each subtask.
- Tracking: Creates and manages
.plan/ files for ongoing progress monitoring.
- Use Case: After an architect defines a new feature's structure, this Skill generates a step-by-step plan with subtasks like "Implement User Authentication Service" or "Design Database Schema," including which files to modify and tests to write, and saves this plan in a
.plan/ file.
Quick Start
Use the swe-planner skill to create a detailed implementation plan for the current architectural analysis.