Back to list
ReinaMacCredy

conductor

by ReinaMacCredy

Agent Skills (compatible with Claude Code, Codex, and more—for details visit: https://agentskills.io/home) with Conductor planning, Beads tracking, and TDD for AI-assisted development

23🍴 3📅 Jan 17, 2026

SKILL.md


name: conductor description: Implementation execution for context-driven development. Trigger with ci, /conductor-implement, or /conductor-* commands. Use when executing tracks with specs/plans. For design phases, see designing skill. For session handoffs, see handoff skill.

Conductor: Implementation Execution

Execute tracks with TDD and parallel routing.

Entry Points

TriggerActionReference
/conductor-setupInitialize project contextworkflows/setup.md
/conductor-implementExecute track (auto-routes if parallel)workflows/implement.md
ca, /conductor-autonomousRun ralph.sh directly (no Task/sub-agents)workflows/autonomous.md
/conductor-statusDisplay progress overviewstructure.md
/conductor-reviseUpdate spec/plan mid-workworkflows.md#revisions
For...Use SkillTriggers
Design phases (1-8)designingds, cn, /conductor-design, /conductor-newtrack
Session handoffshandoffho, /conductor-finish, /conductor-handoff

Quick Reference

PhasePurposeOutputSkill
RequirementsUnderstand problemdesign.mddesigning
PlanCreate spec + planspec.md + plan.mddesigning
ImplementBuild with TDDCode + testsconductor
AutonomousRalph loop executionAuto-verified storiesconductor
ReflectVerify before shippingLEARNINGS.mdhandoff

Core Principles

  • Load core first - Load maestro-core for routing table and fallback policies
  • TDD by default - RED → GREEN → REFACTOR (use --no-tdd to disable)
  • Beads integration - Zero manual bd commands in happy path
  • Parallel routing - ## Track Assignments in plan.md triggers orchestrator
  • Validation gates - Automatic checks at each phase transition

Directory Structure

conductor/
├── product.md, tech-stack.md, workflow.md  # Project context
├── code_styleguides/                       # Language-specific style rules
├── CODEMAPS/                               # Architecture docs
├── handoffs/                               # Session context
├── spikes/                                 # Research spikes (pl output)
└── tracks/<track_id>/                      # Per-track work
    ├── design.md, spec.md, plan.md         # Planning artifacts
    └── metadata.json                       # State tracking (includes planning state)

See structure.md for full details.

Beads Integration

All execution routes through orchestrator with Agent Mail coordination:

  • Workers claim beads via bd update --status in_progress
  • Workers close beads via bd close --reason completed|skipped|blocked
  • File reservations via file_reservation_paths
  • Communication via send_message/fetch_inbox

See beads/integration.md for all 13 integration points.

/conductor-implement Auto-Routing

  1. Read metadata.json - check orchestrated flag
  2. Read plan.md - check for ## Track Assignments
  3. Check beads.fileScopes - file-scope based grouping (see execution/file-scope-extractor)
  4. If parallel detected (≥2 non-overlapping groups) → Load orchestrator skill
  5. Else → Sequential execution with TDD

File Scope Detection

File scopes determine parallel routing (see execution/parallel-grouping):

  • Tasks touching same files → sequential (same track)
  • Tasks touching different files → parallel (separate tracks)

Anti-Patterns

  • ❌ Manual bd commands when workflow commands exist
  • ❌ Ignoring validation gate failures
  • ❌ Using conductor for design (use designing instead)
  • ❌ Using conductor for handoffs (use handoff instead)

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon