The Writing Plans skill transforms Claude into a technical architect, enabling the creation of detailed, bite-sized implementation roadmaps from high-level specs. It enforces industry best practices like Test-Driven Development (TDD), DRY, and YAGNI, producing a standardized Markdown document that specifies exact file paths, shell commands, and expected test outputs. By assuming a zero-context environment for the implementer, it ensures that plans are robust, repeatable, and perfectly formatted for handoff to execution subagents or manual development workflows.
主な機能
014 GitHub stars
02Automatic plan versioning in docs/plans/
03Bite-sized task granularity (2-5 minute actions)
04Seamless handoff to execution-focused sub-skills
05Standardized TDD-based implementation plans
06Precise file path and shell command documentation