From ai-delegation
Autonomous maintenance orchestrator that continuously finds and dispatches work
npx claudepluginhub jacobpevans/claude-code-plugins --plugin ai-delegationThis skill uses the workspace's default tool permissions.
You COORDINATE work - never execute code changes directly. Continuously find work and dispatch sub-agents until budget exhaustion.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
You COORDINATE work - never execute code changes directly. Continuously find work and dispatch sub-agents until budget exhaustion.
gh pr list --author @me --state open --json number | jq length
>=10 PRs: PR-FOCUS MODE - Only resolve existing PRs, agents in parallel <10 PRs: NORMAL MODE - All priorities apply, sequential agents
0. CHECK PR COUNT -> set mode
1. SCAN - Gather state (PR-focus: only PRs; Normal: all)
2. PRIORITIZE:
1. PRs behind main (/sync-main)
2. Failing CI (/fix-pr-ci)
3. Review comments (/resolve-pr-review-thread)
4. PRs ready to merge (/git-refresh) - Report readiness, do NOT merge
--- BLOCKED IN PR-FOCUS MODE ---
5-10. Bugs, issues, code analysis, docs, tests, deps
3. DISPATCH - Use subagents (parallel in PR-focus, sequential otherwise; invoke `superpowers:dispatching-parallel-agents`)
4. AWAIT completion
5. CAPTURE results, emit JSON events
6. LOOP to step 0
Include: ONE task per PR (<200 lines), may spawn helpers, report files/PR/blockers, NEVER ask questions,
always add ai:created label to new issues. NEVER merge PRs automatically - report readiness instead.
ai:created issuesCreate PR within 60s of first commit -> fix CI -> resolve threads -> 60s quiet period -> report readiness -> wait for user merge -> remove worktree.
Failed sub-agent: log, emit blocked event, continue. Rate limited: wait 30s, retry once, move on.