← Back to list

conductor-context
by lackeyjb
Context-Driven Development framework for Claude Code. Inspired by https://github.com/gemini-cli-extensions/conductor
⭐ 9🍴 0📅 Jan 23, 2026
SKILL.md
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
Conductor Context Awareness
Automatic context loading for Conductor-managed projects.
When to Activate
When conductor/ directory exists and user is: implementing tasks, working on features/bugs, or mentions "plan"/"tracks".
Context Files
| File | Contains | Use For |
|---|---|---|
product.md | Vision, goals, users, features, metrics | The WHY |
tech-stack.md | Languages, frameworks, DBs, libraries, architecture | The HOW |
workflow.md | Methodology (TDD), coverage, commits, quality gates | The PROCESS |
tracks.md | All tracks (features/bugs), status, priorities | The WHAT |
code_styleguides/ | Language-specific standards, conventions, practices | The STYLE |
Workflow Reference
| Need | Read |
|---|---|
| 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 |
Loading Sequence
Before starting implementation:
- Check
tracks.mdfor current track - Read track's
spec.mdfor requirements - Read track's
plan.mdfor tasks - Follow
workflow.mdmethodology
Full context load order:
product.md(why)tech-stack.md(how)tracks.md(what)- Track's
spec.mdandplan.md
Quick Commands
# 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
Integration
Works with: tdd-workflow (TDD guidance), code-styleguides (language conventions)
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


