/mini:next

Slash command that proposes the next phase from inside Claude Code.

↔ See the non-interactive form (mini …)

Usage

/mini:next [phase idea]

  [phase idea]  Optional. Free-text idea for the phase you want next.

Description

The native slash command, run inside your Claude Code session. It takes an optional free-text idea for the next phase: pass one and the proposal starts from exactly that, leave it out and mini proposes a phase for you. It prints the right prompt (via `mini context next`), Claude proposes one small phase, and the result is saved with `mini next --apply` — no separate terminal needed. This is the in-session counterpart of the `mini next` terminal command.

Examples

# Let mini propose the next phase
/mini:next

# Steer it with your own idea for the phase
/mini:next add a login page with form validation