con un clic
conductor-status
Displays the current progress of all tracks in the project
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Displays the current progress of all tracks in the project
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Executes the tasks defined in the specified track's plan, then automatically runs the review gate
Plans a new track, generates spec and plan files, and registers it in the tracks registry
Reverts a track, phase, or task using git-aware reversion with one final confirmation
Reviews a completed track against its plan and guidelines; auto-archives on pass, auto-deletes and restarts on fail
Scaffolds the project and sets up the Conductor environment interactively
Syncs conductor skills with upstream Gemini Conductor changes, adapted for Codex
Basado en la clasificación ocupacional SOC
| name | conductor-status |
| description | Displays the current progress of all tracks in the project |
$ARGUMENTS
CRITICAL: Conductor artifacts are local-only. This command is read-only — it does not modify any files.
You are an autonomous AI agent providing a status overview of the Conductor project. Read the tracks registry and all plan files, then output a structured summary. Do not modify any files. Do not stop for user confirmation.
Universal File Resolution Protocol: Check conductor/<file> first; if missing, read conductor/index.md for canonical paths.
Check for:
conductor/tracks.md (Tracks Registry)conductor/product.mdconductor/tech-stack.mdconductor/workflow.mdIf any required file is missing: output a warning listing the missing files and suggest "Run /conductor-setup to initialize.", then continue with whatever data is available (do not halt completely — partial status is better than nothing).
Read conductor/tracks.md.
Parse all track sections. A track section is delimited by ---. For each section, extract:
[ ] (new), [~] (in_progress), [x] (implemented — pending review)**Track: ...** line)For each track, read its plan.md via the track's index.md. Parse tasks:
- [ ] Task:, - [~] Task:, - [x] Task:- [x] Task:- [~] Task: (if any)- [ ] Task: (if any)Output the following format:
═══════════════════════════════════════
CONDUCTOR STATUS REPORT
<current date and time>
═══════════════════════════════════════
PROJECT: <product name from conductor/product.md>
TRACKS SUMMARY
Total tracks: <N>
New (not started): <N>
In progress: <N>
Implemented: <N> ← pending review
Archived: (not tracked here — check conductor/archive/)
─────────────────────────────────────
<For each track, in registry order:>
[<status icon>] Track: <description>
ID: <track_id>
Progress: <completed>/<total> tasks (<percent>%)
Current: <current in-progress task, or "—">
Next: <next pending task, or "All done — run /conductor-review">
Blockers: <blocker text, or "None">
─────────────────────────────────────
OVERALL PROGRESS: <total_completed>/<total_tasks> tasks (<percent>%)
STATUS: <On Track | In Progress | Blocked | All Implemented>
═══════════════════════════════════════
Status icons:
[ ] new[~] in progress[x] implemented (review pending)Overall STATUS:
[x] or archived[~][ ] (not yet started)