Iterate
Lightweight ad-hoc execution loop for bug fixes, debugging, small features, or recovery from a stuck state. Invoke with /iterate when /execute is overkill but unstructured coding loses context.
Github Sync
Syncs working tree with GitHub remote. Detects whether to pull, push, or both from git state and acts accordingly. Invoke with /github-sync or when user says "commit", "push", "pull", or "sync to GitHub".
Save
Saves session state, optionally commits and clears. Refreshes project-plan status and snapshots to the local artifact DB. Invoke with /save or when user says "wrap up", "save session", "done for today", or "compact".
Skill Forge
Creates or edits skills. Scaffolds directory, writes SKILL.md from template, validates against checklist. Invoke with /skill-forge when building or modifying a skill.
Execute
Implements work units from project-plan.md. Claude generates the code in main thread; Sonnet subagents handle parallel WUs when waves are wide. Reviews are user-triggered via /review. Invoke with /execute.
Build Plan
Generates or updates project-plan.md with phases, work units, dependencies, and acceptance criteria. Auto-detects whether to create from scratch, update an existing plan, or produce a lightweight in-session plan. Invoke with /build-plan.
Review
Multi-lens project review. Default tier runs 12 Sonnet lenses on the codebase in parallel. Optional tier adds UI / browser / breaking-change. Invoke with /review for a full pass, or "/review security" for a single lens.
Init
Initializes a project from any starting state — greenfield, joining existing code, partitioning a sub-project, or pivoting scope. Auto-detects which path applies. Invoke with /init.