← ClaudeAtlas

specflow-developlisted

Execute a plan into code, verified by tests. "implement this spec", "build this slice".
pedropacheco95/cortex · ★ 2 · Testing & QA · score 70
Install: claude install-skill pedropacheco95/cortex
# Specflow: Develop ## When to use Execute a plan into code and verify it by test — the last stage of the spec-first spine (brainstorm → plan → develop). Runs the test cascade: atomic tests at spec level, spec tests at domain level, journey tests at slice level. Self-similar at every scope — the same skill runs at slice, domain, and spec granularity, delegating per its depth calibration. Parent agents verify children via tests, not by reading their code. Codes ALL gaps (including edge cases and missing validation) and documents them — never stops for a gap; but a load-bearing review finding that survives five fix rounds stops the work as BLOCKED rather than shipping it broken. Use this skill when the user says "implement this spec", "build this slice", "code this domain", "develop from specs", or hands over a plan from specflow-plan. Planning itself lives in specflow-plan, not here. ## What this skill does Execute a plan into code. The skill is recursive — it works at any scope (vertical slice, domain, individual spec) using the same execute-or-delegate → verify → review pattern. **Planning lives in `specflow-plan`.** Explore, gap analysis, research, the implementation plan, and the size check moved there; this skill starts from the plan that produced. At **Minimal** depth — one spec, ≤ 3 criteria, ≤ 1 file — you may run from the spec and its test with no plan artefact. Above Minimal, a plan artefact is required; if there isn't one, run `specflow-plan` first rather than