use-conductor

Scan the conductor directory to extract project context and plan tasks.

4|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/89jobrien/steve --skill use-conductor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-conductor
Source: https://github.com/89jobrien/steve/tree/main/steve/skills/use-conductor
Command: npx skills add https://github.com/89jobrien/steve --skill use-conductor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scan for the conductor directory at the project root and extract core context to guide work.

Core Features & Use Cases

  • Context Extraction: Read product.md, product-guidelines.md, tech-stack.md, and workflow.md to understand project direction.
  • Track Insight: Identify active tracks in tracks.md and read current plans in tracks/<name>/plan.md.
  • Guided Work Planning: Provide Claude with the project’s current direction and next steps.

Quick Start

Run the conductor-scan to surface project direction and current tasks.

Frequently Asked Questions about use-conductor

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

FAQPage Schema
How do I extract project direction from a conductor directory?

Extract project direction by scanning the conductor/ directory at your project root for core files like product.md, product-guidelines.md, tech-stack.md, workflow.md, and tracks.md. This Skill reads these files to surface product vision, guidelines, tech stack, workflow methodology, and active tracks as cohesive project context.

What files does the conductor directory need to contain?

The conductor directory should contain product.md for vision, product-guidelines.md for guidelines, tech-stack.md for technology choices, workflow.md for methodology, and tracks.md listing active tracks. Track-specific subdirectories under tracks/<name>/ may include plan.md, spec, and metadata files for detailed planning.

Can I use conductor files to guide work planning?

Yes. Conductor files provide current project direction and next steps by consolidating product vision, workflow methodology, and active track plans. Use this unified context to align work with project goals and understand current priorities across tracks.

Do I need a conductor directory at the project root?

Yes. This Skill requires locating the conductor directory at your project root. If your project doesn't have one, you'll need to create the directory structure and populate it with the core files—product.md, product-guidelines.md, tech-stack.md, workflow.md, and tracks.md—before scanning for project context.

How do I identify active tracks and their current plans?

Identify active tracks by reading tracks.md, then access each track's current plan by navigating to tracks/<name>/plan.md. This gives you the up-to-date status, deliverables, and next steps for work within each track.

What's the best way to keep conductor files synchronized with project changes?

Treat conductor files as living documentation: update product.md when vision changes, refresh tech-stack.md for dependency or architecture shifts, revise workflow.md for methodology updates, and maintain tracks.md and track-specific plans as work progresses. Regular updates ensure the extracted context stays current and actionable.