home/productivity/write-plan

Write Plan

GPTClaudeDeepSeek··339 copies·updated 2026-07-14
write-plan.prompt
## Stage 2: Writing Plans

Break down implementation into small, actionable tasks.

### Output File:
docs/superpowers/plans/PLAN-{workflow_run_id}.md

### Tasks:
1. Read `writing-plans` skill

2. Check scope (break into separate plans if needed)

3. Design file structure:
   ```
   src/
   ├── module/
   │   ├── __init__.py
   │   └── feature.py
   tests/
   └── ...
   ```

4. Decompose into bite-sized tasks:
   ## Tasks
   - [ ] TASK-001: [Specific action, 2-5 min]
   - [ ] TASK-002: [Specific action, 2-5 min]

   **Forbidden**: TBD, TODO, "implement later", "similar to X"

5. Define test strategy:
   ## Test Strategy
   - Unit tests for...
   - Integration tests for...

6. Self-review:
   - Spec coverage complete
   - No placeholders
   - Exact file paths specified

### Gate:
- PLAN-{workflow_run_id}.md written

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{workflow_run_id}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Dqz00116/text2image (MIT). A "Write Plan" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Dqz00116/text2image · MIT