Meta Review
>-
Iteration
Land a code change as a reviewed pull request — simplify the diff, commit, push, open or update the PR, then hand back considerations (risks, edge cases, what to test) and test links. Use proactively when the user wants to ship / commit / open a PR for the current change, or to "iterate" on work that should land via a PR. Runs standalone on the current branch, and is the engine the `feature` skil…
Systems Review
Periodic audit of codebase subsystems. Picks N stale systems from docs/SYSTEMS.md, runs topic-driven review (bugs, completeness, dry, architecture, consistency, efficiency, tests, docs-sync, security?), shows a per-system plan in plan mode, and applies fixes in isolated worktrees before stamping last_review. Invoke as /systems-review [count] [subsystem].
Systems Discover
Companion to /systems-review. Builds and maintains docs/SYSTEMS.md by scanning the codebase, proposing systems grouped into sections, and merging cross-cutting systems across subsystems. Three modes: incremental (default), scoped by area, and --rebuild. Plan mode shows a compact list of system names for review/iteration before writing. Invoke as /systems-discover [--rebuild] [<area>].
Make Better
One-command Make Better — auto-decides between bootstrap, refresh, or review-only based on registry state. Orchestrates /systems-discover and /systems-review. Flags: [count] [subsystem] [--no-discover|--rebuild|--discover-only] [--yes]
Feature
Use proactively at the start of any request to build, add, change, or fix a feature in a configured multi-repo workspace — "let's build…", "new feature", "add X", "fix Y" — when the work should land in a PR rather than directly on the base branch. Invoke before writing implementation code, unless already active this session. A --lite flag gives a lightweight run with no ports / dev servers / manu…