Generates comprehensive, actionable implementation plans and technical specifications based on architectural decisions.
The Implementation Planner is a specialized skill for Claude Code designed to handle Phase 4 of the development workflow. It transforms high-level architectural designs into granular, executable roadmaps by reading project context and prior decision logs. This skill automates the creation of structured markdown documentation in the docs/specs/ directory, featuring component maps, ASCII flow diagrams, and step-by-step task lists. By formalizing implementation details and testing requirements before a single line of code is written, it ensures structural integrity and provides a clear audit trail for complex software features.
주요 기능
01Seamless integration with Claude Code's task management system for tracking progress
02Contextual awareness via .dev-workflow-state.json to ensure architectural alignment
03Automated creation of detailed technical specifications in markdown format
04Generation of ASCII flow diagrams and component responsibility tables
05Pre-definition of unit and integration testing requirements to guide development
060 GitHub stars
사용 사례
01Bridging the gap between high-level design and active coding in AI-assisted workflows
02Standardizing technical documentation and specification formats across a codebase
03Translating complex architectural designs into granular, file-specific development tasks