conductor

Coordinate context-driven development for Conductor projects using tracks, specs, and phased implementations.

1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/thanhtoan105/Accounting_ERP_Chatbot --skill conductor-thanhtoan105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor
Source: https://github.com/thanhtoan105/Accounting_ERP_Chatbot/tree/main/.agents/skills/conductor
Command: npx skills add https://github.com/thanhtoan105/Accounting_ERP_Chatbot --skill conductor-thanhtoan105

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Conductor provides a structured methodology to manage projects using conductor/ directories, tracks, specs, and phased implementation plans. It helps establish project context, organize work, and drive progress with TDD-style workflows.

Core Features & Use Cases

  • Track-based work: organize features/bugs into tracks with specs and plans.
  • Spec & plan generation: create clear requirements, acceptance criteria, and phased plans.
  • Interoperability: works with both Gemini CLI extension and Claude Code, using the same conductor/ directory structure.
  • Progress tracking & revert: status markers and git-aware revert commands for safe changes.
  • Reading context: read product, tech-stack, workflow, and track context to stay aligned.

Quick Start

Run /conductor-setup to initialize the project (product.md, tech-stack.md, workflow.md). Then create a new track with /conductor-newtrack "Add user authentication" and implement tasks with /conductor-implement <track_id>, checking status with /conductor-status.

Frequently Asked Questions about conductor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize project work into tracks with specs and plans?

Conductor organizes work into tracks—discrete features or fixes—each with specs defining requirements and plans phasing implementation. Run /conductor-newtrack to create a track, then generate specs and plans to structure TDD-style development with clear acceptance criteria.

Can I use Conductor with both Claude Code and Gemini CLI?

Yes. Conductor works with both Claude Code and Gemini CLI through a shared conductor/ directory structure, allowing the same project context, tracks, and workflow to run interoperably across both tools.

How do I initialize a Conductor project and track progress?

Run /conductor-setup to create product.md, tech-stack.md, and workflow.md files. Then use /conductor-newtrack to add work, /conductor-implement to execute tasks, and /conductor-status to monitor progress with git-aware status markers.

What should I set up before using Conductor on an existing project?

Conductor requires a conductor/ directory structure with product context, tech stack documentation, and workflow definitions. Run /conductor-setup first to initialize these files, then create tracks aligned with your project's feature and bug backlog.

Can I revert changes safely while using Conductor's workflow?

Yes. Conductor includes git-aware revert commands and status markers that track implementation progress, allowing you to safely roll back changes while maintaining a clear record of what was attempted and completed.