Close Track banner
Ibrahim-3d Ibrahim-3d

Close Track

Development community

Description

--- name: close-track description: "Close a completed track — run quality gate, update conductor state, commit, and optionally handle the git branch" user_invocable: true model: sonnet arguments: - name: track_id description: "Track ID to close (defaults to the active track from tracks.md)" required: false - name: "--force" description: "Skip quality gate — use for abandoned or superseded tracks" required: false --- # /orchestrator-supaconductor:close-track — Close a Complet

Installation

Installs to ~/.claude/skills/ibrahim-3d-orchestrator-supaconductor-close-track/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository