Run a persistent multi-agent code-elegance workflow with 4 scouts, 2 judges, 1 planner, 1 verifier, and 1 gated implementer. Use when evaluating source-file elegance across a repository and optionally converting weaknesses into refactor work.
From elegance-pipelinenpx claudepluginhub ancplua/ancplua-claude-plugins --plugin elegance-pipelineThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Multi-agent code-elegance workflow with persistent state and stage gates.
4 Scouts (parallel, sonnet) -> 2 Judges (parallel, opus) -> 1 Planner (opus)
-> 1 Verifier (opus) -> 1 Implementer (gated, opus)
All orchestration goes through the pipeline state manager:
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] <command>
Commands: init, status, prompt, submit, signal
Default state lives at .claude/elegance_pipeline/state/ and is shared by default.
If you want one dedicated team per spec, give each run its own --state-dir.
status to see which slots are readyprompt --role <role> --slot <slot> to get the task promptelegance-pipeline:elegance-scout,
elegance-pipeline:elegance-judge, elegance-pipeline:elegance-planner,
elegance-pipeline:elegance-verifier, or elegance-pipeline:elegance-implementer).
If your runtime exposes a different fully qualified name, use that exact identifier instead of the bare short name.status again to see what unlocked| Role | Agent | Model | Access |
|---|---|---|---|
| Scout | elegance-pipeline:elegance-scout | sonnet | read-only |
| Judge | elegance-pipeline:elegance-judge | opus | read-only |
| Planner | elegance-pipeline:elegance-planner | opus | read-only |
| Verifier | elegance-pipeline:elegance-verifier | opus | read-only |
| Implementer | elegance-pipeline:elegance-implementer | opus | full edit |
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] signal on
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] signal off