跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Do Competitively

技能 警告 活跃

Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis

目的

To execute complex tasks by leveraging the strengths of multiple AI agents, ensuring high-quality, evidence-based results through a structured competitive evaluation process.

功能

  • Competitive generation with self-critique
  • Meta-judge evaluation specification
  • Multi-judge evaluation with verification loops
  • Adaptive strategy selection (polish, synthesize, redesign)
  • Evidence-based synthesis of results

使用场景

  • Designing complex APIs or systems where multiple approaches need evaluation.
  • Generating and refining code for high-stakes projects requiring maximum quality.
  • Producing comprehensive documentation or technical specifications through comparative agent output.
  • Tasks where consensus among multiple AI perspectives is crucial for optimal outcome.

非目标

  • Executing trivial tasks where the overhead of multi-agent competition is not justified.
  • Simple code generation without comparative evaluation or synthesis.
  • Replacing human oversight entirely; the framework aims to augment decision-making.

工作流

  1. Create reports directory.
  2. Phase 1: Launch 3 generator agents and 1 meta-judge agent in parallel.
  3. Meta-judge generates evaluation specification YAML.
  4. Generators produce independent solutions.
  5. Phase 2: Launch 3 judges in parallel, evaluating solutions against meta-judge spec.
  6. Judges produce comparative reports and votes.
  7. Phase 2.5: Orchestrator analyzes judge outputs to select strategy (SELECT_AND_POLISH, REDESIGN, FULL_SYNTHESIS).
  8. Phase 3: Based on strategy, polish a winner, redesign fundamentally flawed solutions, or synthesize the best elements from multiple solutions.
  9. Output final solution and reports.

Documentation

  • info:Configuration & parameter referenceThe SKILL.md provides a detailed workflow and prompt templates, but does not explicitly document all parameters or their default values for the `/do-competitively` command, nor does it detail precedence order for any configuration files.

License

  • critical:License usabilityThe extension is licensed under GPL-3.0, which is a strong copyleft license and may not be compatible with all use cases or downstream redistribution plans.

Versioning

  • warning:Release ManagementNo explicit versioning (e.g., semver in package.json or SKILL.md frontmatter) is detected, and installation instructions reference 'NeoLabHQ/context-engineering-kit' without a specific tag, which could lead to unexpected updates.

安装

请先添加 Marketplace

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install sadd@context-engineering-kit

质量评分

警告
75 /100
1 day ago 分析

信任信号

最近提交9 days ago
星标993
许可证GPL-3.0-only
状态
查看源代码

类似扩展

Ccg

99

Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results

技能
Yeachan-Heo

Evaluation

98

This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", or mentions LLM-as-judge, multi-dimensional evaluation, agent testing, or quality gates for agent pipelines.

技能
muratcankoylan

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

技能
openai

Context Mode Ops

100

使用并行子代理军队管理 context-mode GitHub 问题、PR、发布和营销。为每个任务编排 10-20 个动态代理。在分类问题、审查 PR、发布版本、撰写 LinkedIn 帖子、宣布发布、修复错误、合并贡献、验证 ENV 变量、测试适配器或同步分支时使用。

技能
mksglu

Fixflow

100

使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。

技能
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

技能
github