feat: add cc-taskrunner plugin — autonomous task queue#32629
Open
stackbilt-admin wants to merge 1 commit intoanthropics:mainfrom
Open
feat: add cc-taskrunner plugin — autonomous task queue#32629stackbilt-admin wants to merge 1 commit intoanthropics:mainfrom
stackbilt-admin wants to merge 1 commit intoanthropics:mainfrom
Conversation
Adds a task queue plugin that runs Claude Code sessions unattended with safety hooks, branch-per-task isolation, and automatic PR creation. Commands: /taskrunner, /taskrunner-add, /taskrunner-list Agent: task-executor for debugging failed tasks Safety: block-interactive, safety-gate, syntax-check (only active during autonomous execution, not interactive sessions) Extracted from production use across 80+ tasks in 11 repositories. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds cc-taskrunner, a plugin that turns Claude Code into an autonomous task execution system with safety guarantees.
auto/{task-id}, main is never touchedghPlugin contents
/taskrunner/taskrunner-add/taskrunner-listtask-executorblock-interactive.shsafety-gate.shsyntax-check.shDesign decisions
safety/(nothooks/) so they're only active during autonomous execution, not during interactive sessions./queue.json), not plugin directoryProduction origin
Extracted from AEGIS, a production autonomous AI agent that has executed 80+ tasks across 11 repositories. The safety architecture, branch lifecycle, and mission brief patterns were developed through real incidents — not theoretical design.
Standalone repo: Stackbilt-dev/cc-taskrunner
Test plan
claude plugin:add/taskrunner-addcreates queue.json with correct task structure/taskrunner-listdisplays queue status/taskrunner --dry-runpreviews without executing/taskrunner --max 1executes a single task on isolated branch🤖 Generated with Claude Code