byandrewstellman· 4 skills
Orchestrate Quality Playbook (or any) runs across multiple repos from one agent session. Drives a disk-backed state machine one idempotent tick at a time — each tick the tick script reads workers' heartbeats, advances the state machine, and lists which workers to dispatch; the orchestrator launches them, prints the script's status table, and schedules the next tick (via ScheduleWakeup at cadence rung 1, or the foreground ticker at lower rungs). Dispatch is in-session subagents (rung 1) or detached shell workers. Runs until every job is terminal or a STOP file appears. Use when asked to run QPB against several repos at once, run a benchmark plan, or orchestrate multi-repo quality reviews.
$npx -y skills add andrewstellman/quality-playbook --skill quality-playbook-harnessInstalls into the current project.
Run `npx skills use "https://github.com/andrewstellman/quality-playbook" --skill "andrewstellman/quality-playbook/quality-playbook-harness"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/andrewstellman/quality-playbook" that are relevant to the current task. Run `npx skills add "https://github.com/andrewstellman/quality-playbook"` and select the relevant skills, then follow their instructions.