sadd:do-competitively

Orchestrate competitive multi-agent generation and multi-stage evaluation with a meta-judge.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/fockus/claude-skill-build --skill sadd-do-competitively-fockus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sadd:do-competitively
Source: https://github.com/fockus/claude-skill-build/tree/main/skills/sadd-do-competitively
Command: npx skills add https://github.com/fockus/claude-skill-build --skill sadd-do-competitively-fockus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to generate multiple competing implementations of a task and systematically evaluate them with a meta-judge and multiple judges to select and synthesize the best solution.

Core Features & Use Cases

  • Competitive multi-agent generation to explore diverse approaches.
  • Meta-judge evaluation specifications to define judging rubrics.
  • Multi-judge evaluation with verification to ensure robust quality.
  • Adaptive strategy selection (SELECT_AND_POLISH, REDESIGN, FULL_SYNTHESIS) to accelerate high-quality outputs.

Quick Start

Provide a task description and target output path; the system will run four parallel agents (one meta-judge and three generators) to produce and evaluate competing solutions.

Frequently Asked Questions about sadd:do-competitively

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does competitive multi-agent generation improve task synthesis?

Competitive multi-agent generation improves task synthesis by running parallel generators to explore diverse approaches, then using a meta-judge and multiple judges to systematically evaluate and select the highest-quality solution.

When should I use multi-stage evaluation for complex decision-making?

Use multi-stage evaluation for complex decision-making when output quality matters more than speed, such as for design decisions, algorithm selection, and high-stakes synthesis tasks requiring robust verification.

What's the best way to orchestrate parallel agents for high-stakes tasks?

Orchestrate parallel agents by providing a task description and target output path; the system runs four parallel agents—one meta-judge and three generators—to produce, evaluate, and synthesize competing solutions.

Does the meta-judge evaluation support adaptive strategy selection?

Yes, the meta-judge evaluation supports adaptive strategy selection through SELECT_AND_POLISH, REDESIGN, and FULL_SYNTHESIS strategies to accelerate high-quality outputs based on evaluation results.

Can I use multi-agent planning for algorithm selection tasks?

Yes, you can use multi-agent planning for algorithm selection tasks. It is explicitly designed for complex, high-stakes scenarios where multiple competing implementations must be systematically evaluated to ensure robust outputs.