| name | team-shinchan:fierce-compete |
| description | Deterministic competitive code tournament — N builders independently solve one task and return patches, an Action-Kamen judge scores them head-to-head, the winner is picked by score and applied. Opt-in main-loop Workflow tier. |
| user-invocable | false |
EXECUTE IMMEDIATELY
Fierce compete is a main-loop Workflow that runs a guaranteed competitive tournament: N builder agents independently solve the SAME task (read-only, each returning an apply-ready patch — no working-tree collisions, nothing to merge), an Action-Kamen judge scores them head-to-head on a rubric, and the winner is selected deterministically by total score. The Task path (/team-shinchan:debate competitive-code mode, Midori + worktrees) does this at the prompt level; this tier enforces the fan-out + scored judge with schema-validated output. Use for high-value, genuinely contested implementations where the best of N is worth the cost.
Step 0: Validate + opt-in
- This skill calls the Workflow tool (main-loop only). Invoking
/team-shinchan:fierce-compete IS the opt-in. Never delegate to a subagent — workflow() throws inside a Task child.
- If args lack a clear implementation task: ask for it and STOP. Parse
N (number of implementations, default 4, max 4 — full tournament unless the user asks for fewer) from "best of N"/"N개" if present. If > 2000 chars: truncate + warn.
Step 1: Resolve task + personas (main loop — the script can't read files)
- Task + context: the implementation request; pass the relevant
files (so builders read the right code).