Tournament code with competitive scoring
fierce-competeworkflowsetup L3★8
seokan-jeong/team-shinchan ↗What it does
Orchestrate Competitive code tournament: N builder agents
Best for
Simulating competitive dynamics with autonomous agent players.
Inputs
- · {args: workflow args}
- · agent context (workspace, diffs, or data)
Outputs
- · workflow outcome
Requires
- · agent() orchestrator
- · parallel() runner
- · JSON schema validation
Preconditions
- · Workflow runtime initialized
- · Input args properly structured
- · 3 agent(s) available
- · Git worktree isolation available
Failure modes
- · Agent timeout or failure
- · Schema validation mismatch
- · Input data incomplete or malformed
Trust signals
- · Strict schema validation with required fields
- · Explicit phase tracking and logging
- · Structured verdict schemas with consistency checks
- · 3 independent agents with schemas
- · Error handling with abort conditions