Orchestrate the full 5-phase feature development workflow (Design → Planning → Development → Testing → Review). Invoke with a plain-English feature description; the orchestrator passes compact handoffs between phases and surfaces decisions that require user input.
Run Phase 5 (Review) of the privacyclaw feature workflow. Investigator + Contrarian perform a code review of the PR against the design spec and agree on VALID comments; Developer + Simplifier + Test-Developer implement them. Cycles until the Review Group approves. Can be invoked standalone by passing a Testing Phase Handoff and PR_URL as arguments.
Phase 1 of the modernize workflow. Uses CLI tools and web search to build a complete picture of the codebase's currency — security advisories, outdated dependencies, unused deps, toolchain version, Rust edition. Contrarian challenges tier classifications before the catalog is finalized. Can be invoked standalone or as part of /modernize.
Run Phase 1 (Design) of the privacyclaw feature workflow. Coordinates Architect, Investigator, and Contrarian to produce a stable Design Document. Can be invoked standalone or as part of /implement.
Run Phase 3 (Development) of the privacyclaw feature workflow. Implements every task from the OpenSpec plan using isolated worktrees, with Developer → Refactoring Engineer → Simplifier → Logging Implementer → Contrarian review per task. Can be invoked standalone by passing a Planning Phase Handoff as the argument.
Phase 1 of the fix workflow. Investigator traces the execution path from symptom to root cause — identifying the exact file:line where behavior diverges from expectation, the mechanism, and the complete fix surface. Contrarian challenges the diagnosis until every alternative cause is ruled out or incorporated. Produces a Root Cause Analysis document. Can be invoked standalone or as part of /fix.
Orchestrate the full bug-fix workflow (Fix-Investigate → Planning → Development → Testing). Investigator + Contrarian find and validate the root cause, Plan produces a minimal OpenSpec task list, Develop implements it, Test covers regression. User gates after investigation (root cause confirmed?) and after planning (scope approved?). Standalone skill — not part of the implement flow.
Phase 3 of the modernize workflow. Executes the migration plan from Research. Batch-bumps Tier 1 deps, removes unused deps, then runs a full Developer → Investigator → Simplifier → Logging Implementer → Test Runner → Contrarian cycle per Tier 2/3 task. Contrarian also reviews any Batch A Developer fixes. Reverts tasks that cannot be migrated cleanly. Can be invoked standalone by passing a Research Phase Handoff as the argument.