flow-initializer

Initialize Flow projects by generating .flow directories with required templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps initialize Flow projects, migrate existing docs, or update structures to Flow format.

Core Features & Use Cases

  • Blueprints: Create new Flow project skeletons
  • Migration: Convert existing docs to Flow layout
  • Updates: Modernize old Flow structures to current patterns

Quick Start

Choose a path: Blueprint (new project), Migrate (docs to Flow), or Update (modernize). Then follow the prompts to generate the initial structure.

Frequently Asked Questions about flow-initializer

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

FAQPage Schema
How do I initialize a Flow project from scratch?

Initialize a Flow project by creating the .flow directory with DASHBOARD.md, PLAN.md, and phase-N/task-M.md templates. The Skill generates the required artifacts and validates them against Flow structure standards, supporting new projects, document migrations, and structural updates.

Can I migrate existing documentation to Flow format?

Yes. The Skill converts existing docs to Flow layout by mapping phases and tasks from your input, creating the standardized directory structure, and enforcing template conformance. This applies to blueprint creation, legacy updates, and document conversions.

What does the Flow project bootstrap process include?

Bootstrap generates the complete initial structure: .flow directory, DASHBOARD.md for overview, PLAN.md for strategy, and phase-N/task-M.md templates organized hierarchically. The Skill enforces safe overwrite policies and validates all artifacts conform to current Flow patterns.

How do I update legacy Flow structures to current standards?

The Skill modernizes old Flow structures by regenerating them against current patterns, remapping phases and tasks, and applying template conformance rules. It handles structural updates while maintaining safe overwrite policies to prevent data loss.

What precautions does the Skill take when initializing projects?

Flow-initializer enforces safe overwrite policies to protect existing content, validates all generated artifacts against template standards, and maps input phases and tasks accurately. These safeguards ensure structural integrity during blueprint creation, migration, and modernization.