mini next
Proposes what should come as the next phase of the project.
Usage
mini next [options]
--apply Save a phase non-interactively, no Claude (for /mini:next)
--title <title> Title of the new phase (with --apply)
--goal <goal> Goal of the new phase (with --apply)
Description
The terminal command. Looks at the progress so far and proposes a single small, verifiable phase to tackle next — not a roadmap, just the one thing that makes sense right now. Run on its own it opens an interactive Claude Code session for the proposal; with --apply it saves a phase straight from --title and --goal, without invoking Claude.
Examples
# Interactive: let mini propose the next phase
mini next
# Save a phase directly, without Claude
mini next --apply --title "Login page" --goal "Add a working login form with validation"