Agent skill · Documentation

ca-sprint

Autonomous sprint — one interactive spec gate, then plan-to-PR execution with every auto-decision SMARTS-scored and logged. Hard gates remain true stops.

arbiterForgegithub.com/arbiterForgeGitHub ↗
codexclaude-codeAGPL-3.0
Install
npx skills add arbiterForge/codeArbiter --skill ca-sprint --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/ca-codex/skills/ca-sprint/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 138 · +1 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# $ca-sprint — autonomous sprint The autonomy mode. Brainstorm a sprint spec with the user — the one interactive gate — then execute the approved plan end-to-end without per-batch checkpoints, deciding "as the user" via SMARTS on every non-hard-gate point. Every auto-decision lands in `.codearbiter/sprint-log.md` (append-only) with a confidence flag; the `low`-confidence entries are exactly what the user reviews afterward. Nothing is hidden behind autonomy. ## Flow Load and follow `${CLAUDE_PLUGIN_ROOT}/SPRINT.md` — it is the procedure. In brief: 1. **Sprint spec (STOP)** — `brainstorming` scoped to a sprint, then `writing-plans`. Explicit user approval of spec AND plan before autonomy begins. 2. **Autonomous execution (BLOCK)** — `subagent-driven-development` runs the plan; test-first via `tdd`, two-pass reviewed, fresh-run verified. SMARTS decides non-hard-gate points; everything logs. 3. **Land & summarize (BLOCK)** — `commit-gate`, then `finishing-a-development-branch`, which auto-selects open-PR. `$ca-sprint` never merges and never discards; the merge decision is the user's. Hard gates — `security-controls`, crypto/secrets/auth, irreversible ops, `/override`, an unresolvable `

What's inside
Steps it walks through
  1. Flow
  2. Arguments
  3. Routes to
  4. When NOT to use
More from codeArbiter
All skills →
About this skill
What does the ca-sprint skill do?

Autonomous sprint — one interactive spec gate, then plan-to-PR execution with every auto-decision SMARTS-scored and logged. Hard gates remain true stops.

How do I install it?

Run `npx skills add arbiterForge/codeArbiter --skill ca-sprint --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 arbiterForge/codeArbiter, a repository with 138 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.

Keep going