speckit-coachlisted
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