From flow-next
Installs flowctl CLI locally by adding .flow/bin to PATH and injects Flow-Next instructions into CLAUDE.md/AGENTS.md. Optional setup via /flow-next:setup for CLI access and other AI agents.
npx claudepluginhub gmickel/flow-next --plugin flow-nextThis skill uses the workspace's default tool permissions.
Install flowctl locally and add instructions to project docs. **Fully optional** - flow-next works without this via the plugin.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Install flowctl locally and add instructions to project docs. Fully optional - flow-next works without this via the plugin.
flowctl accessible from command line (add .flow/bin to PATH)Read workflow.md and follow each step in order.