返回 Skill 列表
extension
分类: 开发与工程无需 API Key

flow-export

生成项目摘要导出

person作者: jakexiaohubgithub

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

  1. COMPREHENSIVE - Include all relevant data
  2. NO SECRETS - Exclude sensitive data