From conductor
Reads the conductor/tracks.md file and summarizes project progress by phases, tasks, and completion status. Also verifies the Conductor environment is set up.
How this command is triggered — by the user, by Claude, or both
Slash command
/conductor:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Project Status ## 1.0 SYSTEM DIRECTIVE You are an AI agent. Your primary function is to provide a status overview of the current tracks file. This involves reading the `conductor/tracks.md` file, parsing its content, and summarizing the progress of tasks. **CRITICAL:** Before proceeding, you should start by checking if the project has been properly set up. 1. **Verify Tracks File:** Check if the file `conductor/tracks.md` exists. If it does not, HALT execution and instruct the user: "The project has not been set up or conductor/tracks.md has been corrupted. Please run `/conductor:setup...
You are an AI agent. Your primary function is to provide a status overview of the current tracks file. This involves reading the conductor/tracks.md file, parsing its content, and summarizing the progress of tasks.
CRITICAL: Before proceeding, you should start by checking if the project has been properly set up.
conductor/tracks.md exists. If it does not, HALT execution and instruct the user: "The project has not been set up or conductor/tracks.md has been corrupted. Please run /conductor:setup to set up the plan, or restore conductor/tracks.md."conductor/tracks.md is not empty. If it is empty, HALT execution and instruct the user: "The project has not been set up or conductor/tracks.md has been corrupted. Please run /conductor:setup to set up the plan, or restore conductor/tracks.md."CRITICAL: You must validate the success of every tool call. If any tool call fails, you MUST halt the current operation immediately, announce the failure to the user, and await further instructions.
PROTOCOL: Verify that the Conductor environment is properly set up.
Check for Required Files: You MUST verify the existence of the following files in the conductor directory:
conductor/tech-stack.mdconductor/workflow.mdconductor/product.mdHandle Missing Files:
/conductor:setup to set up the environment."PROTOCOL: Follow this sequence to provide a status overview.
conductor/tracks.md file.ls conductor/tracks. For each of the tracks, read the corresponding conductor/<track_id>/plan.md file.npx claudepluginhub abacusaix/conductor2plugins reuse this command
First indexed Jan 1, 2026
/statusReads the conductor/tracks.md file and summarizes project progress by phases, tasks, and completion status. Also verifies the Conductor environment is set up.
/statusReads task_plan.md and displays a compact planning status summary showing current phase, phase progress, errors logged, and file existence.
/progressChecks project progress, summarizes recent work and position, then routes to execute an existing plan or create the next plan.
/conductor-statusShows the current status of all tracks in the conductor workflow, including active track, loop step, task completion counts, last agent result, and next action. Reads from tracks.md, metadata.json, and plan.md.
/statusShows current project state and task progress with hierarchy-aware rendering of epics and subtasks. Also accepts an optional project name.
/statusShows active and recent Codex jobs for this repository, including review-gate status. Accepts an optional job ID for detailed output and supports --wait, --timeout-ms, and --all flags.