flow-create-issue

File a pre-planned GitHub issue with an embedded Implementation Plan.

25|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/benkruger/flow --skill flow-create-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-create-issue
Source: https://github.com/benkruger/flow/tree/main/skills/flow-create-issue
Command: npx skills add https://github.com/benkruger/flow --skill flow-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture a brainstormed solution from the conversation and file it as a pre-planned GitHub issue. The issue includes an Implementation Plan section (Context, Exploration, Risks, Approach, Dependency Graph, Tasks) that the Plan phase extracts directly — no re-derivation needed.

Core Features & Use Cases

  • Capture brainstormed ideas and file them as structured GitHub issues ready for Plan-phase work.
  • Embed an Implementation Plan that can be automatically parsed and turned into concrete tasks and code changes.
  • Context gating ensures brainstorming context exists before filing to prevent premature issues.

Quick Start

Provide the brainstorming context and invoke /flow:flow-create-issue to file a pre-planned GitHub issue with an Implementation Plan.

Frequently Asked Questions about flow-create-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn brainstormed ideas into structured GitHub issues for automated planning?

To turn brainstormed ideas into structured GitHub issues, capture the conversation context and file a pre-planned issue. The issue embeds an Implementation Plan with Context, Exploration, Risks, Approach, Dependency Graph, and Tasks for direct Plan-phase extraction.

What is the best way to automate task decomposition from brainstorming context into a workflow issue?

Automating task decomposition involves filing a GitHub issue containing a structured Implementation Plan. This plan allows the workflow's Plan phase to extract concrete tasks and code changes directly from the brainstorming context without re-derivation.

Do I need prior brainstorming context to create a pre-planned GitHub issue?

Yes, you need prior brainstorming context in the conversation to create a pre-planned GitHub issue. Context gating ensures brainstorming context exists before filing, preventing premature issues and ensuring the Implementation Plan is populated.

How does context gating work when filing an issue for a flow-style project?

Context gating works by verifying that brainstorming context exists in the conversation before allowing issue creation. This mechanism prevents premature issues and requires a session-scoped identifier for file and path management in flow-style projects.

What should be included in an Implementation Plan section for a GitHub issue?

An Implementation Plan section for a GitHub issue should include Context, Exploration, Risks, Approach, Dependency Graph, and Tasks. This structure allows the Plan phase to parse the issue and generate concrete tasks and code changes automatically.

Why does my workflow issue creation fail without a session-scoped identifier?

Workflow issue creation fails without a session-scoped identifier because it is required for file and path management. This identifier, along with prior brainstorming context, ensures the pre-planned issue is filed correctly within the flow-style project.