What problem does it solve?
Plan-writing addresses the lack of standardized planning documents that describe what to do without executable code. It ensures teams have a clear blueprint with task identifiers, required files, validation criteria, and an approval trail.
Core Features & Use Cases
- Structured Task Format: Each plan uses Task X.Y with a title, target, Create/Modify/Reference files, Steps, Commit, and Verification.
- Validation & Traceability: Explicit verification criteria and change history for audit and progress tracking.
- Use Case: When coordinating a feature or documentation effort, teams generate a plan that can be reviewed and approved before any implementation begins.
Quick Start
Use the plan-writing skill to outline Task 1.0: "Set up project repository," include Create: "README.md", Modify: "package.json", Reference: "design-docs/initial.md"; specify steps and a verification command like "grep -R 'initial' -n" to confirm.