Survey the codebase for organizational drift — oversized files, files that should be split or merged, misleading names, directory structures that hurt navigation. Use when the user asks to clean up, reorganize, or review codebase structure.
Audit every spec in specs/ and docs/ against the corresponding code and produce a consistency report. Use when the user asks to check spec/code drift, verify specs are still accurate, or review the state of specifications.
Pick one item at random from a set of candidate tasks and drive it end-to-end — proposal, spec, incremental implementation, with subagent review at each stage. Use when the user wants to pick something at random and just ship it.
Recommend the next things to work on — concrete implementation tasks pulled from unimplemented spec sections, plus new-feature design topics worth discussing. Use when the user asks "what should we do next" or wants forward-looking direction.