Learn from Rejected CI Task tickets: read the rejection reason from the Detailed Description field, update or create skills so the CI-fix mistake is not repeated, record what changed on the ticket, update Retrospective Token Usage, and set the ticket back to Failed for the next CI-Sweeper round.
Fix Failed CI Task tickets: correct main based on the Failure Log, re-run CI, and loop until green (max loops configurable, default 10). On success write a PR and set the CI ticket to Pending merge; after max loops set Escalation and write STOP into STATUS.md. Gated by STATUS.md STOP.
Run CI over freshly Merged Feature/Bug issues: create a "CI " Task ticket listing them, set the CI word in STATUS.md, build/test/validate main via a separate CI agent, save logs AND the validated deliverables (deliverables/ + MANIFEST.md) under the CI/ run folder, then mark the Feature/Bug tickets Resolved and the CI…
Summarize token cost across all GIT issues in the project: totals and breakdowns per ticket type (Feature/Bug/Task) and per handling stage (Analysis, Implementation, Retrospective, CI). Read-only; writes COST-REPORT.md.
Implement the issues queued in IMPLEMENTATION.md. For each issue: worktree → implementer sub-agent → independent verifier sub-agent → PR → update the GIT issue (Implementation Token Usage, status Pending merge, PR link in body) → remove from the queue. Gated by STATUS.md: skips the round if STOP or CI is present.
Publish human-Approved CI runs: copy the approved CI run folder — logs plus the validated deliverables (deliverables/ + MANIFEST.md) — into the publish/ subfolder, close every Feature/Bug issue included in the handled CI Task tickets, and close those Task tickets — including earlier Review-status CI tickets superseded…
Learn from Rejected Feature/Bug issues: read the rejection reason from the Detailed Description field, update or create skills so the mistake is not repeated, record what changed back onto the issue, update Retrospective Token Usage, and reopen the issue (Status → Open) for the next implementation round.
Triage Open Feature/Bug issues on the GitHub project: assign Priority and Effort, route ambiguous issues to Feedback status for human clarification, record Analysis Token Usage, and generate IMPLEMENTATION.md — the ordered queue consumed by the implementation skill.