Command
Approve one or more AI-generated proposals for implementation by removing the proposal label.
Command
Approve one or more AI-generated proposals for implementation by removing the proposal label.
Command
Start by examining the environment to give contextual guidance.
Command
Use AI-powered brainstorming to explore design options, clarify requirements, and develop implementation approaches for a GitHub issue.
Command
Resolve and close an issue with an optional closing comment.
Command
Phase 3 fix-loop token-efficiency (spec §5.3, §10 Phase 3, §7.1.1 verified 2026-05-21). Haiku gate; fix work dispatched to Sonnet/Opus via Task model=.
Command
Wrapper around /autocoder:fix that runs it in a loop forever.
Command
Analyze all open GitHub issues, prioritize them, and begin systematically fixing or implementing them starting with the highest priority.
Command
Run the complete regression test suite, analyze all results (successes and failures), and manage GitHub issues accordingly.
Command
Slim fix-loop gate. Per spec §5.3 / §7.1.1, no model: frontmatter: inherits the model from whatever invokes it (fix-loop's loop model). A Haiku-pinned variant (/autocoder:dispatch) is Phase 3, not here. -->.
Command
Improve test coverage using persistent coverage report.
Command
Complete installation of autocoder plugin components for autonomous issue resolution and parallel agent coordination.
Command
List open issues, optionally filtered by label or priority.
Command
Display all open issues that require design work before implementation. Uses the configured issue source (file or GitHub).
Command
Display all open issues that require human feedback or clarification. Uses the configured issue source (file or GitHub).
Command
Display all AI-generated enhancement proposals awaiting human review and approval. Uses the configured issue source (file or GitHub).
Command
Snapshot manager session state to MANAGER-STATE.md in the project root, then guide the manager through a clean context reset. Run /autocoder:manager-resume in the fresh session to reload.
Command
Load a fresh manager session with full situational awareness. Reads MANAGER-STATE.md (saved by /autocoder:manager-handoff), then queries live GitHub state and worker screens to show the delta since the save.
Command
One-shot migration from the legacy flat .issues/.md layout to the four-bucket layout (open/, working/, blocked/, closed/). Idempotent — refuses to run if any bucket already contains .md files.
Command
Run /monitor-workers in a continuous loop. This is the default command for the manager session in a parallel agent swarm.
Command
Monitor worker agents in worktrees, detect stale work, assign unblocked issues to idle workers via cmux/tmux, and deploy when all work is complete.
Command
Create a new issue in the configured issue backend (GitHub Issues or file backend).
Command
Analyze accumulated project history to produce 3–5 specific, evidence-backed recommendations for improving the autocoder workflow. Output: IMPROVEMENTS.md.
Command
Interactive planning session to review and unblock issues that fix-loop has labeled with blocking tags. This command is designed to run in parallel with /fix-loop in a separate terminal session.
Command
Switch the configured issue backend. Optionally migrates existing issues.