with one click
tdd-implementation
Enforces Test-Driven Development methodology
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Enforces Test-Driven Development methodology
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | tdd-implementation |
| description | Enforces Test-Driven Development methodology |
| license | MIT |
| metadata | {"audience":"developers","workflow":"bolt-cycle"} |
Implements strict Test-Driven Development workflow:
After each TDD cycle:
uv run pytest to verify all tests passuv run black . for formattinguv run flake8 . for style complianceuv run mypy . for type safetyuv run pytest --cov=ras_balancerFollow project conventions for:
np.allclose, pytest.raises)Execute the technical plan for a feature using bounded, task-by-task execution. Acts as the "Goldfish", relying on strict constraints from the "Elephant" (spec.md).
Define requirements, specifications, architecture, and step-by-step task plans for a new feature or modification. Orchestrates the creation of the Elephant (spec.md) and Goldfish Checklist (plan.md).
Establish a project governance document (constitution.md) with immutable architectural articles that all Bolts inherit. Run once per project before bolt-roadmap.
Investigate and document technology choices before architecture is locked. Invoked from bolt-intent Phase 2 when new technology decisions are required. Produces research.md. Optional — skip with documented reason when Bolt extends an established pattern.
Structured post-Bolt retrospective that captures process improvements, proposes constitution amendments, and updates bolt-* skills. Targets the development process — not the project. Distinct from bolt-synthesis.
Create a comprehensive strategic roadmap and diagram for the project by decomposing high-level goals into atomic, sequential/parallel bolts.