← ClaudeAtlas

autonomous-workflowlisted

Execute complete feature development cycles autonomously — from task intake through tested PR delivery — using isolated Git worktrees. Phase-based workflow (0–7) with optional companion skills for planning, quality gates, TDD, UX, code quality, docs, and CI verification. Companions skip silently if not installed. Triggers on "implement autonomously", "end-to-end", "in isolation", "in a worktree", or independent feature work. Invoke with /autonomous-workflow.
mthines/agent-skills · ★ 4 · AI & Automation · score 83
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