home/productivity/implement-sdd

Implement Sdd

GPTClaudeDeepSeek··145 copies·updated 2026-07-14
implement-sdd.prompt
## Stage 3: Implementation with SDD

Implement feature using Subagent-Driven Development.

### Input:
- PLAN-{workflow_run_id}.md
- DESIGN-{workflow_run_id}.md

### Skills Required:
- `subagent-driven-development`
- `test-driven-development` (used by subagents)

### SDD Cycle:

1. **Dispatch implementer subagent** with full context (plan, design, REQ)
   - Subagent uses `test-driven-development` skill
   - Subagent follows TDD cycle:
     ```
     RED: Write failing test
       ↓
     GREEN: Write minimal code to pass
       ↓
     REFACTOR: Improve while keeping tests green
       ↓
     Repeat
     ```

2. **Review by main agent** (spec compliance FIRST, code quality SECOND)
   - Check spec compliance
   - Check code quality
   - IF issues: fix and re-review

3. **Mark complete**

### Iron Law:
**NO production code without failing test first.**
If violated: DELETE code, restart.

### Gate:
- All tests pass: {test_command}

fill the variables

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

{workflow_run_id}{test_command}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Dqz00116/text2image (MIT). A "Implement Sdd" 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