← ClaudeAtlas

use-conductorlisted

Scan conductor/ directory for project direction, workflows, and task planning when present
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Use Conductor Scan the `conductor/` directory at project root for structured project management files that provide direction, workflows, and task planning context. ## When to Use Use this skill when: - Starting work on a project that may have conductor files - Looking for project context, guidelines, or current tasks - Needing to understand the project's workflow methodology - Determining what work is in progress or next in queue ## Conductor Directory Structure The conductor system uses this structure: ```text conductor/ ├── product.md # Product vision and purpose ├── product-guidelines.md # Standards and conventions ├── tech-stack.md # Technology decisions ├── workflow.md # Task execution methodology ├── tracks.md # Index of active work tracks ├── setup_state.json # Setup progress state ├── code_styleguides/ # Language-specific style guides │ ├── general.md │ └── python.md └── tracks/ # Detailed track plans └── <track_name>/ ├── spec.md # Track specification ├── plan.md # Task checklist with progress └── metadata.json # Track metadata ``` ## File Purposes | File | Purpose | |------|---------| | `product.md` | Product vision, target audience, core features | | `product-guidelines.md` | Naming conventions, quality standards, documentation rules | | `tech-stack.md` | Approved technologies and libraries | | `workflow.md` | TDD methodology,