en un clic
tdd-implementation
Enforces Test-Driven Development methodology
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Enforces Test-Driven Development methodology
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.
| 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)