home/coding/implementation-prompt-4

Implementation Prompt

GPTClaudeDeepSeek··1,310 copies·updated 2026-07-14
implementation-prompt-4.prompt
# Implementation Prompt - PDCA Do Phase

Use this prompt to execute the plan following strict TDD discipline.

## Working Agreements (Quick Reference)

**Core Principles:**
- ✅ **Test-First**: Failing tests before production code (behavioral failures, not compilation errors)
- ✅ **Small Commits**: <100 lines, <5 files, one logical change
- ✅ **Follow Patterns**: Search and reuse existing abstractions
- ✅ **You Own It**: Review AI reasoning, intervene early, commit only what you understand

**Key Interventions:** "Where's the failing test first?" • "Is this commit too large?" • "Does this follow our patterns?" • "Are we staying on plan?"

## When to Use

- After the plan is approved and ready to implement
- At the start of the Do phase of PDCA cycle

## Implementation Prompt

when to use it

Community prompt sourced from the open-source GitHub repo MarcherGA/pdca-ai-coding-skill (NOASSERTION). A "Implementation Prompt" 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

codingcommunitydeveloper

source

MarcherGA/pdca-ai-coding-skill · NOASSERTION