← ClaudeAtlas

task-swarmlisted

Lightweight autonomous feature pipeline: self-healing plan-decompose → preflight → autonomy-grant → feature-implement --autonomous. DRY sequencing only; child skills own all machinery.
austinmao/feature-fix-swarm · ★ 3 · AI & Automation · score 72
Install: claude install-skill austinmao/feature-fix-swarm
# /task-swarm "<task description>" ## 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`. ## 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. One command from free-text instruction to shipped, canaried change. It is the lightweight sibling of `/feature-spec`: no speckit specify/plan/clarify ceremony, but the same operational spine after planning. Pure sequencing front-end — every stage IS an existing skill (`plan-decompose`, `preflight`, `autonomy-grant`, `feature-implement`); this skill owns only the ordering, the spec-id capture, and the results.md wrapper line. `/fix` is the sibling front-end for the no-planning case (`/feature-implement --adhoc`). MAX-AUTH auto-grant by default — zero planned stops; `--gated` restores the review stop. ``` /task-swarm "add rate limit