원클릭으로
conductor-context
// Auto-load Conductor project context when conductor/ directory exists. Use for any development task in a Conductor-managed project to ensure alignment with product goals, tech stack, and workflow methodology.
// Auto-load Conductor project context when conductor/ directory exists. Use for any development task in a Conductor-managed project to ensure alignment with product goals, tech stack, and workflow methodology.
Language-specific code style guidelines. Use when writing TypeScript, Python, Go, JavaScript, or HTML/CSS code to ensure consistent, idiomatic, and maintainable code following best practices.
Auto-load Conductor project context when conductor/ directory exists. Use for any development task in a Conductor-managed project to ensure alignment with product goals, tech stack, and workflow methodology.
Test-Driven Development guidance. Use when writing code, implementing features, or fixing bugs in projects that follow TDD methodology. Provides the Red-Green-Refactor cycle structure.
Test-Driven Development guidance. Use when writing code, implementing features, or fixing bugs in projects that follow TDD methodology. Provides the Red-Green-Refactor cycle structure.
| name | conductor-context |
| description | Auto-load Conductor project context when conductor/ directory exists. Use for any development task in a Conductor-managed project to ensure alignment with product goals, tech stack, and workflow methodology. |
| allowed-tools | Read, Glob |
This skill provides automatic context loading for Conductor-managed projects.
Activate this skill when:
conductor/ directory exists in the projectWhen detected, consider these files:
conductor/product.md)Contains:
Use for: Understanding WHAT we're building and WHY.
conductor/tech-stack.md)Contains:
Use for: Making technology choices consistent with project standards.
conductor/workflow.md)Contains:
Use for: Following the established development process.
conductor/tracks.md)Contains:
Use for: Understanding current work and priorities.
conductor/code_styleguides/)Contains:
Use for: Writing code that matches project conventions.
conductor/tracks.md for current trackspec.md for requirementsplan.md for tasksconductor/workflow.md methodology| Aspect | Where to Find |
|---|---|
| Coverage target | workflow.md |
| Commit format | workflow.md |
| Test methodology | workflow.md |
| Technology choices | tech-stack.md |
| Coding style | code_styleguides/ |
| Current focus | tracks.md |
This skill works with:
# Find in-progress items
grep -r "\[~\]" conductor/tracks/*/plan.md
# Count by status
grep -c "\[ \]" conductor/tracks.md # Pending
grep -c "\[~\]" conductor/tracks.md # In Progress
grep -c "\[x\]" conductor/tracks.md # Complete
Read in this order:
conductor/product.md (the why)conductor/tech-stack.md (the how)conductor/tracks.md (the what)spec.md and plan.md