@xulthekl/team-flow 0.41.0 → 0.43.1

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 (73) 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/.zcode/skills/workflow-start/SKILL.md +2 -2
  9. package/AGENTS.md +4 -3
  10. package/CHANGELOG.md +33 -1
  11. package/GEMINI.md +1 -1
  12. package/HANDOFF.md +1 -1
  13. package/INSTALL.md +1 -1
  14. package/README.md +3 -3
  15. package/agents/architecture-design.md +2 -2
  16. package/agents/architecture-reviewer.md +3 -3
  17. package/agents/change-split-auditor.md +3 -3
  18. package/agents/need-explorer.md +1 -1
  19. package/agents/prd-completeness-reviewer.md +2 -2
  20. package/agents/prototype-env-scout.md +2 -2
  21. package/agents/prototype-reviewer.md +2 -2
  22. package/agents/spec-writer.md +1 -1
  23. package/docs/README_en.md +1 -1
  24. package/gemini-extension.json +1 -1
  25. package/hooks/session-start +3 -3
  26. package/llms.txt +1 -1
  27. package/package.json +1 -1
  28. package/plugin.json +1 -1
  29. package/scripts/lib/cmd-deisolate.mjs +68 -4
  30. package/scripts/team-flow.mjs +1 -1
  31. package/skills/architecture-design/SKILL.md +2 -2
  32. package/skills/architecture-design/references/s3.5-product-architecture.md +3 -3
  33. package/skills/architecture-design/templates/change-brief.md +3 -3
  34. package/skills/build-executor/SKILL.md +24 -4
  35. package/skills/build-executor/implementer-prompt.md +1 -0
  36. package/skills/ce-brainstorm/SKILL.md +50 -4
  37. package/skills/ce-brainstorm/references/brainstorm-sections.md +3 -3
  38. package/skills/ce-brainstorm/references/business-processes.md +42 -9
  39. package/skills/ce-brainstorm/references/handoff.md +1 -1
  40. package/skills/ce-brainstorm/references/phase0-routing.md +11 -10
  41. package/skills/ce-brainstorm/references/prd-mapping.md +3 -3
  42. package/skills/ce-brainstorm/references/prototype-loop.md +2 -2
  43. package/skills/ce-compound/references/three-tier-index.md +1 -1
  44. package/skills/ce-plan/SKILL.md +2 -2
  45. package/skills/ce-plan/references/core-principles.md +1 -1
  46. package/skills/ce-plan/references/intake-routing.md +5 -5
  47. package/skills/ce-plan/references/plan-structure.md +2 -2
  48. package/skills/ce-plan/references/planning-modes.md +2 -2
  49. package/skills/ce-plan/references/review-and-write.md +3 -3
  50. package/skills/code-reviewer/SKILL.md +9 -0
  51. package/skills/code-reviewer/code-reviewer-prompt.md +7 -0
  52. package/skills/need-explorer/SKILL.md +1 -1
  53. package/skills/prototype/references/orchestration-flow.md +2 -2
  54. package/skills/release-archivist/SKILL.md +21 -2
  55. package/skills/release-archivist/references/worktree-merge.md +69 -0
  56. package/skills/session-handoff/SKILL.md +1 -1
  57. package/skills/session-handoff/references/handoff-template.md +2 -2
  58. package/skills/spec-writer/SKILL.md +6 -3
  59. package/skills/workflow-bootstrap/SKILL.md +22 -10
  60. package/skills/workflow-bootstrap/references/b1-reconnaissance.md +5 -1
  61. package/skills/workflow-bootstrap/references/b5-path-decision.md +102 -0
  62. package/skills/workflow-bootstrap/templates/claude-md-team-flow.md +2 -2
  63. package/skills/workflow-orchestrator/SKILL.md +3 -3
  64. package/skills/workflow-orchestrator/references/feedback-loops.md +1 -1
  65. package/skills/workflow-orchestrator/references/s1-path-router.md +1 -1
  66. package/skills/workflow-orchestrator/references/s2-prd-prototype-loop.md +6 -6
  67. package/skills/workflow-orchestrator/references/s3-plan-pipeline.md +3 -3
  68. package/skills/workflow-orchestrator/references/s4-split-validate.md +5 -5
  69. package/skills/workflow-orchestrator/references/state-model.md +4 -4
  70. package/skills/workflow-start/SKILL.md +2 -2
  71. package/skills/workflow-start/references/routing-rules.md +3 -3
  72. package/templates/change-brief.md +3 -3
  73. package/templates/plan.md +1 -1
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  upstream_source: orchestrator # orchestrator | manual | null
3
3
  upstream_req_id: <req-id> # 对应 .team-flow/requirements/<req-id>/
4
- upstream_plan_ref: prd/vN/plan.md # hotfix/快速通道为 null
4
+ upstream_plan_ref: requirement/vN/plan.md # hotfix/快速通道为 null
5
5
  upstream_change_id: C2 # 对应 change_dag.id
6
6
  plan_hash: sha256:<plan.md 内容摘要> # 检测产品层改动后变更层未同步
7
7
  ---
@@ -20,5 +20,5 @@ plan_hash: sha256:<plan.md 内容摘要> # 检测产品层改动后变更层
20
20
  <取自 plan.md 高阶技术设计段的要点指针:模块边界/技术选型/数据流方向,供 spec-writer 作 design.md 约束>
21
21
 
22
22
  ## PRD & plan 引用
23
- - PRD: prd/vN/prd.md §<相关章节>
24
- - Plan: prd/vN/plan.md ### <C-ID>
23
+ - PRD: requirement/vN/prd.md §<相关章节>
24
+ - Plan: requirement/vN/plan.md ### <C-ID>
package/templates/plan.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # {项目名称} - 实施方案
2
2
 
3
- > 关联 PRD:[prd/vN/prd.md](prd/vN/prd.md)
3
+ > 关联 PRD:[requirement/vN/prd.md](requirement/vN/prd.md)
4
4
  > 模式:{业务模式 | 一人公司模式}
5
5
  > 版本:{版本号}
6
6
  > 创建日期:{YYYY-MM-DD}