SDD Phase 7 — Deliver — iterative TDD implementation (red/green/refactor per task) [GATE G2]
From sdd-metodologianpx claudepluginhub javimontano/mao-sdd/sdd-07-implementSDD Phase 7 — Deliver — iterative TDD implementation (red/green/refactor per task) from task list [CRITICAL GATE]
Deliver — iterative TDD implementation (red/green/refactor per task): process tasks, run tests, validate output. HALTS if checklists incomplete.
Before execution, run the gate check:
bash scripts/sdd-gate-check.sh 07 "$PROJECT_PATH"
If result is FAIL: HALT. Show findings and ask user to resolve before proceeding. If result is CONDITIONAL: warn but proceed.
Run the skill at skills/sdd-07-implement/SKILL.md with the user's input.
After implementation completes:
scripts.test, pytest.ini, Makefile test targetbash scripts/sdd-assertion-hash.sh generate "$PROJECT_PATH"bash scripts/sdd-phase-complete.sh 07 "$PROJECT_PATH"If tests fail: report failures and do NOT mark phase as complete.