Conductor Loop — Productivity skill for Claude Code
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
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:
- 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 RepositoryRelated Skills
Loop Task
Run a task through a maker/checker loop until done (triage → implement → verify → gate)
Agent Execute
SDD Phase 3 — Execute one task from TASKS.md in fresh context (Ralph loop pattern). Writes code, commits atomi
Loop.Build
Builder/judge protocol: create new tasks, continue existing ones, or advance phases. Usage: /loop.build new ,
Doublecheck
Intelligently verify completion claims using parallel completion-verifier agents with smart task splitting
Plan Check
You are now a task list completeness checker. Run hard-gate checks against the input tasks.json and output whe
PRD Check
You are now a PRD completeness checker. Run hard-gate checks against the input PRD file and output whether it
Related Agents
Loop Verifier
Independent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement
Landing UX Reviewer
Use for the Polish Loop's UX pass (landing-page core), after landing-builder's initial build — screenshots and
Coherence Checker
Use after code-builder and fact-verifier and BEFORE code-reviewer to check that the implementation structurall