status
Show Gastown status (convoys, agents, pending tasks)
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/HEAD/.claude/commands/status.md -o ~/.claude/commands/status.mdstatus.md
Show a unified view of everything happening in Gastown. **What you must do:** 1. Determine the rig name: ```bash RIG=$(basename "$(git rev-parse --show-toplevel)") ``` 2. Run these commands and present a consolidated summary: Active convoys: ```bash gt convoy list ``` Town status (running agents): ```bash gt status --fast ``` Pending tasks ready for work: ```bash cd ~/gt/$RIG/mayor/rig && bd ready ``` **Present the results as a clear summary:** - **Active Work**: List running convoys with their polecats and progress - **Agents**: Which polecats are active and what they're doing - **Ready Tasks**: Tasks available for assignment (no blockers) - **Issues**: Any health warnings if present Keep it concise. If everything is idle, just say "No active work. X tasks ready."
Initialize Beads issue tracking in your project with interactive configuration setup.
Inline orchestration workflow for automated bug detection and fixing with Beads integration. Provides step-by-step phases for bug-hunter detection, history enrichment for priority bugs, priority-based fixing with bug-fixer, and verification cycles.
Dead code detection and cleanup workflow (inline orchestration)
Dependency audit and update workflow (inline orchestration)
Code duplication detection and consolidation workflow (inline orchestration)
Security vulnerability detection and remediation workflow (inline orchestration)
Connect any project to Gastown multi-agent orchestration
Process error logs from admin panel - fetch new errors, analyze, create tasks, fix, and mark resolved