{
  "name": "reqflow",
  "version": "3.1.0",
  "description": "从需求到交付的 AI Engineering Harness：上下文管理、工具系统、执行编排、状态记忆、评估观测、约束恢复",
  "author": {
    "name": "ReqFlow Maintainers"
  },
  "homepage": "https://github.com/jaylon0/reqflow",
  "repository": "https://github.com/jaylon0/reqflow",
  "license": "MIT",
  "keywords": [
    "harness",
    "engineering",
    "orchestration",
    "workflow",
    "agent",
    "mcp",
    "delivery"
  ],
  "skills": "./skills/",
  "mcp": "./mcp.json",
  "interface": {
    "displayName": "ReqFlow",
    "shortDescription": "工作流编排引擎",
    "longDescription": "ReqFlow 是模型无关的工作流编排引擎，支持线性工作流、图编排、并行 agent 调度、会话持久化和 MCP 集成。可在 Claude Code、Codex、Cursor、Copilot 等平台使用。",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write",
      "Automation"
    ],
    "defaultPrompt": [
      "使用 reqflow:using-reqflow 处理需求",
      "使用 reqflow:requirement-flow 分析需求",
      "使用 reqflow:main-flow 运行完整流程",
      "使用 reqflow:graph-flow 执行图编排",
      "使用 reqflow:dashboard 查看运行面板",
      "使用 reqflow:checkpoint-flow 管理检查点",
      "使用 reqflow:parallel-flow 并行调度 agent",
      "使用 reqflow:trace-flow 查看执行追踪",
      "使用 reqflow:full-auto 全自动授权执行"
    ],
    "brandColor": "#2563EB"
  }
}
