Claude Sprint Agent
Description
A wrapper script that runs an unattended Claude Code "sprint" in headless mode, monitors the output for a `DONE` signal, and automatically tears down the screen session when work is complete.
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
Claude Sprint
A wrapper script that runs an unattended Claude Code "sprint" in headless mode, monitors the output for a `DONE` signal, and automatically tears down the screen session when work is complete.
Built for the workflow: *work with Claude Code interactively, then hand off a scoped set of tasks for Claude to complete autonomously while you're away.*
What it does
- Runs
claudein headless print mode (-p) with a scoped permission set tuned for dev work. - Optionally resumes a prior Claude Code session so Claude keeps the full context of what you were working on.
- Streams all output to a timestamped, project-tagged log file (
~/claude-sprint---.log) so every run is preserved, with~/claude-sprint-.logas a symlink to the most recent run on that project. - Watches the log for
DONEorNO TASKS— Claude's signals for "batch done" and "backlog empty", respectively. - Writes a timestamped status file alongside the log, also symlinked at
~/claude-sprint-.status. - Uses per-project screen session names (
claude-sprint-) so multiple sprints can run in parallel without collision. - Kills the wrapping
screensession automatically once the sprint ends.
Requirements
- Claude Code installed and authenticated (
claude auth statusshould return logged-in). - GNU
screen(sudo apt install screenon Debian/Ubuntu). bash— the script uses bash-specific features (PIPESTATUS,[[ ... ]]).- A project directory where Claude has prior session history if you plan to resume (
-c/--resume). - The tools in the allowlist installed where relevant to your project (git, docker, language runtimes, etc.). Tools not installed just won't get used — they won't break the script.
Installation
- Download the script and make it executable (
wgetsaves files without the execute bit, sochmod +xis required):wget https://raw.
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