Animus Sprint Loops
Description
A lightweight, platform agnostic protocol for autonomous development and objective handling (repo acts as a Claude Code Plugin Marketplace, Codex Skill, Antigravity Skill, as well as a drop-in skill for custom, local setups like OpenClaw, Hermes, and Animus_Ferric)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Animus Sprint Loops
Animus Sprint Loops turns a project's documentation into a living **Project Book**: one durable, linkable record of intended outcomes, active work, realization evidence, and the sprint history that connects them. Work advances through **Research → Plan → Build → Test → Loop**, with state derived from Book evidence on disk.
Quick start
Sprint Loops runs the same five-phase workflow through whichever runtime you already use. The fastest path:
**1 — Install an adapter.** Pick your runtime from [Choose an adapter](#choose-an-adapter) and follow its guide. For Claude Code, add the marketplace and install the plugin from an interactive session:
/plugin marketplace add crussella0129/Animus_Sprint_Loops
/plugin install sprint-loop@sprint-loops
**2 — Start or resume a loop.** From your project root, invoke the adapter (Claude Code shown; see the table for Codex, Antigravity, and open harnesses):
/sprint-loop:sprint-loop start ""
Invoke it with no argument (or `continue`) to resume whatever phase the Book reports.
**3 — What happens.** Every run begins at the **substrate gate** (`check-substrate.sh`):
- On a brand-new project it reports
substrate-absentand runs convergence (deploy-substrate.sh), which creates thedocs/Book, themain/devbranches, the work ledgers, a remote profile (`schemas/remote-profile.md`), the first sprint, and the substrate contract stamp. - On a project set up by an older bundle it reports
substrate-outdated:->and runs the same command. Spin-up and upgrade are one idempotent operation — see Convergence: spin-up and upgrade are one command. - On an established, current project it reports
substrate-completeand hands off to routing, which advances the sprint through Research → Plan → Build → Test → Loop. Each phase writes its
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11