flowbook

SKILL.md

flowbook — Flowchart Documentation Generator

Analyze codebase logic → setup flowbook → generate .flow.md files → verify → build.

Execute ALL phases in order. Do NOT skip phases. Generate flows for ALL significant logic — not just a few.


Phase 1: Project Analysis

1.1 Check Flowbook Existence

Check if flowbook is already set up:

  • package.json has "flowbook" script → Already initialized, skip Phase 2
  • Otherwise → Proceed to Phase 2

1.2 Detect Package Manager

Installs
1
First Seen
Apr 29, 2026