featurelisted
Install: claude install-skill austinmao/feature-fix-swarm
# /feature — DEPRECATED
## Host dispatch contract
- Codex: `$skill`, Codex collaboration roles, and GPT-5.6 tiers.
- Claude: `/skill`, Agent/Skill tools, and Claude aliases.
- A bare `/skill` in this shared source denotes the Claude form; Codex dispatches the same named skill as `$skill`.
> **v3.19.0: `/feature` is retired.** Its post-decompose tail (review-gate → ship
> → canary) moved INTO `/feature-implement` as the Step 10 finish tail, gated by
> the autonomy ledger. Its front half is `/feature-spec` (which now also
> decomposes, preflights, and builds the grant ledger by default).
## New flow (use this)
```
/feature-spec NNN # spec → plan → clarify → tasks.md → preflight PASS → grant ledger
/feature-implement NNN --autonomous # swarm implement → QA → review-gate → ship → canary (ledger-gated)
```
Zero planned stops by default (v4.7.0 MAX-AUTH: gates auto-granted at the end
of `/feature-spec`; pass `--gated` there to review the list first).
## Back-compat behavior (this release only)
When invoked, print the deprecation banner above, then chain the replacements:
1. If `specs/NNN/tasks.md` is missing → invoke the `feature-spec` skill with
`$ARGUMENTS` (it ends at the grant ledger — auto-granted by default; the
operator is present by definition when calling /feature interactively).
2. Then invoke the `feature-implement` skill with `NNN --auto` (attended mode —
the operator invoked /feature, so gates prompt normally; pass `--autonomou