@xulthekl/team-flow 0.22.4 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/.claude/always/phase-guard.md +1 -1
  2. package/.claude-plugin/marketplace.json +1 -1
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.codex-plugin/plugin.json +1 -1
  5. package/.cursor-plugin/marketplace.json +1 -1
  6. package/.cursor-plugin/plugin.json +1 -1
  7. package/.github/plugin/marketplace.json +2 -2
  8. package/AGENTS.md +3 -2
  9. package/CHANGELOG.md +53 -0
  10. package/GEMINI.md +1 -1
  11. package/HANDOFF.md +123 -98
  12. package/INSTALL.md +1 -1
  13. package/README.md +1 -1
  14. package/docs/README_en.md +1 -1
  15. package/gemini-extension.json +1 -1
  16. package/hooks/session-start +1 -1
  17. package/llms.txt +1 -1
  18. package/package.json +1 -1
  19. package/plugin.json +1 -1
  20. package/scripts/guard/checks/arch-design.mjs +79 -0
  21. package/scripts/guard/guard.mjs +3 -1
  22. package/scripts/lib/arch-merge.mjs +459 -0
  23. package/scripts/lib/cmd-state.mjs +3 -0
  24. package/scripts/lib/hash.mjs +18 -0
  25. package/scripts/lib/state-loader.mjs +11 -0
  26. package/scripts/team-flow.mjs +3 -0
  27. package/skills/architecture-design/SKILL.md +42 -3
  28. package/skills/architecture-design/templates/api.md +71 -0
  29. package/skills/architecture-design/templates/architecture.md +82 -0
  30. package/skills/architecture-design/templates/change-brief.md +29 -0
  31. package/skills/architecture-design/templates/database.md +69 -0
  32. package/skills/architecture-design/templates/index.md +33 -0
  33. package/skills/architecture-design/templates/physical-model.md +93 -0
  34. package/skills/bug-investigator/SKILL.md +1 -1
  35. package/skills/build-executor/SKILL.md +23 -19
  36. package/skills/build-executor/implementer-prompt.md +1 -1
  37. package/skills/build-executor/references/execution-modes.md +6 -6
  38. package/skills/build-executor/task-reviewer-prompt.md +1 -1
  39. package/skills/ce-brainstorm/SKILL.md +6 -0
  40. package/skills/code-reviewer/SKILL.md +6 -2
  41. package/skills/code-reviewer/code-reviewer-prompt.md +1 -1
  42. package/skills/contract-builder/SKILL.md +6 -6
  43. package/skills/need-explorer/SKILL.md +2 -2
  44. package/skills/release-archivist/SKILL.md +25 -12
  45. package/skills/release-archivist/references/closing-procedures.md +8 -8
  46. package/skills/spec-merger/SKILL.md +2 -2
  47. package/skills/spec-writer/SKILL.md +11 -9
  48. package/skills/workflow-bootstrap/SKILL.md +28 -5
  49. package/skills/workflow-bootstrap/references/b1-reconnaissance.md +16 -1
  50. package/skills/workflow-orchestrator/references/s2-prd-prototype-loop.md +1 -1
  51. package/skills/workflow-orchestrator/references/s4-split-validate.md +1 -1
  52. package/skills/workflow-orchestrator/references/s5-monitoring.md +1 -1
  53. package/skills/workflow-start/SKILL.md +44 -16
  54. package/skills/workflow-start/references/routing-rules.md +17 -17
  55. package/templates/api.md +177 -0
  56. package/templates/architecture.md +122 -0
  57. package/templates/change-brief.md +24 -0
  58. package/templates/database.md +114 -0
@@ -1,3 +1,3 @@
1
- # team-flow v0.22.4 | 阶段: {{state}} | 工作流: {{workflow}}
1
+ # team-flow v0.23.0 | 阶段: {{state}} | 工作流: {{workflow}}
2
2
  当前阶段允许的操作由 workflow-start 路由规则定义。
3
3
  禁止跨越 DP gate 进入下一阶段。变更范围以 execution-contract.md 的 Intent Lock 为准。
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "team-flow",
11
11
  "description": "8-state spec workflow + compound global compounding + architecture-design (4A/DDD) + local HTML prototype + product-level orchestration + bootstrap + e2e + session handoff + workflow feedback. 23 skills + 8 agents with embedded TDD, SDD, code review, debugging, delta spec sync, and design-system-driven prototyping.",
12
- "version": "0.22.4",
12
+ "version": "0.23.0",
13
13
  "source": "./",
14
14
  "author": {
15
15
  "name": "LT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "team-flow",
3
- "version": "0.22.4",
3
+ "version": "0.23.0",
4
4
  "description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 23 skills + 8 agents, one install.",
5
5
  "source": "./",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "team-flow",
3
- "version": "0.22.4",
3
+ "version": "0.23.0",
4
4
  "description": "Spec-first workflow that bridges OpenSpec-style planning and Superpowers-style execution discipline.",
5
5
  "author": {
6
6
  "name": "MageByte",
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "metadata": {
7
7
  "description": "Unified workflow plugin marketplace for Cursor (team-flow: team-flow + compound + architecture-design + prototype).",
8
- "version": "0.22.4"
8
+ "version": "0.23.0"
9
9
  },
10
10
  "plugins": [
11
11
  {
@@ -2,7 +2,7 @@
2
2
  "name": "team-flow",
3
3
  "displayName": "team-flow",
4
4
  "description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 23 skills + 8 agents, one install.",
5
- "version": "0.22.4",
5
+ "version": "0.23.0",
6
6
  "author": {
7
7
  "name": "LT",
8
8
  "url": "https://github.com/LT"
@@ -6,13 +6,13 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Unified workflow plugins and skills for AI coding agents (team-flow: team-flow + compound + architecture-design + prototype).",
9
- "version": "0.22.4"
9
+ "version": "0.23.0"
10
10
  },
11
11
  "plugins": [
12
12
  {
13
13
  "name": "team-flow",
14
14
  "description": "Unified workflow with planning artifacts, execution contracts, TDD, review gates, systematic debugging, delta spec sync, architecture-design, and local HTML prototyping.",
15
- "version": "0.22.4",
15
+ "version": "0.23.0",
16
16
  "source": ".",
17
17
  "author": {
18
18
  "name": "LT",
package/AGENTS.md CHANGED
@@ -13,8 +13,9 @@
13
13
  ### 身份与依赖关系
14
14
 
15
15
  - **team-flow**(本插件):Claude Code / Cursor 等宿主的插件实体(`plugin.json` name = `team-flow`),包含 23 个 skills + 8 个 agents + hooks + templates
16
- - **team-flow**(npm 底座包):team-flow 的 CLI 工具层(`package.json` name = `team-flow`,bin = `tf`),提供状态机、校验、复利 CLI 等运行时能力
17
- - 关系:team-flow 插件 **包含** team-flow npm 包作为底座(同一仓库、同一版本)。skills 中的 `npx --yes --package @xulthekl/team-flow@x.y.z tf ...` 调用的是已发布的 npm 底座包,版本号必须与当前 `package.json` version 一致
16
+ - **@xulthekl/team-flow**(npm 底座包):team-flow 的 CLI 工具层(`package.json` name = `@xulthekl/team-flow`,bin = `tf` / `team-flow`),提供状态机、校验、复利 CLI 等运行时能力
17
+ - 关系:team-flow 插件 **包含** @xulthekl/team-flow npm 包作为底座(同一仓库、同一版本)。skills 中的 `npx --yes --package @xulthekl/team-flow@x.y.z tf ...` 调用的是已发布的 npm 底座包,版本号必须与当前 `package.json` version 一致
18
+ - 历史身份(已废弃):`spec-superflow`(npm 包名,0.11.0 后停止发布)/ `ssf`(CLI 前缀)/ `.spec-superflow.yaml`(状态文件)—— 详见设计增强方案 v0.9 §27
18
19
 
19
20
  ## Commands
20
21
 
package/CHANGELOG.md CHANGED
@@ -6,6 +6,31 @@ The format loosely follows Keep a Changelog.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.22.5] - 2026-07-28
10
+
11
+ ### Fixed(制品链评审与修复,设计 v0.9 §28)
12
+
13
+ - **state-loader.mjs**:BUILTIN_DEFAULTS 新增 `arch_design_decision` / `arch_design_reason` / `arch_design_timestamp` / `arch_design_artifacts` 四个字段,writeState() 序列化逻辑同步更新
14
+ - **cmd-state.mjs**:SETTABLE_FIELDS 新增上述四个 arch_design_* 字段,支持 `tf state set` 写入
15
+ - **architecture-design/SKILL.md**:移除错误的"状态写入"章节(职责边界应为"判断+产出",非"判断+写入")
16
+ - **workflow-start/SKILL.md**:新增 "State Writes" 章节,明确声明 arch_design_* 的 reasonableness check + 状态写入权责
17
+ - **ce-brainstorm/SKILL.md**:新增 "Optional Inputs" 章节,声明消费 `docs/ideation/*.md`(source: ce-ideate),修复 ideation 制品链断裂
18
+ - **workflow-start/SKILL.md Fast-Path Routing**:新增 DP-0 处理说明(hotfix/tweak 隐式跳过 DP-0,dp_0_confirmed 保持 null)
19
+
20
+ ### Added(模板补全)
21
+
22
+ - **templates/change-brief.md**:新增变更简报模板,基于 s4-split-validate.md 的 brief_schema(5 个 frontmatter 字段 + 6 个 body sections)
23
+ - **templates/architecture.md**:新增架构设计模板(4A+DDD 增量设计:As-Is 基线冻结 + To-Be 增量 + 变更分叉级联 + 跨域一致性 + 演进日志)
24
+ - **templates/database.md**:新增数据库设计模板(CQRS 增量:写模型/读模型/Schema 变更/实体关系/数据迁移脚本 + 演进日志)
25
+ - **templates/api.md**:新增 API 设计模板(Command/Read/Query 分流 + 端点详细设计 + 跨域一致性检查 + 演进日志)
26
+
27
+ ### Verified
28
+
29
+ - check-version-consistency:✅ PASS(全部 0.22.5)
30
+ - npm test:✅ 421/421 通过
31
+
32
+ ---
33
+
9
34
  ## [0.22.4] - 2026-07-27
10
35
 
11
36
  ### Changed(npm 包名 scope 化,发布至 npm)
@@ -633,3 +658,31 @@ The format loosely follows Keep a Changelog.
633
658
  - First release targets Claude Code and Trae style local skill loading
634
659
  - Runtime ownership remains inside `team-flow`
635
660
  - OpenSpec and Superpowers are reference influences, not runtime dependencies
661
+
662
+ ## v0.23.0 (2026-07-28) — 架构制品体系可执行化 + 上下文治理
663
+
664
+ ### 新增
665
+ - **`tf arch-merge` CLI 命令**:8 步完整合并脚本,将 change 级架构增量(architecture/*.md + sql/)合并回全局 docs/architecture/(ARCHITECTURE.md / PHYSICAL-MODEL.md / schema-baseline.sql / API-INDEX.md / INDEX.md)
666
+ - **架构门控(guard.mjs)**:`exploring:specifying` 转换新增 `arch-design` 维度;`arch_design_decision=required` 时必须存在 architecture/*.md,`skipped` 时 reason 非空(advisory)
667
+ - **architecture/*.md 纳入 artifacts_hash**:修改 hash.mjs,三件套变更触发 hash 失效
668
+ - **5 个架构模板**:architecture.md / database.md / api.md / index.md / physical-model.md + change-brief.md
669
+ - **架构上下文加载协议**:INDEX.md 摘要索引 + 物理模型按业务域分段 + 按需加载三层策略,单次执行预算 ~2K tokens
670
+
671
+ ### 修改
672
+ - **database.md 模板**:DDL 从内嵌代码块改为引用 `sql/ddl/` 和 `sql/migration/` 目录
673
+ - **api.md 定位调整**:聚焦 Command/Read/Query 分流归属+端点概要(架构路由表),不重复 Swagger 管理的精确 Schema;frontmatter 须声明 `api_contract_manager: swagger`
674
+ - **Bootstrap B2 新增成果物导入环节**:优先用户提供既有 SQL/物理模型/API 文档,兜底确定性提取(Entity 类解析 / SHOW CREATE TABLE);新产出 PHYSICAL-MODEL.md / schema-baseline.sql / API-INDEX.md / INDEX.md;CONCEPTS.md 路径迁移至 docs/architecture/
675
+ - **architecture-design SKILL.md**:产出目录新增 sql/ 子目录;api.md 架构路由表定位;新增上下文加载协议段;新增 arch-merge 引用
676
+
677
+ ### 下游消费同步
678
+ - **spec-writer**:输入源增加 architecture/sql/ 路径 + api.md 路由表说明
679
+ - **build-executor**:输入源增加 architecture/sql/ddl/*.sql + sql/migration/*.sql
680
+ - **code-reviewer**:新增 Architecture Cross-Domain Consistency 评审维度
681
+ - **release-archivist**:closing 步骤新增 `tf arch-merge`(先于 prototype-sync)
682
+
683
+ ### 设计文档
684
+ - 新增 `docs/architecture-api-db-design-enhancement-v0.10.md`(§28-§31 完整设计决策记录)
685
+
686
+ ### 参考
687
+ - v0.10 设计文档:`docs/architecture-api-db-design-enhancement-v0.10.md`
688
+ - 设计增强方案权威版本:v0.10(承袭 v0.9 全部内容)
package/GEMINI.md CHANGED
@@ -8,7 +8,7 @@ The workflow is self-contained and does not require OpenSpec or Superpowers at r
8
8
 
9
9
 
10
10
  <!-- team-flow-phase-guard-start -->
11
- # team-flow v0.22.4 | 阶段: {{state}} | 工作流: {{workflow}}
11
+ # team-flow v0.23.0 | 阶段: {{state}} | 工作流: {{workflow}}
12
12
  当前阶段允许的操作由 workflow-start 路由规则定义。
13
13
  禁止跨越 DP gate 进入下一阶段。变更范围以 execution-contract.md 的 Intent Lock 为准。
14
14
  <!-- team-flow-phase-guard-end -->
package/HANDOFF.md CHANGED
@@ -2,47 +2,63 @@
2
2
 
3
3
  > 本文件用于把「team-flow 统一插件」的当前状态、设计决策、安装方式、剩余待办一次性交接清楚,
4
4
  > 以便后续在 **Claude Code** 中直接打开 `team-flow/` 目录继续开发,无需回看历史对话。
5
- > 最后更新:2026-07-20
5
+ > 最后更新:2026-07-28
6
6
 
7
7
  ---
8
8
 
9
9
  ## 0. 这是什么 / 目标
10
10
 
11
- `team-flow` 是一个**统一插件**,把四套能力合并进一个 `plugin.json`,一次安装即加载全部 17 个 skill,覆盖
12
- 「需求探索 → PRD → 架构增量 → 本地原型 → spec 驱动实现 → 全局复利回写」的完整工作流。
11
+ `team-flow` 是一个**统一插件**,把九套能力合并进一个 `plugin.json`,一次安装即加载全部 23 个 skill + 8 个 agent,覆盖
12
+ 「需求探索 → PRD → 架构增量 → 本地原型 → spec 驱动实现 → 复利回写 → e2e 测试 → session 交接 → 反馈闭环」的完整工作流。
13
13
 
14
14
  | 来源 | 并入范围 | skill 数 |
15
15
  |---|---|---|
16
16
  | **team-flow**(底座,v0.10.0) | 全部 9 个 spec 驱动开发 skill | 9 |
17
- | **compound-engineering 核心子集(C 方案)** | ce-brainstorm / ce-plan / ce-compound / ce-strategy / ce-ideate / ce-proof | 6 |
17
+ | **compound-engineering 核心子集** | ce-brainstorm / ce-plan / ce-compound / ce-strategy / ce-ideate / ce-proof | 6 |
18
18
  | **architecture-design**(4A+DDD 增量设计) | 整个 skill | 1 |
19
- | **prototype**(本地 HTML 原型,新建) | 整个 skill(含脚手架) | 1 |
20
- | **合计** | | **17** |
19
+ | **prototype**(本地 HTML 原型) | 整个 skill | 1 |
20
+ | **design-system**(设计系统管理) | 整个 skill | 1 |
21
+ | **workflow-orchestrator**(产品级编排) | 整个 skill | 1 |
22
+ | **workflow-bootstrap**(项目接入) | 整个 skill | 1 |
23
+ | **e2e**(端到端测试) | 整个 skill | 1 |
24
+ | **session-handoff**(session 交接) | 整个 skill | 1 |
25
+ | **workflow-feedback**(反馈闭环) | 整个 skill | 1 |
26
+ | **合计** | | **23 skills + 8 agents** |
21
27
 
22
28
  - 零运行时外部依赖(team-flow 底座自包含)。
23
29
  - prototype 额外**零外部依赖、可离线**(自包含 HTML + 页面内 Tweaks 控件,无 CDN)。
24
30
  - 插件保持通用:所有风格由项目 `design-system.md` / `prd.template` 注入,不固化任何公司/产品风格。
25
- - 支持 9 安装面:Claude Code、Cursor、OpenAI Codex CLI/App、GitHub Copilot CLI、Gemini CLI、OpenCode、WorkBuddy、Trae、ima-copilot。
31
+ - 支持 11 安装面:Claude Code、Cursor、OpenAI Codex CLI/App、GitHub Copilot CLI、Gemini CLI、OpenCode、WorkBuddy、Trae、ima-copilot、ZCode、RooCode、Amazon Q、Windsurf、Continue、Kiro、Pi、Qwen、Qoder
26
32
 
27
33
  ---
28
34
 
29
- ## 1. 当前状态
35
+ ## 1. 当前状态(v0.22.4,2026-07-28)
30
36
 
31
37
  ### ✅ 已完成
32
- - [x] `team-flow` 工程为底座复制出 `team-flow/`(目录、`.claude-plugin/`、scripts、dist、hooks 等齐全)。
33
- - [x] **统一插件名 `team-flow`**:所有插件清单(顶层 `plugin.json`、`.claude-plugin/`、`marketplace.json`、`.cursor-plugin/`、`gemini-extension.json`、`.github/plugin/marketplace.json`、`.agents/plugins/marketplace.json`)的 `name` 已改为 `team-flow`,作者改为 `LT`,homepage/repository 指向 `https://github.com/LT/team-flow`。
34
- - [x] **compound 核心子集(C 方案 6 个)** 已复制到 `team-flow/skills/`,architecture-design 一并复制(排除 ima 嵌套冗余副本)。
35
- - [x] **新建 `prototype` skill**:`skills/prototype/SKILL.md` + `references/prototype-scaffold/`(6 文件:index.html / design-system.md / flow.md / assets/design-tokens.css / components/button.html / pages/index.html)。
36
- - [x] **统一 `AGENTS.md`**:合并 team-flow 8 态机 + compound 核心 6 skill + architecture-design(4A/DDD)+ prototype 四套机制、全局产物结构、SOP、配置注入、关键约束。
37
- - [x] `README.md` / `INSTALL.md` 已改写为 team-flow 顶层说明。
38
- - [x] **版本一致性检查通过**:`node scripts/check-version-consistency.mjs`✅ all files at 0.10.0。
39
- - [x] 两份权威设计文档已归入 `docs/`(`architecture-api-db-design-enhancement-v0.3.md`、`prototype-design-research.md`)。
38
+ - [x] **品牌重命名 + 身份统一全部完成**(P1-6 三阶段全部收口):
39
+ - 第一阶段 v0.15.0:产品级状态文件 `.team-flow/`
40
+ - 第二阶段 v0.22.3:`spec-superflow team-flow` 全量迁移(721+ 处)
41
+ - 包名 `spec-superflow team-flow`
42
+ - CLI `ssf tf`
43
+ - 状态文件 `.spec-superflow.yaml .team-flow.yaml`
44
+ - 配置文件 `spec-superflow.config.jsonteam-flow.config.json`
45
+ - 脚本 `spec-superflow.mjs → team-flow.mjs`
46
+ - 第三阶段 v0.22.4:npm 包 scope 化(解决 publish 权限冲突)
47
+ - 包名 `team-flow → @xulthekl/team-flow`
48
+ - author `MageByte → xulthekl`
49
+ - 所有 npx 引用 179 处更新为 `@xulthekl/team-flow@`
50
+ - [x] **npm 发布**:`@xulthekl/team-flow@0.22.4` 已上线公共 registry
51
+ - [x] **统一插件名 `team-flow`**:所有插件清单(`plugin.json`、`.claude-plugin/`、`marketplace.json` 等 9 个安装面)已统一
52
+ - [x] **compound 核心子集(C 方案 6 个)** + architecture-design + prototype + design-system + workflow-* 等已并入
53
+ - [x] **统一 `AGENTS.md`**:合并 9 套能力、全局产物结构、SOP、配置注入、关键约束
54
+ - [x] **版本一致性检查通过**:`check-version-consistency.mjs` ✅ all files at 0.22.4
55
+ - [x] **测试全过**:`npm test` ✅ 421/421
56
+ - [x] **权威设计文档**:`docs/architecture-api-db-design-enhancement-v0.9.md`(当前 v0.9,含 §27 身份统一章节)
40
57
 
41
58
  ### ⏳ 待办(详见 §6)
42
- - 品牌重命名残留(package.json name、GEMINI.md/phase-guard 头部、INSTALL.md marketplace URL、`npx team-flow@0.10.0` 调用、CHANGELOG)。
43
- - 实测 `tf runtime config --get prototype.designSystem`(v0.3 修正 A)。
44
- - 跑通 `npm test` / `npm run validate`(开发期尚未执行)。
45
- - 验证 17 个 skill 在 Claude Code/各宿主被正确加载。
59
+ - [ ] **实测 `tf runtime config --get prototype.designSystem`**(v0.3 修正 A,仍是设计假设)。
60
+ - [ ] **v1.0.0 GA 发布标准**:规划正式发布里程碑。
61
+ - [ ] **pre-commit hook 检测未发布版本**:§27.3 step 9 设计,防止本地版本领先 npm。
46
62
 
47
63
  ---
48
64
 
@@ -50,49 +66,60 @@
50
66
 
51
67
  ```
52
68
  team-flow/
53
- ├── HANDOFF.md # 本文件
54
- ├── plugin.json # 顶层插件清单(name=team-flow, version=0.10.0
69
+ ├── HANDOFF.md # 本文件(最后更新 2026-07-28)
70
+ ├── plugin.json # 顶层插件清单(name=team-flow, version=0.22.4
71
+ ├── package.json # npm 包(name=@xulthekl/team-flow)
55
72
  ├── .claude-plugin/
56
- │ ├── plugin.json # ★ Claude Code 实际读取的清单(name=team-flow)
73
+ │ ├── plugin.json # ★ Claude Code 实际读取的清单
57
74
  │ └── marketplace.json
58
75
  ├── .cursor-plugin/ .codex-plugin/ .github/plugin/ .agents/plugins/ .opencode/plugins/
59
76
  │ # 各宿主安装面清单(均已统一为 team-flow)
60
- ├── AGENTS.md # 插件级机制说明(四套合一 + SOP + 配置注入)
61
- ├── README.md / INSTALL.md # 顶层说明 / 9 安装面安装指南
62
- ├── package.json # npm 包(name 仍为 team-flow,见 §6 品牌残留)
77
+ ├── AGENTS.md # 插件级机制说明(九套合一 + SOP + 配置注入)
78
+ ├── README.md / INSTALL.md # 顶层说明 / 多安装面安装指南
63
79
  ├── scripts/ # tf 运行时 + 各宿主安装器 + 版本一致性检查
80
+ │ ├── team-flow.mjs # ★ CLI 入口(bin: tf / team-flow)
64
81
  │ └── check-version-consistency.mjs # CI 守卫:所有 manifest 版本须=package.json
65
82
  ├── src/ dist/ # team-flow TypeScript 底座(schema/parsing/validation)
66
- ├── skills/ # ★ 17 个 skill(开发重点目录)
67
- │ ├── workflow-start … bug-investigator # team-flow 9 个
68
- │ ├── ce-brainstorm … ce-proof # compound 核心 6 个(含 references/agents/*)
69
- │ ├── architecture-design # 4A+DDD 增量设计
70
- └── prototype # 本地 HTML 原型(新建)
71
- ├── docs/ # 设计文档 + 上游 team-flow 文档
72
- │ ├── architecture-api-db-design-enhancement-v0.3.md # ★ 权威设计规格(含原型章)
83
+ ├── skills/ # ★ 23 个 skill(开发重点目录)
84
+ │ ├── workflow-start … bug-investigator # 底座 9 个
85
+ │ ├── ce-brainstorm … ce-proof # compound 核心 6
86
+ │ ├── architecture-design # 4A+DDD 增量设计
87
+ ├── prototype # 本地 HTML 原型
88
+ ├── design-system # 设计系统管理
89
+ │ ├── workflow-orchestrator # 产品级编排
90
+ │ ├── workflow-bootstrap # 项目接入
91
+ │ ├── e2e # 端到端测试
92
+ │ ├── session-handoff # session 交接
93
+ │ └── workflow-feedback # 反馈闭环
94
+ ├── agents/ # 8 个顶层 agent
95
+ ├── docs/ # 设计文档 + 上游文档
96
+ │ ├── architecture-api-db-design-enhancement-v0.9.md # ★ 权威设计规格(当前版本)
73
97
  │ ├── prototype-design-research.md # 原型方案调研
74
98
  │ ├── state-machine.md / artifact-contract.md / decision-points.md …
75
- ├── hooks/ templates/ tests/ assets/ llms.txt GEMINI.md .claude/ .codex/
99
+ ├── hooks/ templates/ tests/ assets/ llms.txt GEMINI.md .claude/
76
100
  ```
77
101
 
78
102
  **设计权威来源**(改方案前必读):
79
- - `docs/architecture-api-db-design-enhancement-v0.3.md` —— v0.3 终稿,含第十五章原型设计能力(§15.0–§15.8:五方案对比 / 两层层级模型 / 迭代模型 / 完整目录 / 配置驱动 / 本地 HTML 原型 skill / 衔接 / I/O 钉死 / 设计系统复利)。用户已于第 16 轮通过并采纳 3 条专家评审修正。
80
- - `docs/prototype-design-research.md` —— 原型五方案事实对比与「零外部依赖」结论。
103
+ - `docs/architecture-api-db-design-enhancement-v0.9.md` —— v0.9 当前权威版本(含 §27 身份统一章节)
104
+ - `docs/prototype-design-research.md` —— 原型五方案事实对比与「零外部依赖」结论
81
105
 
82
106
  ---
83
107
 
84
108
  ## 3. 关键设计决策(ADR 速记)
85
109
 
86
110
  1. **插件名 = `team-flow`**(用户拍板)。
87
- 2. **compound 范围 = 核心子集(C 方案,6 个)**,非全量 33。理由:避免 27 个嵌套 agent 全部并入导致膨胀;6 个核心已覆盖「头脑风暴→PRD→全局复利→策略→创意→验证」主链路。
88
- 3. **compound agent 随所属 skill 自动并入**:~27 agent 全部嵌套在各 skill 内部的 `skills/<name>/references/agents/*.md`,作为运行时子代理/研究员参考,**非独立顶层 agents**,复制 skill 目录即带入,无需单独注册。6 个核心 skill 携带 agents 数:ce-plan 15 / ce-compound 7 / ce-ideate 4 / ce-brainstorm 1 / ce-strategy 0 / ce-proof 0。
89
- 4. **版本保持 `0.10.0`**(对齐 team-flow base),不擅自 bump。理由:① `check-version-consistency.mjs` 强制所有 manifest 版本=package.json;② 运行时 `tf` 与 `npx team-flow@0.10.0` 仍指向 team-flow base,bump 需先发布 team-flow 到 npm。见 §6
90
- 5. **配置扩展字段为插件层(非 team-flow 原生 schema)**:原生仅 `artifacts.order` / `artifacts.skip`;`prd.template` / `prototype.designSystem` / `prototype.entry` 是我们在 `team-flow.config.json` 上扩展的字段,由插件层自读(`tf runtime config --get <key>`)。
111
+ 2. **npm 包名 = `@xulthekl/team-flow`**(scoped,解决 publish 权限冲突;author = `xulthekl`)。
112
+ 3. **compound 范围 = 核心子集(C 方案,6 个)**,非全量 33。理由:避免 27 个嵌套 agent 全部并入导致膨胀;6 个核心已覆盖「头脑风暴→PRD→全局复利→策略→创意→验证」主链路。
113
+ 4. **compound agent 随所属 skill 自动并入**:嵌套在各 skill 内部的 `references/agents/*.md`,作为运行时子代理,非独立顶层 agents
114
+ 5. **CLI = `tf`**(bin 同时暴露 `team-flow` 别名)。npx 调用统一用 `npx --yes --package @xulthekl/team-flow@X.Y.Z tf <subcmd>`。
115
+ 6. **状态文件 = `.team-flow.yaml`**(扁平,每 change 一份)。
116
+ 7. **配置文件 = `team-flow.config.json`**(插件层扩展字段:`prd.template` / `prototype.designSystem` / `prototype.entry`)。
117
+ 8. **版本同步机制**:`npm run version <x.y.z>` 自动更新 package.json + 所有 manifest + 所有 skill npx 引用 + phase-guard.md / llms.txt / GEMINI.md 版本戳。
91
118
 
92
119
  ### v0.3 三条专家评审修正(已采纳)
93
- - **修正 A(§15.4)**:明确上述扩展字段非原生 schema,需实测 `tf runtime config --get prototype.designSystem` 是否真能读。
120
+ - **修正 A(§15.4)**:明确扩展字段非原生 schema,需实测 `tf runtime config --get prototype.designSystem` 是否真能读。
94
121
  - **修正 B(§11)**:`arch-merge` → `prototype-sync` **顺序提交**(同一 change closing 内)。
95
- - **修正 C(§15.3)**:原型膨胀防控(components/ 复用 design-system,禁内联漂移)+ 分支约定(原型随 PRD 当前版本分支维护)。
122
+ - **修正 C(§15.3)**:原型膨胀防控(components/ 复用 design-system,禁内联漂移)+ 分支约定。
96
123
 
97
124
  ---
98
125
 
@@ -100,18 +127,13 @@ team-flow/
100
127
 
101
128
  ### 4.1 本地安装(开发态)
102
129
  ```bash
103
- # 进入 team-flow 目录,用 Claude Code 加载为插件
104
130
  cd team-flow
105
131
  claude # 启动 Claude Code
106
132
  /plugin add /absolute/path/to/team-flow # 本地路径安装
107
- # 或从仓库
108
- git clone <your-repo> && cd team-flow && claude
109
- /plugin add ./team-flow
110
133
  ```
111
- > Claude Code 实际读取 `.claude-plugin/plugin.json`(已统一为 team-flow)。安装后自动加载 `hooks/hooks.json`,新会话注入上下文。
112
134
 
113
135
  ### 4.2 项目级配置注入
114
- 项目根 `team-flow.config.json`(注意:文件名仍沿用 team-flow,因为 `tf` 运行时只读此名,见 §6):
136
+ 项目根 `team-flow.config.json`:
115
137
  ```json
116
138
  {
117
139
  "artifacts": { "order": ["proposal","specs","design","tasks"], "skip": [] },
@@ -122,80 +144,72 @@ git clone <your-repo> && cd team-flow && claude
122
144
  }
123
145
  }
124
146
  ```
125
- 读取:`tf runtime config --get prototype.designSystem`(插件层自读,字段命名避开原生 key 冲突)。
147
+ 读取:`tf runtime config --get prototype.designSystem`
126
148
 
127
- ### 4.3 初始化本地原型(首次)
128
- ```bash
129
- cp -r skills/prototype/references/prototype-scaffold/ <project>/prototype/
130
- # 随后按 prototype/design-system.md 填 token;prototype/ 与 prd/ 同级、git 分支隔离版本
131
- ```
132
-
133
- ### 4.4 开发与验证命令
149
+ ### 4.3 开发与验证命令
134
150
  ```bash
135
151
  npm install
136
152
  npm run build # tsc 编译 src/ → dist/
137
- npm test # node --test 集成测试
138
- npm run validate # 校验 artifacts(用 docs/examples 数据)
139
- npm run check-versions # 版本一致性守卫(当前应 ✅ 全 0.10.0
153
+ npm test # node --test 集成测试(421 个)
154
+ npm run validate # 校验 artifacts
155
+ npm run check-versions # 版本一致性守卫(当前应 ✅ 全 0.22.4
140
156
  ```
141
157
 
142
158
  ---
143
159
 
144
160
  ## 5. 关键机制与 SOP
145
161
 
146
- ### 5.1 全局产物结构(Discoverability:设计/开发前先检索)
162
+ ### 5.1 全局产物结构
147
163
  ```
148
164
  prd/ PRD(有版本 v1→v2→v3,git 分支隔离)
149
- prototype/ 全局原型系统(UI 契约真相源):index.html / pages / components / assets / design-system.md / flow.md
150
- docs/architecture/ 全局架构锚点:ARCHITECTURE.md / DATABASE.md / <bc>/(限界上下文目录)
151
- specs/<cap>/ 每变更设计/任务/契约:spec.md / design.md / tasks.md / execution-contract.md / architecture.md / database.md / api.md
165
+ prototype/ 全局原型系统(UI 契约真相源)
166
+ docs/architecture/ 全局架构锚点
167
+ specs/<cap>/ 每变更设计/任务/契约
152
168
  STRATEGY.md CONCEPTS.md 产品策略(BA) / 领域词汇
153
169
  ```
154
170
 
155
171
  ### 5.2 标准工作流(SOP)
156
172
  ```
157
173
  模糊需求
158
- → [ce-brainstorm → ce-plan 就地 enrich] prd/vN
159
- 拆 change(一份 PRD 可拆多 change)
160
- team-flow: exploring closing
161
- change:引用全局 prototype/ UI 契约(进 execution-contract.md)
162
- architecture-design 增量(As-Is 冻结To-Be复利回写)
163
- api.md execution-contract.md build-executor 硬消费
164
- → change 完成:arch-merge → prototype-sync(顺序提交)复利回写全局
174
+ → [workflow-bootstrap](一次性,已有 baseline.md 则跳过)
175
+ [workflow-orchestrator]
176
+ S1 路径路由器需求选择 + 判断入口路径
177
+ S2 PRD + 原型 ce-brainstorm + prd-completeness-reviewer + prototype
178
+ S3 计划ce-planplan.md
179
+ S4 拆分验证与分发 change-split-auditor 审计
180
+ S5 全局监控(change≥2 必选)
181
+ → 每个 change:team-flow 8 态状态机
182
+ exploring → specifying → bridging → approved-for-build → executing → closing
183
+ → change 完成:arch-merge → prototype-sync → 复利晋升
165
184
  ```
166
185
 
167
186
  ### 5.3 关键约束
168
- - **原型全局一份**、与 PRD 同级、git 分支隔离版本;change 不直接拥有原型文件(引用全局 `prototype/` 作 UI 契约)。
169
- - **design.md 不可变**:架构增量经 `arch-merge` 回写全局 `ARCHITECTURE.md`,不就地改 change 的 design.md。
170
- - **顺序提交**:`arch-merge` → `prototype-sync`(同一 change closing 内),避免全局文档半更新态。
171
- - **膨胀防控**:`prototype/components/` 必须复用 `design-system.md`,禁止页面内联样式漂移;新增组件先沉淀进 design-system 再引用。
172
- - **分支约定**:原型随 PRD 当前版本分支维护;change 引用其所在 PRD 版本分支的 `prototype/`。
187
+ - **原型全局一份**、与 PRD 同级、git 分支隔离版本
188
+ - **design.md 不可变**:架构增量经 `arch-merge` 回写全局
189
+ - **顺序提交**:`arch-merge` → `prototype-sync`(同一 change closing 内)
190
+ - **膨胀防控**:`prototype/components/` 必须复用 `design-system.md`
191
+ - **分支约定**:原型随 PRD 当前版本分支维护
173
192
 
174
193
  ### 5.4 team-flow 8 态状态机
175
194
  `exploring → specifying → bridging → approved-for-build → executing → closing`(另有 `onboarding` / `archived`)。
176
- `workflow-start` 做内容级状态检测与非法跳变拦截;详见 `docs/state-machine.md`。
195
+ 详见 `docs/state-machine.md`。
177
196
 
178
197
  ---
179
198
 
180
199
  ## 6. 剩余待办 / 已知项(按优先级)
181
200
 
182
- ### P0 —— 不影响安装,但建议尽快收口
183
- - [ ] **品牌重命名残留**(当前仅 manifest `name` 改了,以下仍写 `team-flow`):
184
- - `package.json` 的 `"name": "team-flow"`(npm 包名;bin 暴露 `tf` 与 `team-flow`)。建议保留 bin `tf`,包名可改 `team-flow`。
185
- - `GEMINI.md` 第 1/3/5 行、`llms.txt` 第 1/3-5 行、`.claude/always/phase-guard.md` 第 1 行头部 `# team-flow v0.10.0 |`(**注意**:`check-version-consistency.mjs` 的 GEMINI/phase-guard 版本正则硬编码了 `team-flow`,若改头部须同步改该脚本的正则,否则一致性检查会失败)。
186
- - `INSTALL.md` 的 marketplace 命令 `MageByte-Zero/team-flow`、`/plugin install team-flow@team-flow`(第 44-45、53 行等)—— 要发布到 Claude Code marketplace 前必须替换。
187
- - 各 team-flow skill 内 `npx --yes --package @xulthekl/team-flow@0.10.0 tf`(由 `check-version-consistency.mjs` 的 RUNTIME_FILES 校验,必须保持 `team-flow@0.10.0` 直到 team-flow 发布到 npm)。
188
- - [ ] **实测 v0.3 修正 A**:验证 `tf runtime config --get prototype.designSystem` 真能读到扩展字段(当前未跑,是设计假设)。
201
+ ### P1 —— 质量与验证
202
+ - [ ] **实测 v0.3 修正 A**:验证 `tf runtime config --get prototype.designSystem` 真能读到扩展字段
203
+ - [ ] **验证 23 个 skill 被各宿主正确发现加载**(`.claude-plugin/plugin.json` 的 `skills: "./skills/"` 路径)
189
204
 
190
- ### P1 —— 质量与发布
191
- - [ ] 跑通 `npm test` `npm run validate`(开发期尚未执行,确认底座未因复制/改名损坏)。
192
- - [ ] 验证 17 个 skill 被 Claude Code 与各宿主正确发现加载(`.claude-plugin/plugin.json` `skills: "./skills/"` 路径)。
193
- - [ ] 更新 `CHANGELOG.md`(当前仍为 team-flow 历史)。
194
- - [ ] 补一张团队 flow 图(可选)。
205
+ ### P2 —— 发布与治理
206
+ - [ ] **pre-commit hook 检测未发布版本**:防止本地版本领先 npm 公共源(§27.3 step 9 设计)
207
+ - [ ] **v1.0.0 GA 发布标准规划**:里程碑定义、稳定性标准、正式发布公告
208
+ - [ ] **marketplace.json 注册**:Claude Code / Cursor / GitHub 等 plugin marketplace 如需注册项,确认包名与元数据
195
209
 
196
- ### P2 —— 语义与发布决策
197
- - [ ] **版本语义**:当前 0.10.0 对齐 base。要 bump 到 team-flow 自有 semver(如 0.1.0)时,须:① `npm run version <x.y.z>`(会跑 `tf version` + `check-version-consistency` + 改所有 manifest + 文本戳);② 同步改 README/INSTALL/`docs/README_en.md`/`hooks/session-start`/`llms.txt`/GEMINI.md/phase-guard.md 里的版本戳;③ 把 `npx team-flow@` 改 `npx team-flow@`(需先 `npm publish`)。
198
- - [ ] **注册到平台**:`ima_skill_create` 仅注册单个 skill(非插件);team-flow 作为 plugin.json 插件通过宿主 `/plugin add` 安装,不通过 ima 平台注册。不要在未明需求时调用 `ima_skill_create`。
210
+ ### P3 —— 可选
211
+ - [ ] **用户文档迁移指引**:给已安装旧版用户一个迁移说明(`tf doctor` 自动迁移已有,评估是否足够)
212
+ - [ ] **外部文档同步**:GitHub repo README、npm 主页描述同步新包名
199
213
 
200
214
  ---
201
215
 
@@ -203,17 +217,28 @@ STRATEGY.md CONCEPTS.md 产品策略(BA) / 领域词汇
203
217
 
204
218
  1. 打开 `team-flow/` 目录启动 Claude Code。
205
219
  2. `/plugin add ./`(或绝对路径)加载插件;新会话会注入 `AGENTS.md` + `GEMINI.md` 上下文。
206
- 3. 读 `HANDOFF.md` + `docs/architecture-api-db-design-enhancement-v0.3.md` 建立全局认知。
220
+ 3. 读 `HANDOFF.md` + `docs/architecture-api-db-design-enhancement-v0.9.md` 建立全局认知。
207
221
  4. 想改能力 → 改 `skills/<name>/SKILL.md`(或 `references/`);想改运行时 → 改 `src/` 后 `npm run build`。
208
222
  5. 改完跑 `npm run check-versions` 与 `npm test` 守门。
209
- 6. 按 §6 清单逐项收口品牌与验证。
210
223
 
211
224
  ---
212
225
 
213
- ## 8. 交付物清单(本次 workspace)
226
+ ## 8. 身份统一历史(P1-6 三阶段)
227
+
228
+ | 阶段 | 版本 | 时间 | 内容 |
229
+ |------|------|------|------|
230
+ | 第一阶段 | v0.15.0 | 2026-07 | 产品级状态文件 `.team-flow/` 化 |
231
+ | 第二阶段 | v0.22.3 | 2026-07-27 | spec-superflow → team-flow 全量迁移(721+ 处)|
232
+ | 第三阶段 | v0.22.4 | 2026-07-27 | npm 包 scope 化 `@xulthekl/team-flow`,发布 npm |
233
+
234
+ 详细记录见 `CHANGELOG.md` 与 `docs/architecture-api-db-design-enhancement-v0.9.md` §27。
235
+
236
+ ---
237
+
238
+ ## 9. 交付物清单(本次 workspace)
214
239
 
215
240
  - `team-flow/` —— 统一插件工程(本 handoff 的载体)。
216
- - `architecture-api-db-design-enhancement-v0.3.md` / `prototype-design-research.md` —— 权威设计文档(已复制进 `team-flow/docs/`)。
217
- - `team-flow/`、`compound-engineering/`、`team-flow-main/`、`compound-engineering-plugin-main/` —— 上游源工程(参考/溯源用)。
218
- - `ce.zip` / `team-flow.zip` —— 上游源 zip(溯源用)。
219
- - `skills/architecture-design/`、`architecture-design-source/` —— 蒸馏源(已并入 team-flow/skills/architecture-design)。
241
+ - `architecture-api-db-design-enhancement-v0.9.md` / `prototype-design-research.md` —— 权威设计文档。
242
+ - `skills/` —— 23 个 skill 全部就位。
243
+ - `agents/` —— 8 个顶层 agent。
244
+ - `@xulthekl/team-flow@0.22.4` —— 已发布 npm 公共源。
package/INSTALL.md CHANGED
@@ -7,7 +7,7 @@
7
7
  - [Fission-AI/OpenSpec](https://github.com/Fission-AI/OpenSpec) — 规划引擎(Schema 验证、Delta Spec、工件解析)
8
8
  - [obra/superpowers](https://github.com/obra/superpowers) — 执行纪律(TDD 铁律、SDD、系统化调试、代码审查)
9
9
 
10
- 当前发布版本:**v0.22.4**。
10
+ 当前发布版本:**v0.23.0**。
11
11
 
12
12
  ---
13
13
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # team-flow
2
2
 
3
- > 当前版本:`v0.22.4`
3
+ > 当前版本:`v0.23.0`
4
4
 
5
5
  > 统一插件:**team-flow**(spec 驱动开发)+ **compound-engineering 核心子集**(全局复利)+ **architecture-design**(4A+DDD 增量设计)+ **prototype**(本地 HTML 原型)+ **e2e**(AC 驱动 E2E)+ **workflow-orchestrator**(产品级编排)+ **workflow-bootstrap**(既有项目接入)。一次安装,七套能力协同。
6
6
 
package/docs/README_en.md CHANGED
@@ -126,7 +126,7 @@ npm install -g team-flow
126
126
 
127
127
  ### Version
128
128
 
129
- - Current: `v0.22.4`
129
+ - Current: `v0.23.0`
130
130
  - v0.9.1 highlights: DP-4 execution-mode recommendations, a portable runtime across 17 platforms, and a raw-package smoke with no plugin-root variable.
131
131
  - Self-contained — no OpenSpec or Superpowers runtime required
132
132
  - Upstream: [Fission-AI/OpenSpec](https://github.com/Fission-AI/OpenSpec), [obra/superpowers](https://github.com/obra/superpowers)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "team-flow",
3
3
  "description": "Unified workflow plugin: team-flow (spec-driven dev) + compound-engineering core subset + architecture-design (4A/DDD) + prototype (local HTML). 17 skills, one install.",
4
- "version": "0.22.4",
4
+ "version": "0.23.0",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # v0.22.4: conditional injection — detects artifacts, injects workflow-start pointer
2
+ # v0.23.0: conditional injection — detects artifacts, injects workflow-start pointer
3
3
  msg="<EXTREMELY_IMPORTANT>\nYou have spec-superflow installed. Use /spec-superflow:workflow-start ONLY when you detect an active spec-superflow change in the workspace (look for \`.spec-superflow.yaml\`, \`proposal.md\`, \`execution-contract.md\`, or \`specs/\` directories), OR when the user explicitly invokes it by name. For ordinary coding tasks without spec-superflow artifacts, do NOT invoke workflow-start — just handle the request directly.\n</EXTREMELY_IMPORTANT>"
4
4
 
5
5
  # Three platforms share the same message, only output format differs.
package/llms.txt CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Overview
4
4
  spec-superflow is a self-contained workflow integration plugin for Claude Code, Cursor, OpenAI Codex CLI/App, GitHub Copilot CLI, Gemini CLI, OpenCode, WorkBuddy, and Trae. It merges spec-driven planning artifacts (proposal, specs, design, tasks) with disciplined execution guardrails (TDD, review gates, controlled handoff) into one unified workflow.
5
5
 
6
- Current version: v0.22.4.
6
+ Current version: v0.23.0.
7
7
 
8
8
  ## Key Documents
9
9
  - README.md: Chinese homepage with full usage guide and FAQ
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xulthekl/team-flow",
3
- "version": "0.22.4",
3
+ "version": "0.23.0",
4
4
  "description": "Unified plugin (23 skills + 8 agents) integrating team-flow, compound-engineering, architecture-design, prototype, design-system, workflow-orchestrator, workflow-bootstrap, e2e, session-handoff, workflow-feedback for multi-agent coding tools.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "team-flow",
3
- "version": "0.22.4",
3
+ "version": "0.23.0",
4
4
  "description": "Unified workflow plugin: team-flow (spec-driven dev: TDD/SDD/code-review/debugging) + compound-engineering core subset (brainstorm/plan/compound/strategy/ideate/proof, global compounding) + architecture-design (4A+DDD incremental design & global compounding) + prototype (local HTML prototype, zero external deps) + e2e (Playwright E2E, AC-driven) + workflow-orchestrator (product-level workflow orchestration) + workflow-bootstrap (existing project onboarding) + session-handoff (context transfer) + workflow-feedback (issue tracking). 23 skills + 8 agents, one install.",
5
5
  "author": {
6
6
  "name": "LT"