SDD Phase 7 — Iterative TDD implementation with BDD verification chain. [GATE G2] Enhanced: mandatory gate, step coverage verification, assertion integrity, feature immutability.
From sdd-metodologianpx claudepluginhub javimontano/mao-sddThis skill is limited to using the following tools:
references/constitution-loading.mdreferences/conversation-guide.mdreferences/formatting-guide.mdreferences/ignore-patterns.mdreferences/model-recommendations.mdreferences/parallel-execution.mdreferences/tessl-integration.mdtemplates/plan-template.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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"