← ClaudeAtlas

crew-opslisted

This skill should be used when coordinating multiple fakoli-crew agents on a single project — assembling crews, planning waves, assigning file ownership, or routing work across guido, critic, warden, scout, smith, welder, herald, keeper, and sentinel. Provides wave patterns, file-ownership rules, status-file protocol, and language-style references shared across the crew. Trigger phrases: "assemble a crew", "who owns this file", "plan the waves", "run the crew on X", "coordinate agents to Y", "which agent should handle", "multi-agent orchestration". Each agent writes its status to the path the orchestrator provides; the default scratch root is `.fakoli/runs/<run-id>/`.
fakoli/fakoli-plugins · ★ 4 · AI & Automation · score 74
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