원클릭으로
sdd-07-implement
SDD Phase 7 — Iterative TDD implementation with BDD verification chain. [GATE G2] Enhanced: mandatory gate, step coverage verification, assertion integrity, feature immutability.
메뉴
SDD Phase 7 — Iterative TDD implementation with BDD verification chain. [GATE G2] Enhanced: mandatory gate, step coverage verification, assertion integrity, feature immutability.
SDD Phase 0 — Define governance principles, coding standards, quality gates, and TDD policy. Enhanced: validates context.json, updates pipeline state, suggests workspace creation.
SDD Phase 1 — User Specs from natural language. FR-NNN, SC-NNN, acceptance scenarios. Enhanced: bug-fix intent detection, semantic diff on re-run, workspace RAG capture.
SDD Phase 2 — Technical Specs: architecture, data model, API contracts, technology decisions. Enhanced: Tessl tile discovery, context validation, schema enforcement.
SDD Phase 3 — BDD Analysis quality checklists. [GATE G1] Enhanced: mandatory gate enforcement, FR→plan alignment check.
SDD Phase 4 — Gherkin BDD test specs with cryptographic assertion hashing. Enhanced: SHA-256 hash generation, traceability tag validation, assertion integrity.
SDD Phase 5 — Dependency-ordered task breakdown with parallel markers and story labels.
| name | sdd-07-implement |
| description | SDD Phase 7 — Iterative TDD implementation with BDD verification chain. [GATE G2] Enhanced: mandatory gate, step coverage verification, assertion integrity, feature immutability. |
| license | GPL-3.0 |
| metadata | {"version":"3.6.0","upstream":"iikit-07-implement v1.6.4"} |
| context-scope | {"always":["CONSTITUTION.md",".specify/context.json"],"load":["tasks.md","plan.md","*.feature"],"never":["spec.md","analysis.md"]} |
| allowed-tools | ["Bash(bash scripts/*)","Bash(node scripts/*)","Read","Write","Edit","TodoWrite"] |
bash scripts/sdd-gate-check.sh 07 "$PROJECT_PATH"
If FAIL: HALT. All analysis findings must be resolved.
bash scripts/sdd-bdd-verify.sh "$PROJECT_PATH"
Validates: framework detection → step coverage → step quality → assertion integrity → feature immutability.
$ARGUMENTS
Step 1: Delegate to upstream:
Run the skill at iikit-07-implement (absorbed) with $ARGUMENTS
Upstream handles: task dispatch, red-green-refactor cycle, feature file immutability enforcement, task commits with trailers, parallel task execution via subagents, dependency satisfaction tracking.
Step 2: SDD extensions after implementation:
bash scripts/sdd-bdd-verify.sh "$PROJECT_PATH"
bash scripts/sdd-assertion-hash.sh verify "$PROJECT_PATH"
bash scripts/sdd-dod-check.sh "$ACTIVE_FEATURE" "$PROJECT_PATH"
bash scripts/sdd-phase-complete.sh 07 "$PROJECT_PATH"
node scripts/generate-command-center-data.js "$PROJECT_PATH"