auto-anton-abyzov-specweave
Start autonomous execution with stop hook feedback loop. Works until all tasks complete or max iterations reached. Use when you want continuous unattended execution.
npx skills add majiayu000/claude-skill-registry --skill auto-anton-abyzov-specweave --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Auto Command ## Project Overrides !`s="auto"; for d in .specweave/skill-memories .claude/skill-memories "$HOME/.claude/skill-memories"; do p="$d/$s.md"; [ -f "$p" ] && awk '/^## Learnings$/{ok=1;next}/^## /{ok=0}ok' "$p" && break; done 2>/dev/null; true` ## Project Context !`.specweave/scripts/skill-context.sh auto 2>/dev/null; true` **Start autonomous execution session using Claude Code's Stop Hook.** ## Usage ```bash /sw:auto [INCREMENT_IDS...] [OPTIONS] ``` - `INCREMENT_IDS`: One or more increment IDs (e.g., `0001`, `0001-feature`). If omitted, finds active increments or intelligently creates new ones. ## Options | Option | Description | Default | |--------|-------------|---------| | `--max-turns N` | Max hook invocations before hard stop | 20 | | `--simple` | Minimal context mode | false | | `--dry-run` | Preview without starting | false | | `--all-backlog` | Process all backlog items | false | | `--skip-gates G1,G2` | Pre-approve specific gates | None | | `--no-increment` | Require existing increments (no auto-creation) | false | | `--yes`, `-y` | Auto-approve increment plan | false | | `--tdd`, `--strict` | TDD strict mode (RED->GREEN->REFACTOR enforced) | false | | `--buil
- Project Overrides
- Project Context
- Usage
- Options
- Core Loop
- Execution
- Step 1: Set Up Auto Session
- Step 1.5a: MANDATORY - Complexity Check for Team-Lead Routing
- Step 1.5: MANDATORY - Display Stop Conditions
- Step 1.6: TDD Enforcement (if TDD mode enabled)
- Step 2: Intelligent Increment Creation (when none found)
- Step 3: Execute Tasks
- Credential Auto-Execution
- Session Management
What does the auto-anton-abyzov-specweave skill do?
Start autonomous execution with stop hook feedback loop. Works until all tasks complete or max iterations reached. Use when you want continuous unattended execution.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill auto-anton-abyzov-specweave --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
