flow-builder

Execute implementation work through gate-based start, execute, verify, and complete workflows.

38|4|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/khgs2411/flow --skill flow-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-builder
Source: https://github.com/khgs2411/flow/tree/main/framework/skills/flow-builder/SKILL.md
Command: npx skills add https://github.com/khgs2411/flow --skill flow-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute implementation work within Flow's gate-driven process. It ensures you only start coding when brainstorming and pre-tasks are complete, and it verifies completion before moving on.

Core Features & Use Cases

  • Gates: Pre-Implementation Gate, Pre-Tasks Gate, Verification Gate
  • Implementation Pattern: Start → Execute → Verify → Complete
  • Progress Tracking: Keeps Implementation Notes updated and dashboard current
  • Use Case: Start coding only after all gating criteria are satisfied

Quick Start

Use /flow-implement-start when you are ready to code, after gates pass. Then run action items, record progress in Implementation Notes, and finish with /flow-implement-complete.

Frequently Asked Questions about flow-builder

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

FAQPage Schema
How do I automate implementation work with gate-driven workflows?

Gate-driven implementation automates execution by enforcing readiness checks before coding starts. The Skill applies pre-implementation and pre-tasks gates, then runs a start–execute–verify–complete cycle to ensure brainstorming and preparation are complete before action items begin.

What's the workflow for executing coding tasks with verification gates?

Call /flow-implement-start after gates pass, execute action items, record progress in Implementation Notes, then run /flow-implement-complete. This start–execute–verify–complete pattern ensures verification happens before marking work finished.

Can I track implementation progress across software projects?

Yes. The Skill keeps Implementation Notes updated and maintains a current dashboard throughout the workflow. Progress tracking runs alongside gate checks and verification, giving visibility into iteration status and completion state.

When should I use gate-based readiness checks before coding?

Use gates when you need to enforce prerequisites—brainstorming completion, pre-tasks finished, and technical requirements clarified. Gates prevent premature coding by blocking the start until all readiness criteria are satisfied.

Does implementation automation work for feature development and iterations?

Yes. The Skill applies to coding, feature development, implementing iterations, and executing action items. It satisfies both functional and technical requirements with gate-based readiness and verification-driven completion.