| name | writing-plans |
| description | Create implementation plans with bite-sized tasks, exact file paths, and complete code examples. Use when you have a spec or requirements for a multi-step task. |
| metadata | {"hermes":{"tags":["planning","design","implementation","workflow"]}} |
Writing Implementation Plans
Write comprehensive implementation plans assuming the implementer has zero context. Document everything: which files to touch, complete code, testing commands, how to verify.
Bite-sized tasks
Each task = 2-5 minutes of focused work. One action per step.
Format
- Summary
- Prerequisites
- Task 1: [action] – [expected outcome]
- Task 2: ...
- Verification steps
- Rollback if needed