autonomous-workflowlisted
Install: claude install-skill mthines/agent-skills
# Autonomous Workflow
Phase-based autonomous feature development. Each phase has a gate that must pass
before continuing. Phases optionally invoke companion skills based on the task —
companions skip silently if not installed.
> **Source of truth.** This `SKILL.md` is a thin index. Detailed procedures
> live in `rules/*.md` and load on demand. Companion-skill triggers and
> disable instructions live in [`rules/companion-skills.md`](./rules/companion-skills.md).
---
## Retrospective Self-Improvement
If a workflow run shipped wrong code despite all gates passing — or a
post-merge bug traces back to a missed check — invoke
[`/create-skill diagnose autonomous-workflow`](../create-skill/SKILL.md#diagnose-workflow)
**while the failing session is still in context**.
The diagnoser reads this skill's [diagnostic surface](./rules/diagnostic-surface.md)
(phase model, failure taxonomy, existing-guards table, hard invariants) and
emits a confidence-gated unified-diff proposal against this skill's source.
The diagnose capability is owned by `create-skill` so the same procedure works
across every skill in the repo (`fix-bug`, `batch-linear-tickets`, future
ones) — they each declare their own diagnostic surface.
---
## CRITICAL: Before Starting Any Work
### Step 1: Detect Workflow Mode (MANDATORY)
**Complexity is the primary signal. File count is the tie-breaker.** Walk these
questions in order — the first `yes` selects Full Mode:
| # | Question