feature-speclisted
Install: claude install-skill austinmao/feature-fix-swarm
# /feature-spec [NNN | "description"]
## Host dispatch contract
- Codex: invoke skills as `$skill`; use Codex collaboration roles and GPT-5.6 model tiers.
- Claude: invoke skills as `/skill`; use Claude Agent/Skill tools and Claude model aliases.
- Examples that name both hosts are routing contracts. Never send one host's command syntax to the other.
- A bare `/skill` in this shared source denotes the Claude form; Codex dispatches the same named skill as `$skill`.
## Init gate
Before any other step, run the advisory init guard and relay its output
verbatim:
```bash
bash "$(git rev-parse --show-toplevel)/scripts/gsd/init-guard.sh" || true
```
If it printed `INIT-GUARD:` warnings, offer `/ffs-init` before proceeding in
interactive sessions (declining proceeds anyway); headless, spawned, and
autonomous runs relay the warnings once and continue. Advisory only — never
a block, never an exit-code change.
At entry, make one opportunistic, fail-soft `bash scripts/gsd/reconcile.sh` pass; never block on its result.
At completion, make one opportunistic, fail-soft repo-root-resolved `bash "$REPO_ROOT/scripts/gsd/retro.sh" analyze` pass through the same portable bounded runner as `run-finalizer.sh` (`timeout -k 10 120` when available, otherwise its TERM/KILL watchdog); never block on its result.
Spec-first feature definition pipeline. Chains three speckit phases in sequence and
enforces that TDD unit tests, BDD behavior scenarios, and E2E test definitions are
present in every art