trio-init
01Skill Claude CodeCodex
Initialize the trio agent loop in the current project — creates the loop/ mailbox directory and GOAL.md from the given goal text.
Skill Claude CodeCodex
Initialize the trio agent loop in the current project — creates the loop/ mailbox directory and GOAL.md from the given goal text.
Skill Claude CodeCodex
Run ONE full iteration of the duo agent loop (Lead → Evaluator) using the loop/ mailbox files. Designed to be driven by "/loop /trio".
Agent Claude Code
Sonnet primary implementation worker for the trio loop. Executes one well-specified increment handed down by the Opus Lead, including substantive application logic, tests, and integration work.
Agent Claude Code
Opus adversarial evaluator of the duo loop. Verifies the Lead's iteration against PLAN.md's acceptance criteria by actually exercising the code, using Sonnet explorers for scoped reconnaissance and Sonnet implementors only when delegated verification support is needed. Writes VERDICT.md with SHIP / ITERATE (optionally…
Agent Claude Code
Opus lead of the duo loop — plans, delegates the main implementation pass to Sonnet builders, then reviews and corrects their work. Maintains PLAN.md and REPORT.md and owns the final result.
Agent Claude Code
Sonnet scoped-repair worker for the trio loop. Invoked on VERDICT: ITERATE scope=local: — fixes exactly the listed failure scope with no re-planning, refactoring, or scope expansion.
Agent Claude Code
Sonnet read-only explorer for the trio loop. Answers codebase questions for the Opus Lead/Evaluator — how things work, where things live, what conventions exist. Never modifies anything.
Skill Claude CodeCodex
Run a production-readiness audit of the current project against the production-readiness graph — batched probe scouts, tiered judgment assessors, user triage, then hand fix-triaged failures to the trio loop. Use when the user invokes /trio-productionize or asks to productionize/production-harden the project.
Skill Claude CodeCodex
Recover an orphaned SHIP verdict — perform the Evaluator's retirement commit (product + mailbox) when a SHIP's commit: lines are missing. No subagent, no model config.
Command
Scan the current project in the background and write deduplicated Trio proposal cards into proposals/.
Skill Claude CodeCodex
Suggest background Trio work by scanning a project and writing deduplicated proposal cards into proposals/.
Skill Claude CodeCodex
Run the Cursor-backed Omnigent Trio loop from the current Claude/Codex UI session when the user explicitly says “Trio Omnigent”, “Omnigent Trio”, or invokes /trio-omnigent. Do not use for an ordinary native Trio request.
Skill Claude CodeCodex
Run a Cursor-backed Omnigent production-readiness audit from the current Claude/Codex UI session when the user explicitly says "Productionize Omnigent", "Omnigent Productionize", or invokes /trio-productionize-omnigent. Do not use for an ordinary native productionize run.
Command
Initialize the Trio loop in the current project — creates the loop/ mailbox directory and GOAL.md from the given goal text.
Command
Productionize the current project — run the production-readiness graph against the repo, batching probe checks to scouts and escalating judgment items per profile tier, triage failures with the user, then hand fix-triaged items to the trio loop.
Command
Manually recover an orphaned SHIP verdict — performs the Evaluator's retirement commit (product + mailbox) for a SHIP whose commit: lines are missing. No subagent, no model config.
Command
Run one or more iterations of the Trio agent loop using the loop/ mailbox files. /trio = one supervised iteration; /trio auto = keep iterating in-session until SHIP, BLOCKED, or NEEDSHUMAN.
Agent
Native Trio coordinator that runs the fixed Scout, Lead, Builder, review, and Evaluator protocol.