crew-opslisted
Install: claude install-skill fakoli/fakoli-plugins
# Crew Operations
To orchestrate multi-agent work, assign one owner per file, route work through the wave pattern below, and have each agent write status to the path the orchestrator provides in the dispatch prompt. The default scratch root is `.fakoli/runs/<run-id>/`; the orchestrator supplies the absolute path so agents remain path-agnostic.
## Available Agents
See `skills/crew-ops/references/agent-roster.md` for the full 8-agent roster with roles, colors, and file paths.
## Pre-Built Crews
- **Code quality**: guido + critic + sentinel
- **Plugin development**: smith + guido + sentinel + herald
- **Research & build**: scout + guido + welder (critic as gate)
- **Full overhaul**: all 8 in waves
## Companion Command
`/crew` — list all 9 agents and suggest crew compositions for a given task.
## Related Skill
`debugging` — systematic 4-phase root cause analysis (see `skills/debugging/SKILL.md`).
## Wave Pattern
See `skills/crew-ops/references/wave-patterns.md` for the full multi-wave protocol, including timing, hand-off rules, and gate criteria.
1. **Research**: scout gathers information
2. **Build** (parallel): guido + smith + herald create new artifacts
- **── CRITIC GATE ──** critic reviews all modified files (non-negotiable)
3. **Integrate**: welder wires it together
- **── CRITIC GATE ──** critic reviews the integration
4. **Final Verification**: sentinel produces evidence-based scorecard
5. **Infrastructure + Judge**: keeper syncs infra, orchestrator revi