npx claudepluginhub khgs2411/flowFlow framework - Ultra-lightweight installer. Run /flow-init to download all 29 commands + 8 skills + 1 Claude agent
Share bugs, ideas, or general feedback.
Iterative Design-Driven Development where humans drive, AI executes.
You make the decisions. AI implements within your framework. Context is never lost.
Flow is human-in-loop development that leverages AI as an execution engine, not a decision maker.
The human drives. The AI executes.
Traditional AI: You prompt → Wait → Hope → Refactor when it fails → Lose context between sessions.
Flow: You design → AI implements → You verify → Iterate with preserved context.
# Add Flow marketplace
/plugin marketplace add khgs2411/flow
# Install plugin
/plugin install flow@topsyde-utils
# Download and run in your project
curl -O https://raw.githubusercontent.com/khgs2411/flow/master/flow.sh
chmod +x flow.sh
./flow.sh
Both methods install:
.claude/commands/ (AI workflow helpers).claude/skills/ (specialized AI assistants).flow/framework/ (methodology guide).flow/framework/examples/ (templates)Flow follows a simple loop:
1. Install → flow.sh or plugin
2. Blueprint → /flow-blueprint (create project structure)
3. Start Phase/Task → /flow-phase-start or /flow-task-start
4. Iterate:
a. Brainstorm → /flow-brainstorm-start
→ /flow-brainstorm-review
→ /flow-brainstorm-complete
OR
b. Implement → /flow-implement-start (skip brainstorming)
5. Complete → /flow-implement-complete
6. Finish Task → /flow-task-complete (when all iterations done)
7. Finish Phase → /flow-phase-complete (when all tasks done)
At any point, you can:
/flow-phase-add, /flow-task-add, /flow-iteration-add/flow-status, /flow-next, /flow-summarize/flow-backlog-add, /flow-backlog-view, /flow-backlog-pull/flow-plan-split, /flow-compact/flow-verify-plan"Build the skeleton first, then add flesh." — Flow Framework
Flow uses a body-building metaphor for iterations:
Each iteration follows the same pattern: brainstorm → implement → complete.
You control architecture. AI executes within your framework.
Build incrementally with clear scope boundaries.
Dashboard (progress) vs Plan (architecture) vs Tasks (work).
.flow/
├── DASHBOARD.md → Single source of truth for current work
├── PLAN.md → Static architecture, testing, constraints
└── phase-N/task-M.md → Detailed iterations with action items
If you discover NEW work outside current scope: STOP and DISCUSS.
Flow enforces scope boundaries:
Add, remove, archive, defer work as project evolves.