Git workflow specialist for commit management, branch operations, and repository analysis. Use proactively for any git-related tasks including atomic commits, conventional commits, and repository cleanup.
Implementation task executor using unified artisan-impl approach - processes each top-level task with high-quality code generation and automatic progress tracking.
Generate a persistent, interactive HTML build plan that serves as the master blueprint for an entire project or feature. Unlike session plans that die when context fills up, blueprints are HTML artifacts that live on disk, track progress with checkboxes, batch parallel work, and include copy-paste prompts for every…
This is the knowledge base for the DISTRO Pipeline. Consult this when generating assets (Stage 3), diagnosing underperformance (Stage 7), or running the self-healing loop (/distro --heal).
You are executing the DISTRO Pipeline — the marketing/distribution counterpart to the ID8 Build Pipeline. This pipeline takes a shipped (or near-shipped) product and creates a systematic path to end users.
Show SCV workflow + diagnose project + recommend next step. With an argument, talk through an idea OR search the archive for past work — SCV picks the right mode from your wording. Use whenever the user is thinking out loud about a change, asks what to do next, asks what SCV can do, or wants to find past work — not…
Refine scv/raw/ material into a scv/promote/ - - / folder with PLAN.md + TESTS.md. Optionally updates the docs knowledge graph. Interactive; no files written without user approval. Use whenever the user wants a change planned, specced, or broken down before implementation — 'plan this', 'write a spec', 'what should we…
Implement a scv/promote/ / plan. Reads PLAN.md + TESTS.md, proposes/loads Related Documents as needed, runs the tests, and optionally archives on success. Use whenever the user wants an existing plan implemented — 'build it', 'implement the plan', 'let's do it' — not only when they type /scv:work. Never implement a…
PLAN ONLY — reads a spec, orients in the codebase, creates a worktree, and writes a self-contained implementation plan. Manual handoff: you open a new session and run /impl yourself.
Orchestrates the full implementation pipeline (impl-plan -> impl -> audit -> fix -> merge) across multiple pre-written specs simultaneously using Claude Code's agent teams feature. Specs run in parallel where dependencies allow; merges are serialized through the lead to preserve the worktree invariant. Replaces the…
CLOSED-LOOP PIPELINE -- runs the complete spec -> impl-plan -> impl -> audit -> fix loop -> summary workflow. The spec phase is interactive (inline). Each subsequent phase runs as an isolated subagent with clean context. If errors are found during audit, a fix->re-audit loop runs automatically (max 2 cycles).