← ClaudeAtlas

speckit-coachlisted

Coaches developers through Spec-Driven Development using the official SpecKit CLI and the speckit-pro plugin. Provides SDD methodology guidance, per-command coaching, phase gate validation, multi-spec technical roadmap creation, workflow tracking, existing-project fixup, and live SpecKit extension and preset discovery. Use when user asks about SDD methodology, SpecKit commands, spec writing, feature decomposition, gate failures, technical roadmaps, the roadmap map / home note / Map of Content / navigation and its curated-vs-generated two-zone structure, autopilot workflows, project repair, template durability, consensus protocol, or browsing, installing, configuring, and removing SpecKit community extensions, presets, hooks, and the catalog.
racecraft-lab/racecraft-plugins-public · ★ 5 · AI & Automation · score 74
Install: claude install-skill racecraft-lab/racecraft-plugins-public
# SpecKit Coach & Enhancement Skill ## Capability discovery & grounding Before researching or recommending, enumerate the tools and skills your session actually exposes — do not assume a fixed set; the user may have installed anything — and select the best fit per `speckit-pro/skills/speckit-autopilot/references/capability-discovery.md`. Ground every external fact you assert in a real tool, skill, or file result per `speckit-pro/skills/speckit-autopilot/references/grounding.md`, and abstain when nothing grounds it. ## Prerequisites This skill **enhances** the official SpecKit CLI — it does not replace it. The developer must first install SpecKit: ```text uv tool install specify-cli --from git+https://github.com/github/spec-kit.git specify init --integration claude # 25+ agents: copilot, cursor-agent, gemini, codex, etc. ``` After installation, the developer has access to the SpecKit skills (`/speckit-*`) and extension commands. This skill provides **coaching, guidance, and enhancement** on top of those commands. ## What This Skill Does ### Dynamic Project Awareness Before coaching, check for installed presets and extensions that affect this project's workflow: ```text 1. Glob(".specify/presets/*/preset.yml") → any presets installed? 2. If yes → Read each preset.yml to learn what it enforces (TDD mandates, architecture patterns, test requirements) 3. Glob(".specify/extensions/*/extension.yml") → any extensions? 4. Tailor coaching to include preset/extension co