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.
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.mdSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer