conductor-status
显示项目状态、活跃轨道及后续行动
Conductor Status
Display the current status of the Conductor project, including overall progress, active tracks, and next actions.
Use this skill when
Do not use this skill when
Instructions
resources/implementation-playbook.md.Pre-flight Checks
- Check
conductor/product.md exists- Check
conductor/tracks.md exists- If missing: Display error and suggest running
/conductor:setup first- Read
conductor/tracks.md- If no tracks registered: Display setup complete message with suggestion to create first track
Data Collection
1. Project Information
Read conductor/product.md and extract:
2. Tracks Overview
Read conductor/tracks.md and parse:
[x])[~])[ ])3. Detailed Track Analysis
For each track in conductor/tracks/:
Read conductor/tracks/{trackId}/plan.md:
- [x], - [~], - [ ] with Task prefix)[x])[~])[ ])Read conductor/tracks/{trackId}/metadata.json:
Read conductor/tracks/{trackId}/spec.md:
4. Blocker Detection
Scan for potential blockers:
BLOCKED: prefixOutput Format
Full Project Status (no argument)
================================================================================
PROJECT STATUS: {Project Name}
================================================================================
Last Updated: {current timestamp}--------------------------------------------------------------------------------
OVERALL PROGRESS
--------------------------------------------------------------------------------
Tracks: {completed}/{total} completed ({percentage}%)
Tasks: {completed}/{total} completed ({percentage}%)
Progress: [##########..........] {percentage}%
--------------------------------------------------------------------------------
TRACK SUMMARY
--------------------------------------------------------------------------------
<div class="overflow-x-auto my-6"><table class="min-w-full divide-y divide-border border border-border"><thead><tr><th class="px-4 py-2 text-left text-sm font-semibold text-foreground bg-muted/50">Status</th><th class="px-4 py-2 text-left text-sm font-semibold text-foreground bg-muted/50">Track ID</th><th class="px-4 py-2 text-left text-sm font-semibold text-foreground bg-muted/50">Type</th><th class="px-4 py-2 text-left text-sm font-semibold text-foreground bg-muted/50">Tasks</th><th class="px-4 py-2 text-left text-sm font-semibold text-foreground bg-muted/50">Last Updated</th></tr></thead><tbody class="divide-y divide-border"><tr><td class="px-4 py-2 text-sm text-foreground">[x]</td><td class="px-4 py-2 text-sm text-foreground">auth_20250110</td><td class="px-4 py-2 text-sm text-foreground">feature</td><td class="px-4 py-2 text-sm text-foreground">12/12 (100%)</td><td class="px-4 py-2 text-sm text-foreground">2025-01-12</td></tr><tr><td class="px-4 py-2 text-sm text-foreground">[~]</td><td class="px-4 py-2 text-sm text-foreground">dashboard_20250112</td><td class="px-4 py-2 text-sm text-foreground">feature</td><td class="px-4 py-2 text-sm text-foreground">7/15 (47%)</td><td class="px-4 py-2 text-sm text-foreground">2025-01-15</td></tr><tr><td class="px-4 py-2 text-sm text-foreground">[ ]</td><td class="px-4 py-2 text-sm text-foreground">nav-fix_20250114</td><td class="px-4 py-2 text-sm text-foreground">bug</td><td class="px-4 py-2 text-sm text-foreground">0/4 (0%)</td><td class="px-4 py-2 text-sm text-foreground">2025-01-14</td></tr></tbody></table></div>
--------------------------------------------------------------------------------
CURRENT FOCUS
--------------------------------------------------------------------------------
Active Track: dashboard_20250112 - Dashboard Feature
Current Phase: Phase 2: Core Components
Current Task: [~] Task 2.3: Implement chart rendering
Progress in Phase:
- [x] Task 2.1: Create dashboard layout
- [x] Task 2.2: Add data fetching hooks
- [~] Task 2.3: Implement chart rendering
- [ ] Task 2.4: Add filter controls
--------------------------------------------------------------------------------
NEXT ACTIONS
--------------------------------------------------------------------------------
Complete: Task 2.3 - Implement chart rendering (dashboard_20250112)
Then: Task 2.4 - Add filter controls (dashboard_20250112)
After Phase 2: Phase verification checkpoint --------------------------------------------------------------------------------
BLOCKERS
--------------------------------------------------------------------------------
{If blockers found:}
! BLOCKED: Task 3.1 in dashboard_20250112 depends on api_20250111 (incomplete)
{If no blockers:}
No blockers identified.
================================================================================
Commands: /conductor:implement {trackId} | /conductor:new-track | /conductor:revert
================================================================================
Single Track Status (with track-id argument)
================================================================================
TRACK STATUS: {Track Title}
================================================================================
Track ID: {trackId}
Type: {feature|bug|chore|refactor}
Status: {Pending|In Progress|Complete}
Created: {date}
Updated: {date}--------------------------------------------------------------------------------
SPECIFICATION
--------------------------------------------------------------------------------
Summary: {brief summary from spec.md}
Acceptance Criteria:
- [x] {Criterion 1}
- [ ] {Criterion 2}
- [ ] {Criterion 3}
--------------------------------------------------------------------------------
IMPLEMENTATION
--------------------------------------------------------------------------------
Overall: {completed}/{total} tasks ({percentage}%)
Progress: [##########..........] {percentage}%
Phase 1: {Phase Name} [COMPLETE]
- [x] Task 1.1: {description}
- [x] Task 1.2: {description}
- [x] Verification: {description}Phase 2: {Phase Name} [IN PROGRESS]
- [x] Task 2.1: {description}
- [~] Task 2.2: {description} <-- CURRENT
- [ ] Task 2.3: {description}
- [ ] Verification: {description}Phase 3: {Phase Name} [PENDING]
- [ ] Task 3.1: {description}
- [ ] Task 3.2: {description}
- [ ] Verification: {description}--------------------------------------------------------------------------------
GIT HISTORY
--------------------------------------------------------------------------------
Related Commits:
abc1234 - feat: add login form ({trackId})
def5678 - feat: add password validation ({trackId})
ghi9012 - chore: mark task 1.2 complete ({trackId})
--------------------------------------------------------------------------------
NEXT STEPS
--------------------------------------------------------------------------------
Current: Task 2.2 - {description}
Next: Task 2.3 - {description}
Phase 2 verification pending ================================================================================
Commands: /conductor:implement {trackId} | /conductor:revert {trackId}
================================================================================
Status Markers Legend
Display at bottom if helpful:
Legend:
[x] = Complete
[~] = In Progress
[ ] = Pending
[!] = BlockedError States
No Tracks Found
================================================================================
PROJECT STATUS: {Project Name}
================================================================================Conductor is set up but no tracks have been created yet.
To get started:
/conductor:new-track "your feature description"
================================================================================
Conductor Not Initialized
ERROR: Conductor not initializedCould not find conductor/product.md
Run /conductor:setup to initialize Conductor for this project.
Track Not Found (with argument)
ERROR: Track not found: {argument}Available tracks:
- auth_20250115
- dashboard_20250112
- nav-fix_20250114
Usage: /conductor:status [track-id]
Calculation Logic
Task Counting
For each plan.md:
- Complete: count lines matching /^- \[x\] Task/
- In Progress: count lines matching /^- \[~\] Task/
- Pending: count lines matching /^- \[ \] Task/
- Total: Complete + In Progress + PendingPhase Detection
Current phase = first phase header followed by any incomplete task ([ ] or [~])Progress Bar
filled = floor((completed / total) * 20)
empty = 20 - filled
bar = "[" + "#".repeat(filled) + ".".repeat(empty) + "]"Quick Mode
If invoked with --quick or -q:
{Project Name}: {completed}/{total} tasks ({percentage}%)
Active: {trackId} - Task {X.Y}JSON Output
If invoked with --json:
{
"project": "{name}",
"timestamp": "ISO_TIMESTAMP",
"tracks": {
"total": N,
"completed": X,
"in_progress": Y,
"pending": Z
},
"tasks": {
"total": M,
"completed": A,
"in_progress": B,
"pending": C
},
"current": {
"track": "{trackId}",
"phase": N,
"task": "{X.Y}"
},
"blockers": []
}