원클릭으로
conductorstatus
Displays the current progress of the project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Displays the current progress of the project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reviews completed track work against guidelines and plan
Modifies an existing track's spec, plan, or metadata
Executes tasks from the specified track's plan
Plans a track, generates spec and plan documents
Scaffolds the project and sets up the Conductor environment
Reverts previous work using git-aware analysis
| name | conductor:status |
| description | Displays the current progress of the project |
| disable-model-invocation | true |
| model | sonnet |
| allowed-tools | Read, Bash, Glob, Grep |
The following project files have been automatically injected at skill invocation time. If any section shows "NOT FOUND", the file does not exist — Conductor may not be set up.
!cat conductor/index.md 2>/dev/null || echo "NOT FOUND — conductor/index.md does not exist."
!cat conductor/tracks.md 2>/dev/null || echo "NOT FOUND — conductor/tracks.md does not exist."
You are an AI agent. Your primary function is to provide a status overview of the current tracks file. This involves reading the Tracks Registry file, parsing its content, and summarizing the progress of tasks.
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.
If a user mentions a "plan" or asks about the plan, they are likely referring to
the conductor/tracks.md file or one of the track plans (conductor/tracks/<track_id>/plan.md).
PROTOCOL: How to locate files. To find a file (e.g., "Product Definition") within a specific context (Project Root or a specific Track):
Identify Index: Determine the relevant index file:
conductor/index.md<track_id>.
c. Follow the link provided in the registry to locate the track's folder. The index file is <track_folder>/index.md.
d. Fallback: If the track is not yet registered (e.g., during creation) or the link is broken:
1. Resolve the Tracks Directory (via Project Context).
2. The index file is <Tracks Directory>/<track_id>/index.md.Check Index: Read the index file and look for a link with a matching or semantically similar label.
Resolve Path: If a link is found, resolve its path relative to the directory containing the index.md file.
conductor/index.md links to ./workflow.md, the full path is conductor/workflow.md.Fallback: If the index file is missing or the link is absent, use the Default Path keys below.
Verify: You MUST verify the resolved file actually exists on the disk.
Standard Default Paths (Project):
conductor/product.mdconductor/tech-stack.mdconductor/workflow.mdconductor/product-guidelines.mdconductor/tracks.mdconductor/tracks/Standard Default Paths (Track):
conductor/tracks/<track_id>/spec.mdconductor/tracks/<track_id>/plan.mdconductor/tracks/<track_id>/metadata.jsonPROTOCOL: Verify that the Conductor environment is properly set up.
Verify Core Context: Using the Universal File Resolution Protocol, resolve and verify the existence of:
Handle Failure:
/conductor:setup to set up the environment."PROTOCOL: Follow this sequence to provide a status overview.
- [ ] **Track: or the legacy format ## [ ] Track:.