Get a high-level overview of project progress across all tracks. Use when asked for project status, track progress, what's done, or run /conductor_status.
Purpose: Get a high-level overview of project progress.
Before executing: Read the Conductor skill (SKILL.md in the conductor
skill folder) for full context on directory structure, conventions, and
lifecycle rules.
Determine Project Root: Use ask_question to ask the user to specify
the project root path containing the conductor/ directory (e.g., the
repository path), if it is not already known. Use this path as
{PROJECT_ROOT} for all operations in this session.
Setup Check: Verify that the following core Conductor files exist:
{PROJECT_ROOT}/conductor/tracks.md{PROJECT_ROOT}/conductor/product.md{PROJECT_ROOT}/conductor/tech-stack.md{PROJECT_ROOT}/conductor/workflow.mdIf any of these files are missing, halt execution and inform the user that the Conductor context is incomplete.
Read and Parse Tracks:
{PROJECT_ROOT}/conductor/tracks.md.- [ ] **Track:) AND the legacy format (## [ ] Track:).[x] = ✅ Complete[~] = 🔄 In Progress[ ] = ⬜ PendingAnalyze Task-Level Progress:
{PROJECT_ROOT}/conductor/tracks/<track_id>/plan.md to get task-level
progress.[~]), the next pending task
(marked [ ]), and any explicitly noted blockers.Generate the Enhanced Status Summary: Write the status summary as an
artifact (conductor_status.md, ArtifactType: walkthrough using
write_to_file with IsArtifact: true) and present via notify_user with
PathsToReview.
Include the following structured information in the artifact:
Overview:
[~] in the
active track[ ] pending taskTrack Registry Summary: Display in table format:
## Project Status
### Track Registry
| # | Track | Status |
|---|-------|--------|
| 1 | <Track Title> | ✅ Complete |
| 2 | <Track Title> | 🔄 In Progress |
| 3 | <Track Title> | ⬜ Pending |
Phase/Task Breakdown: For each in-progress track, display the plan structure:
### Active Track: <track_name>
- Phase 1: ✅ Complete
- Phase 2: 🔄 In Progress
- [x] Task 1
- [x] Task 2
- [~] Task 3 (current)
- [ ] Task 4
- [ ] Task 5
- Phase 3: ⬜ Pending
Summary Statistics: - Total tracks: N - Completed: N - In progress: N - Pending: N
Next Steps: Use ask_question to present the user with structured
choices for what to do next. Present them as a clear numbered list, for
example: