flow-next-chart

Featured

Decision-map discovery for one oversized/unclear idea before capture. Triggers on /flow-next:chart with an unshaped idea, chart id, decision pin, --status, or stored tracker URL. Prompt-first adaptive loop - ground, chart a frontier, resolve one D-ID per invocation, brief for capture.

AI & Automation 695 stars 55 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
95
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Chart - decision-map discovery (pre-capture) **Read [workflow.md](workflow.md) for routing and the mode dispatch table.** It routes to exactly one mode reference per invocation (chart / work / briefing-reopen / re-entry); status mode and the safety recap stay inline there. Native prompts, adaptive traces, and the full flag tables: [references/examples.md](references/examples.md). Takes **one unshaped idea that is too big for a single capture session and wrapped in unknowns**, and finds the route by resolving **one decision at a time** until the effort can be captured as one or more specs. Unit of work is a **decision** (D-ID), not a build task. Chart never writes a spec and never sets `ready`; output is a briefing handed to `/flow-next:capture`. **Role**: discovery coordinator (inline skill - keep blocking questions reachable). Host agent owns grounding, interpretation, frontier judgment, evidence-route dispatch, prototype presentation, attended consent, re-charting, and the terminal verdict. flowctl owns atomic create/claim/resolve/scope/briefing/store mutations. ## Preamble **CRITICAL: flowctl is BUNDLED - NOT installed globally.** `which flowctl` will fail (expected). Define once; subsequent blocks (here and in `workflow.md`) use `$FLOWCTL`: ```bash FLOWCTL="${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/scripts/flowctl" [ -x "$FLOWCTL" ] || FLOWCTL="<plugin-root>/scripts/flowctl" # <plugin-root> = the directory two levels above this skill's SKILL.md file (the harne...

Details

Author
gmickel
Repository
gmickel/flow-next
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

charting

Chart an effort that is too big for one session and whose route is not yet visible — turn the fog into a map of tickets on the issue tracker, then resolve them one per session until nothing is left to decide. Use when the goal is clear but the way to it is not, when work will span many sessions, or when the user says "chart this" / "map this out" / "I don't know where to start". NOT for work you can already plan in one pass.

2 Updated 4 days ago
konstantinos-malavazos
DevOps & Infrastructure Listed

decision-mapping

Use when a loose idea is too big for one agent session and the way to the finish line is not visible yet — "where do I even start", "we need to figure out X before we can plan", a space with several open questions that hang on each other. Charts a committed markdown decision map: a named destination, explicit out-of-scope, typed tickets (research / prototype / grilling / task, each HITL or AFK), blocking edges, and a fog frontier that advances one resolved ticket at a time. Produces decisions, not deliverables. Not for scoring options against criteria (`decision-matrix`) or for sequencing work already decided (`roadmap`, `blueprint`).

0 Updated today
RubyEyedReaper
AI & Automation Featured

flow-next-guide

Prompt-first router that recommends the smallest sufficient flow-next workflow. Use when unsure which command to run next, which pre-build stage applies, or whether to skip chart/interview/plan. Triggers on /flow-next:guide with a free-form situation description.

695 Updated today
gmickel