scoobydrew83

Conductor Loop — Productivity skill for Claude Code

Productivity community

Run the conductor-builder → conductor-verifier maker/checker pattern on a task.

How to install Conductor Loop

Installs to ~/.claude/commands/scoobydrew83-skills-conductor-loop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scoobydrew83/skills/HEAD/.claude/commands/conductor-loop.md -o ~/.claude/commands/scoobydrew83-skills-conductor-loop.md

Restart Claude Code, or start a new session, for it to be picked up.

What Conductor Loop does


name: conductor-loop description: Run the conductor-builder → conductor-verifier maker/checker pattern on a task. argument-hint:

/conductor-loop $ARGUMENTS

Fire the existing maker/checker pair against the task described in `$ARGUMENTS`. This is glue, not new logic — the actual work lives in the two agent definitions: `conductor-builder` and `conductor-verifier`. In the Marketplace plugin, invoke their namespaced forms when Claude exposes them.

Steps:

  1. Confirm t

Alternatives in Productivity

  • Epic Decompose — Break an epic into task children without creating task branches 243.5k ★
  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • P7 — PUA P7 骨干模式 — 方案驱动执行 19.5k ★

Full documentation available on GitHub

View Source Repository