Conductor Status banner
Ibrahim-3d Ibrahim-3d

Conductor Status

Development community

Description

--- name: conductor-status description: "Show current track status, loop step, tasks completed, and next action" user_invocable: true model: sonnet --- # /conductor:status — Current Project Status Display the current progress across all tracks and the active evaluate-loop state. ## Usage ```bash /conductor:status ``` ## What It Shows - **Active Track** — Which track is currently in progress - **Current Step** — Where in the Evaluate-Loop we are - **Tasks** — Completed vs remaining count -

Installation

Installs to ~/.claude/skills/ibrahim-3d-orchestrator-supaconductor-conductor-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ibrahim-3d-orchestrator-supaconductor-conductor-status && curl -fsSL https://raw.githubusercontent.com/Ibrahim-3d/orchestrator-supaconductor/HEAD/commands/conductor-status.md -o ~/.claude/skills/ibrahim-3d-orchestrator-supaconductor-conductor-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository