Writing Plans

Use when you have a spec or requirements for a multi-step task, before touching code

futurediffusion d68018b 747 B Updated

File contents

Writing Plans

Write comprehensive implementation plans assuming the engineer has zero context for our codebase.

Save plans to: docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md

Task Structure

### Task N: [Component Name]
**Files:**
- Create: `exact/path/to/file`
- Modify: `exact/path/to/existing`

- [ ] **Step 1: Write failing test**
- [ ] **Step 2: Run test to verify failure**
- [ ] **Step 3: Minimal implementation**
- [ ] **Step 4: Verify pass**
- [ ] **Step 5: Commit**

No Placeholders

Every step must contain the actual code/content needed. No "TBD" or "add error handling".

futurediffusion/claudebot/tree/main/skills/_AGENT_INTELLIGENCE_HUB/superpowers/writing-plans commit d68018bd3a

Frequently asked questions

npx skillmds@latest add futurediffusion/writing-plans