What problem does it solve? Coordinating multiple coding agents on a task often lacks structure: agents self-approve risky actions, reviewers rubber-stamp their own work, and no audit trail exists for deployments. This Skill provides a standard operating procedure that assigns agents to capability slots, enforces human approval gates, and produces signoff documentation for every high-risk change. ## Core Features & Use Cases - Roster Discovery: Runs scripts/discover-roster.py to detect installed agent CLIs, probe their health, and assign slots (sole-writer, reviewer, scout, monitor) by capability tier and vendor independence rather than hardcoded names. - Tiered Workflow Weight: Classifies tasks as read-only, medium, or data/service/destructive, applying proportionate process from direct execution to the full research-plan-approve-implement-review-verify-signoff-deploy pipeline. - Independent Review & Signoff: Enforces cross-vendor read-only review with a VERDICT/BLOCKING/SUGGESTED/EVIDENCE contract, plus Markdown signoff packets where only humans can set approved status. - Use Case: A team running Claude, Codex, and Gemini CLIs on a shared host uses this Skill so a database migration gets a written plan, explicit human approval, sole-writer implementation, cross-vendor review, and a signed deployment record. ## Quick Start Ask your agent to use the sop skill to plan and implement your task with independent review and human signoff before any deployment.