flow

Automate change-request pipelines from triage through ship stages.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LeoCode03/spkie_gpu --skill flow-leocode03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow
Source: https://github.com/LeoCode03/spkie_gpu/tree/main/.claude/skills/flow
Command: npx skills add https://github.com/LeoCode03/spkie_gpu --skill flow-leocode03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end change-request pipelines from triage to closure.

Core Features & Use Cases

  • End-to-end CR pipeline automation: automatically executes stages from spec through ship after triage and business clearance.
  • Business clarification loop: identifies and resolves open business questions before execution to avoid downstream delays.
  • Stage-driven execution with handoffs: reads per-stage SKILL.md instructions and produces concise Stage Handoff summaries for the next stage.
  • Resume and stage-awareness: resumes CRs at the correct stage based on current CR state to avoid rework.

Quick Start

Provide a CR-ID to start the full end-to-end pipeline.

Frequently Asked Questions about flow

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

FAQPage Schema
How do I automate an end-to-end change-request pipeline?

To automate an end-to-end change-request pipeline, provide a CR-ID to trigger a hands-off execution flow that progresses through spec, plan, build, audit, and ship stages automatically.

How does stage handoff work in a CR pipeline?

Stage handoff in a CR pipeline works by reading per-stage instructions and generating concise Stage Handoff summaries, passing necessary context to the next execution stage.

Can I resume a change-request pipeline from the middle of a workflow?

Yes, you can resume a change-request pipeline because the system resumes CRs at the correct stage based on the current CR state, avoiding redundant rework.

Why do I need to clarify business questions before starting a pipeline?

Clarifying business questions before starting a pipeline is required to identify and resolve open issues early, preventing downstream delays during the build and ship stages.

What is the process to close a completed change-request stage?

The process to close a completed change-request stage requires a mandatory Close confirmation, ensuring explicit human approval before the pipeline reaches final closure.