Skip to content

When to Use

Use /flow-next:capture if the requirement is in the current conversation, then plan the generated spec.

Terminal window
/flow-next:capture
/flow-next:plan fn-1
/flow-next:work fn-1

Use /flow-next:capture. It synthesizes the current thread into a source-tagged spec and shows a read-back before writing.

Use /flow-next:interview. For teams, split the interview:

Terminal window
/flow-next:interview fn-1 --scope=business
/flow-next:interview fn-1 --scope=technical --strategy --docs

Use /flow-next:prospect. It ranks candidate ideas grounded in the repo, strategy, memory, and open specs.

Use a business interview before the technical pass:

Terminal window
/flow-next:interview fn-1 --scope=business
/flow-next:interview fn-1 --scope=technical

This is the best default for teams where a PO, PM, designer, or support lead owns part of the requirement.

Use the full review stack:

Terminal window
/flow-next:plan-review fn-1
/flow-next:work fn-1
/flow-next:impl-review fn-1
/flow-next:spec-completion-review fn-1
/flow-next:make-pr fn-1

The plan review checks whether the work is safe to start. Implementation review checks the diff. Completion review checks the whole spec after all tasks are done.

Use Ralph only after specs are crisp enough to verify.

Terminal window
/flow-next:ralph-init
scripts/ralph/ralph_once.sh
scripts/ralph/ralph.sh
  • One-line edits where no durable context matters.
  • Throwaway prototypes that will not be reviewed or maintained.
  • Product decisions the agent should not make.
  • Work where nobody will read the spec or receipts.

When in doubt, start with a small spec. Flow-Next adds the most value when ambiguity, coordination, or review cost would otherwise dominate the work.