agentsclimarketplace

Orchestrated execution

Skill a5c-ai/babysitter/library/methodologies/metaswarm/skills/orchestrated-execution

Execute work units through the rigorous 4-phase Metaswarm cycle (Implement -> Validate -> Adversarial Review -> Commit) with independent quality gate enforcement.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill orchestrated-execution

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.5 KB, 233 tokens by cl100k_base, as published. Nobody here has run it

  • Executing tasks requiring rigorous quality enforcement
  • When TDD compliance must be verified independently

Process

  1. IMPLEMENT - Coder executes via TDD against spec with DoD items
  2. VALIDATE - Orchestrator independently runs tsc, eslint, vitest (never trusts subagent)
  3. ADVERSARIAL REVIEW - Fresh reviewer checks spec compliance: binary PASS/FAIL with evidence
  4. COMMIT - Only after adversarial PASS, within declared file scope

Anti-Patterns (Enforced)

  • Self-certifying (trusting subagent "tests passed" claims)
  • Combining phases into single steps
  • Reusing reviewers after FAIL
  • Passing previous review findings to new reviewers
  • Treating quality gate failures as advisory

Agents Used

  • agents/coder/ - TDD implementation
  • agents/code-reviewer/ - Fresh adversarial review
  • agents/issue-orchestrator/ - Independent validation

Tool Use

Invoke via babysitter process: methodologies/metaswarm/metaswarm-execution-loop

What ships with it: 1 file

631 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.