Flow Export
Generate project summary export.
Usage
flow-export [--format markdown|json]
Workflow
Phase 1: Gather Data
Collect:
- All flows from
.agent/flows.md - All patterns from
.agent/patterns.md - Flow details from
.agent/specs/*/ - Archive details from
.agent/archive/*/
Phase 2: Generate Report
# Flow Project Export
**Generated:** {date}
**Project:** {from product.md}
## Overview
- Active Flows: {count}
- Archived Flows: {count}
- Total Tasks: {count}
- Completion Rate: {%}
## Active Flows
### {flow_id}
**Status:** In Progress
**Progress:** {completed}/{total} tasks
## Archived Flows
### {flow_id}
**Completed:** {date}
**Tasks:** {count}
## Project Patterns
{contents of patterns.md}
Phase 3: Output
Write to .agent/export_{date}.md
Critical Rules
- COMPREHENSIVE - Include all relevant data
- NO SECRETS - Exclude sensitive data
Scan to join WeChat group