One-click install
npx skills add https://github.com/robconery/crap-code --skill orchestrator-robconery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/robconery/crap-code/tree/main/.pi/skills/orchestrator
Command: npx skills add https://github.com/robconery/crap-code --skill orchestrator-robconery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of coordinating a multi-agent sprint workflow so planning, execution, gated verification, and final review happen in the correct order with traceable state transitions.

Core Features & Use Cases

  • Sprint lifecycle routing: Directs the sprint flow from human interview through planning, execution waves, and final review.
  • Per-task gate enforcement: Routes each task through Builder → Tester → Reviewer → Security → verification, with strike handling and escalation rules.
  • Deterministic tool-driven state management: Uses the sprint orchestration tools for all sprint-state changes and verification gating, without directly editing state.

Quick Start

Use the orchestrator skill to start or resume a sprint by answering the planning interview (goal, sprint name, and verification steps), and let it route work through the full gate sequence until approval to close.

Frequently Asked Questions about orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-agent workflow routing for sprint management?

Multi-agent workflow routing automates the sprint lifecycle by directing tasks to specialized agents across planning, execution waves, and final review. It coordinates gate sequencing and tool-contract-based state transitions for reliable progression.

What is agent routing with verification gates for software development?

Agent routing with verification gates directs each task through Builder, Tester, Reviewer, and Security stages. It enforces deterministic tool usage for state transitions and applies strike-based escalation rules to ensure reliable workflow progression.

How do I start a sprint using workflow automation and agent routing?

To start a sprint, answer the interactive planning interview to define your goal, sprint name, and verification steps. The workflow automation then routes work through the full gate sequence until final approval to close.

Can I enforce deterministic state transitions during sprint execution?

Yes, deterministic state transitions are enforced by reading authoritative orchestration contracts on load and utilizing sprint orchestration tools for all state changes. This prevents direct state editing and ensures traceable workflow progression.

How does strike protocol escalation work in automated sprint workflows?

Strike protocol escalation manages task failures by applying strike handling and escalation rules during per-task gate sequencing. The workflow routes tasks through verification gates and triggers escalation when gates are not satisfied.

What is the best way to coordinate planning and execution waves across multiple agents?

The best way to coordinate multi-agent execution is using an orchestrator to route the sprint flow from human interviews through planning, execution waves, and final review. This ensures gated verification and traceable state transitions happen in correct order.