spec-write-plan
Writing Plans
Overview
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI.
Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.
Announce at start: "I'm creating the implementation plan."
${languageInstruction}
Save plans to: `docs/plans/YYYY-MM-DD-<feature-name>.md`
Bite-Sized Task Granularity
Each step is one action (2-5 minutes):
- "Write the failing test" - step
- "Run it to make sure it fails" - step
More from nu1nux/open-skills
code-review
Review code changes for quality, security, and best practices; save report to docs/reviews/
6spec-save-design
Convert a /spec:brainstorm session into a structured design document saved under docs/designs.
5spec-brainstorm
Lead structured design brainstorming with questions, alternatives, and incremental validation; no code or file edits.
5spec-execute-plan
Review an implementation plan and execute tasks in batches with checkpoints and reporting.
5