
Quick iterations on existing projects. Load context, ask what's next, execute in burn-down mode.
--- name: conduct description: Multi-model orchestration with lane-based routing. Classifies tasks, routes to appropriate lanes (premium/balanced/cheap/research), and loops until the goal is met. Use when the task is non-trivial and you want it to run until done. Trigger keywords: orchestrate, PMO, keep working, until done, multi-model, conduct. --- # /conduct — Lane-Based Orchestrator Classifies tasks by type, routes to lanes, dispatches to workers, reviews with Claude. Loops until done. ##
Create a structured handoff document to preserve context before /clear or /compact.
Run deep research in a background sub-agent using Argus search broker. Falls back to Gemini CLI if Argus is unavailable.
Restore context from a handoff document and continue work.
--- name: tdd description: Test-driven development with mandatory RED-GREEN-REFACTOR cycle. Enforces writing failing tests before production code. Use when implementing new features, fixing bugs with test coverage, or when the user wants TDD discipline. Trigger keywords: tdd, test first, test driven, red green refactor, add tests, coverage, write a test, failing test. --- # /tdd — Test-Driven Development RED-GREEN-REFACTOR cycle. No production code without a failing test shown first. ## Usage
--- name: debug description: Systematic debugging with 4 mandatory phases. Use when fixing bugs, investigating errors, or troubleshooting unexpected behavior. DO NOT skip to the fix — investigate first. Trigger keywords: bug, error, broken, not working, crash, failing, debug, investigate, troubleshoot, wrong output, unexpected behavior, regression. --- # /debug — Systematic Debugging Protocol 4-phase debugging. Phases 1-3 are read-only. No code changes until Phase 4. ## Usage ``` /debug /deb
Manage encrypted secrets between the master vault and projects using SOPS/Age.
Structured operator for new projects, refactors, and complex implementations.
Cache external documentation locally. Use when user says '/doc', 'cache docs', 'download docs', 'save documentation', 'fetch docs', or asks to reference external documentation.
Zero-token research using Argus search broker. Saves Claude tokens.
Project debrief from background intelligence. Use when asked "what's the deal with this project", "give me a status update", "what needs attention", or "/janitor". Reads .janitor/ signal files and synthesizes into plain language.
Smart visual analysis for websites and images using Playwright screenshots and AI vision.