
from flow-next575
Convert feature requests or Flow IDs into structured epics and tasks (.flow/) with repo-aware planning and enforced conventions; plan-only (no implementation).
This skill turns a rough idea or Flow ID into a structured epic and task set in a repository's .flow/ directory. It enforces repo conventions, uses bundled flowctl tooling for task management, and produces specs and tasks sized for follow-up work. The skill emphasizes planning (not implementation) and includes option parsing, pre-checks, and a strict workflow to avoid drift.
Use when you need a product-minded, repo-aware plan: breaking features into epics and tasks, producing acceptance criteria, and preparing work that fits the repo's flowctl conventions. Triggers on commands like /flow-next:plan and Flow IDs (fn-1-add-oauth, fn-1, fn-1.2). Not intended to write code.
Designed for agents and plugin hosts that support bundled CLI tooling and repo-scoped workflows (Claude Code, Factory Droid, Codex, other code-focused LLM runners).
Flow Next Plan is a planning-only skill that converts feature requests into structured epics and tasks stored in .flow/ directories via a bundled flowctl CLI. No scripts were bundled for execution — the skill is purely instructional, directing the agent through a multi-step planning workflow with option parsing, research scouts, and review modes. The SKILL.md is well-structured with clear triggers, input formats, and output contracts, though it relies heavily on external tooling (flowctl, RepoPrompt, Codex CLI) that must be present in the plugin environment.
Well-designed planning skill with strong guardrails (no implementation code in plans, enforced .flow/ output paths). Security deductions: minor shell injection risk from unquoted variable interpolation in bash snippets (FLOWCTL path construction), and the plugin version check runs arbitrary jq commands. No hardcoded credentials, no destructive commands, no exfiltration risk. Architecture is solid with clear separation between spec and tasks, though the heavy coupling to the flow-next plugin ecosystem limits standalone usefulness.