@colin4k1024/tsp 2.4.0 → 2.4.2
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.
- package/README.md +87 -4
- package/bin/lib/post-install-bridge.js +2 -2
- package/bin/tsp-create.js +11 -11
- package/commands/team-help.md +2 -2
- package/commands/team-plan.md +1 -1
- package/commands/update-codemaps.md +3 -2
- package/docs/.vitepress/config.mts +199 -0
- package/docs/adr/ADR-001-doc-architecture-integration.md +33 -0
- package/docs/guides/README.md +5 -0
- package/docs/guides/installation.md +33 -0
- package/docs/guides/user-guide.md +36 -0
- package/docs/index.md +65 -0
- package/docs/memory/backlog.md +10 -0
- package/docs/memory/decisions.md +43 -0
- package/docs/memory/lessons-learned.md +87 -0
- package/docs/plans/2026-04-03-python-remnants-audit.md +265 -0
- package/docs/plans/2026-04-03-scripts-python-to-js-migration.md +372 -0
- package/docs/plans/2026-04-03-solo-delivery-execution-checklist.md +413 -0
- package/docs/plans/2026-04-03-solo-delivery-gap-plan.md +377 -0
- package/docs/plans/2026-04-03-team-skills-workflow-gates.md +548 -0
- package/docs/plans/2026-04-21-open-source-readiness-gap-plan.md +217 -0
- package/docs/plans/llm-surface-reduction-audit.md +147 -0
- package/docs/plans/llm-surface-reduction-execution-checklist.md +217 -0
- package/docs/plans/llm-surface-reduction-execution-history.md +124 -0
- package/docs/plans/team-skills-platform-migration.md +54 -0
- package/docs/presentation/README.md +42 -0
- package/docs/presentation/audience-presentation-route-map.md +84 -0
- package/docs/presentation/executive-briefing-talk-track.md +50 -0
- package/docs/presentation/generate_capability_matrix.py +396 -0
- package/docs/presentation/generate_ppt.py +354 -0
- package/docs/presentation/implementation-onboarding-brief.md +38 -0
- package/docs/presentation/presentation-talk-track.md +97 -0
- package/docs/presentation/vertical-scenario-route-map.md +99 -0
- package/docs/presentation/workshop-facilitator-guide.md +47 -0
- package/docs/runbooks/actionlint-workflow-gates.md +80 -0
- package/docs/runbooks/agent-governance.md +131 -0
- package/docs/runbooks/ai-eval-platform-demo-execution-log.md +147 -0
- package/docs/runbooks/ai-eval-platform-demo-script.md +136 -0
- package/docs/runbooks/ai-eval-platform-walkthrough.md +113 -0
- package/docs/runbooks/ai-pr-review-automation.md +56 -0
- package/docs/runbooks/api-breaking-change-gates.md +58 -0
- package/docs/runbooks/api-design-evolution-walkthrough.md +42 -0
- package/docs/runbooks/api-lint-gates.md +57 -0
- package/docs/runbooks/api-mocking-strategy-and-lifecycle-guide.md +47 -0
- package/docs/runbooks/architect-daily-operations.md +63 -0
- package/docs/runbooks/architect-design-conversation-example.md +83 -0
- package/docs/runbooks/artifact-attestation-gates.md +75 -0
- package/docs/runbooks/artifact-persistence.md +257 -0
- package/docs/runbooks/backend-engineer-daily-operations.md +63 -0
- package/docs/runbooks/batch-optimization-completion-checklist.md +104 -0
- package/docs/runbooks/biz-service-designer-end-to-end-conversation-example.md +5 -0
- package/docs/runbooks/biz-service-designer-toolkit.md +5 -0
- package/docs/runbooks/bug-fix-complete-walkthrough.md +60 -0
- package/docs/runbooks/build-failure-recovery-walkthrough.md +40 -0
- package/docs/runbooks/canary-decision-matrix.md +41 -0
- package/docs/runbooks/canary-staging-release-walkthrough.md +46 -0
- package/docs/runbooks/checkov-iac-gates.md +104 -0
- package/docs/runbooks/claude-code-review-workflow.md +72 -0
- package/docs/runbooks/claude-conversation-prompt-recipes.md +132 -0
- package/docs/runbooks/claude-end-to-end-conversation-example.md +198 -0
- package/docs/runbooks/claude-feature-development-guide.md +112 -0
- package/docs/runbooks/claude-quick-start.md +227 -0
- package/docs/runbooks/claude-usage-scenarios.md +176 -0
- package/docs/runbooks/code-review-collaboration-walkthrough.md +65 -0
- package/docs/runbooks/codeql-pr-security-gates.md +64 -0
- package/docs/runbooks/codex-end-to-end-conversation-example.md +166 -0
- package/docs/runbooks/codex-multi-agent-orchestration.md +65 -0
- package/docs/runbooks/codex-parallel-prompt-recipes.md +131 -0
- package/docs/runbooks/codex-quick-start.md +223 -0
- package/docs/runbooks/codex-usage-scenarios.md +168 -0
- package/docs/runbooks/codex-workflow-essentials.md +88 -0
- package/docs/runbooks/command-and-capability-matrix.md +162 -0
- package/docs/runbooks/conftest-policy-gates.md +84 -0
- package/docs/runbooks/consumer-driven-contract-testing-with-mock-alignment.md +45 -0
- package/docs/runbooks/contract-testing-playbook.md +78 -0
- package/docs/runbooks/cosign-signing-gates.md +71 -0
- package/docs/runbooks/cross-role-issue-triage-walkthrough.md +47 -0
- package/docs/runbooks/cursor-quick-start.md +123 -0
- package/docs/runbooks/custom-overlay.md +115 -0
- package/docs/runbooks/data-ml-pipeline-demo-execution-log.md +141 -0
- package/docs/runbooks/data-ml-pipeline-demo-script.md +102 -0
- package/docs/runbooks/data-ml-pipeline-walkthrough.md +119 -0
- package/docs/runbooks/data-observability-quality-demo-execution-log.md +36 -0
- package/docs/runbooks/data-observability-quality-demo-script.md +42 -0
- package/docs/runbooks/data-observability-quality-walkthrough.md +86 -0
- package/docs/runbooks/demo-deliverables-overview.md +278 -0
- package/docs/runbooks/demo-execution-log.md +530 -0
- package/docs/runbooks/demo-scenario.md +129 -0
- package/docs/runbooks/dependency-review-gates.md +63 -0
- package/docs/runbooks/dependency-update-automation.md +83 -0
- package/docs/runbooks/design-md-workflow.md +185 -0
- package/docs/runbooks/devops-engineer-daily-operations.md +60 -0
- package/docs/runbooks/devops-release-conversation-example.md +88 -0
- package/docs/runbooks/doc-architecture-integration.md +59 -0
- package/docs/runbooks/doc-architecture-quick-start.md +122 -0
- package/docs/runbooks/document-execution-audit.md +32 -0
- package/docs/runbooks/documentation-update-walkthrough.md +37 -0
- package/docs/runbooks/ecc-harness-usage.md +93 -0
- package/docs/runbooks/error-experience-usage.md +116 -0
- package/docs/runbooks/evolution-usage.md +162 -0
- package/docs/runbooks/executive-value-one-page.md +55 -0
- package/docs/runbooks/external-capability-approval-and-enablement-workflow.md +39 -0
- package/docs/runbooks/external-capability-intake.md +160 -0
- package/docs/runbooks/first-team-command-60-seconds.md +96 -0
- package/docs/runbooks/first-team-workflow-walkthrough.md +245 -0
- package/docs/runbooks/frontend-backend-integration-acceptance-checklist.md +46 -0
- package/docs/runbooks/frontend-backend-parallel-integration-walkthrough.md +48 -0
- package/docs/runbooks/frontend-bugfix-one-page.md +82 -0
- package/docs/runbooks/frontend-engineer-daily-operations.md +60 -0
- package/docs/runbooks/frontend-enterprise-style-profile.md +5 -0
- package/docs/runbooks/frontend-governance.md +47 -0
- package/docs/runbooks/frontend-refactor-walkthrough.md +42 -0
- package/docs/runbooks/git-pr-workflow.md +63 -0
- package/docs/runbooks/github-actions-supply-chain-demo-execution-log.md +158 -0
- package/docs/runbooks/github-actions-supply-chain-demo-script.md +150 -0
- package/docs/runbooks/github-actions-supply-chain-walkthrough.md +117 -0
- package/docs/runbooks/github-token-permissions-baseline.md +92 -0
- package/docs/runbooks/gitlab-manual-pipeline-release.md +5 -0
- package/docs/runbooks/gitlab-release-integration-playbook.md +5 -0
- package/docs/runbooks/gitnexus-code-intelligence-usage.md +133 -0
- package/docs/runbooks/graphify-knowledge-graph-usage.md +88 -0
- package/docs/runbooks/handoff-filling-guide-with-examples.md +70 -0
- package/docs/runbooks/handoff-governance.md +250 -0
- package/docs/runbooks/helm-unittest-playbook.md +101 -0
- package/docs/runbooks/hotfix-emergency-release-walkthrough.md +60 -0
- package/docs/runbooks/iac-kubernetes-platform-demo-execution-log.md +144 -0
- package/docs/runbooks/iac-kubernetes-platform-demo-script.md +130 -0
- package/docs/runbooks/iac-kubernetes-platform-walkthrough.md +120 -0
- package/docs/runbooks/implementation-onboarding-reading-path.md +67 -0
- package/docs/runbooks/in-toto-attestation-framework.md +94 -0
- package/docs/runbooks/incident-severity-triage-tree.md +43 -0
- package/docs/runbooks/incident-triage-one-page.md +65 -0
- package/docs/runbooks/internal-developer-platform-demo-execution-log.md +36 -0
- package/docs/runbooks/internal-developer-platform-demo-script.md +42 -0
- package/docs/runbooks/internal-developer-platform-walkthrough.md +91 -0
- package/docs/runbooks/karpathy-guidelines-usage.md +27 -0
- package/docs/runbooks/kubeconform-schema-gates.md +100 -0
- package/docs/runbooks/kubectl-server-dry-run-gates.md +103 -0
- package/docs/runbooks/kyverno-policy-gates.md +90 -0
- package/docs/runbooks/langfuse-and-observability-integration-guide.md +43 -0
- package/docs/runbooks/langfuse-coding-trace.md +44 -0
- package/docs/runbooks/mobile-miniapp-delivery-walkthrough.md +112 -0
- package/docs/runbooks/mobile-miniapp-demo-execution-log.md +139 -0
- package/docs/runbooks/mobile-miniapp-demo-script.md +129 -0
- package/docs/runbooks/multi-service-backend-integration-walkthrough.md +61 -0
- package/docs/runbooks/open-design-integration.md +163 -0
- package/docs/runbooks/open-source-release-checklist.md +90 -0
- package/docs/runbooks/opencode-quick-start.md +128 -0
- package/docs/runbooks/parallel-development-coordination-walkthrough.md +47 -0
- package/docs/runbooks/parallel-execution-usage.md +179 -0
- package/docs/runbooks/platform-capability-demo-execution-log.md +184 -0
- package/docs/runbooks/platform-capability-demo-script.md +192 -0
- package/docs/runbooks/plugin-extension-platform-demo-execution-log.md +136 -0
- package/docs/runbooks/plugin-extension-platform-demo-script.md +102 -0
- package/docs/runbooks/plugin-extension-platform-walkthrough.md +111 -0
- package/docs/runbooks/policy-controller-gates.md +75 -0
- package/docs/runbooks/post-rollback-verification-checklist.md +37 -0
- package/docs/runbooks/pre-release-checklist.md +50 -0
- package/docs/runbooks/product-manager-clarification-conversation-example.md +90 -0
- package/docs/runbooks/product-manager-daily-operations.md +60 -0
- package/docs/runbooks/production-incident-response-walkthrough.md +50 -0
- package/docs/runbooks/project-claude-design-rationale.md +188 -0
- package/docs/runbooks/project-manager-daily-operations.md +61 -0
- package/docs/runbooks/project-manager-planning-conversation-example.md +82 -0
- package/docs/runbooks/project-onboarding.md +452 -0
- package/docs/runbooks/qa-engineer-daily-operations.md +63 -0
- package/docs/runbooks/qa-review-conversation-example.md +87 -0
- package/docs/runbooks/release-closure-one-page.md +65 -0
- package/docs/runbooks/release-governance-reading-path.md +56 -0
- package/docs/runbooks/release-notes-automation.md +48 -0
- package/docs/runbooks/release-rollback-recovery-walkthrough.md +47 -0
- package/docs/runbooks/requirement-clarity-and-scope-walkthrough.md +46 -0
- package/docs/runbooks/reviewdog-pr-gates.md +49 -0
- package/docs/runbooks/role-prompt-recipes.md +130 -0
- package/docs/runbooks/rtk-integration-intake.md +45 -0
- package/docs/runbooks/rtk-token-optimization-usage.md +107 -0
- package/docs/runbooks/runner-egress-hardening.md +81 -0
- package/docs/runbooks/runtime-capabilities-overview.md +113 -0
- package/docs/runbooks/sbom-generation-gates.md +71 -0
- package/docs/runbooks/scorecard-supply-chain-gates.md +82 -0
- package/docs/runbooks/secret-scanning-gates.md +85 -0
- package/docs/runbooks/security-compliance-platform-demo-execution-log.md +36 -0
- package/docs/runbooks/security-compliance-platform-demo-script.md +49 -0
- package/docs/runbooks/security-compliance-platform-walkthrough.md +98 -0
- package/docs/runbooks/slsa-generator-patterns.md +73 -0
- package/docs/runbooks/slsa-verification-gates.md +75 -0
- package/docs/runbooks/solo-delivery-mode.md +142 -0
- package/docs/runbooks/solo-delivery-one-page.md +111 -0
- package/docs/runbooks/specialist-commands-playbook.md +85 -0
- package/docs/runbooks/sub-agent-invocation-map.md +144 -0
- package/docs/runbooks/system-architecture-design-walkthrough.md +49 -0
- package/docs/runbooks/team-closeout-example.md +73 -0
- package/docs/runbooks/team-command-output-contracts.md +358 -0
- package/docs/runbooks/team-commands-quick-prompts.md +125 -0
- package/docs/runbooks/team-execute-example.md +63 -0
- package/docs/runbooks/team-handoff-example.md +49 -0
- package/docs/runbooks/team-intake-example.md +70 -0
- package/docs/runbooks/team-plan-example.md +62 -0
- package/docs/runbooks/team-release-example.md +63 -0
- package/docs/runbooks/team-review-example.md +61 -0
- package/docs/runbooks/team-skills-test-run.md +184 -0
- package/docs/runbooks/team-skills-usage.md +336 -0
- package/docs/runbooks/team-training-reading-path.md +64 -0
- package/docs/runbooks/tech-lead-closure-conversation-example.md +78 -0
- package/docs/runbooks/tech-lead-daily-operations.md +67 -0
- package/docs/runbooks/trivy-security-gates.md +79 -0
- package/docs/runbooks/troubleshooting.md +234 -0
- package/docs/runbooks/vertical-scenario-capability-matrix.md +107 -0
- package/docs/runbooks/witness-policy-gates.md +78 -0
- package/docs/runbooks/zizmor-workflow-audits.md +81 -0
- package/manifests/install-components.json +9 -1
- package/manifests/install-modules.json +38 -2
- package/manifests/install-profiles.json +2 -0
- package/package.json +4 -1
- package/scripts/gitnexus-preflight.js +187 -0
- package/scripts/install-apply.js +9 -0
- package/scripts/install-open-design.js +206 -0
- package/scripts/install-plan.js +17 -0
- package/scripts/lib/install/apply.js +31 -0
- package/scripts/lib/install-executor.js +56 -0
- package/scripts/lib/team-skills-data.json +7 -6
- package/scripts/project-progress.js +852 -0
- package/scripts/release-health-summary.js +49 -7
- package/scripts/release.sh +1 -1
- package/scripts/validate-packed-tarball.js +25 -0
- package/scripts/workflow-help.js +3 -3
- package/skills/gitnexus/SKILL.md +60 -0
- package/skills/gitnexus/agents/openai.yaml +4 -0
- package/skills/open-design/SKILL.md +87 -0
- package/skills/open-design/agents/openai.yaml +4 -0
package/README.md
CHANGED
|
@@ -65,6 +65,8 @@ TSP 整合了多个社区开源框架的精华能力,而非从零构建:
|
|
|
65
65
|
| **ECC** (Everything Claude Code) | 社区 | 125+ specialist skills、27 specialist agents、language rules packs、runtime hooks、安装工具链 |
|
|
66
66
|
| **BMAD** | 方法来源(已吸收) | 单入口主链(`/team-help`)、Requirement Challenge、Design Review、Implementation Readiness、Story Slice、`artifact:persist` 落盘、Release→Closeout 收口 |
|
|
67
67
|
| **Graphify** | 社区(`safishamsi/graphify`) | 可选知识图谱能力(brownfield 结构扫描、依赖路径分析、架构问答证据),以 runbook + 本地 skill 接入,不替换 workflow-engine |
|
|
68
|
+
| **GitNexus** | 社区(`abhigyanpatwari/GitNexus`) | 受控可选代码智能能力(MCP 查询、impact、detect_changes、多仓图谱证据),以 runbook + thin skill 接入,不内置依赖 |
|
|
69
|
+
| **Open Design** | 社区(`nexu-io/open-design`) | 受控可选设计工作台能力(本地优先原型、deck、dashboard、mobile flow、`DESIGN.md`、导出 artifact),以 runbook + thin skill 接入,不内置 daemon |
|
|
68
70
|
| **GSD** (Getting Shit Done) | 社区 | Quality Gates 分类法(4 类 gate)、wave-execution、session-continuity、discuss-phase、quick-execution、context-engineering、workflow-forensics |
|
|
69
71
|
| **gstack** | 社区 | brainstorming 苏格拉底式创意探索、cross-model-review 跨模型交叉审查、multi-perspective-review 多视角评审(CEO/Design/Eng/DevEx) |
|
|
70
72
|
| **Superpowers** | 社区 | session-continuity 会话暂停/恢复、subagent-driven-development 子 agent 驱动开发、git-worktree-isolation 任务隔离 |
|
|
@@ -72,6 +74,32 @@ TSP 整合了多个社区开源框架的精华能力,而非从零构建:
|
|
|
72
74
|
| **rtk** (Rust Token Killer) | 社区 | CLI 代理透明命令重写,60-90% token 节约,100+ 命令支持(git/gh/cargo/npm/docker/kubectl/aws) |
|
|
73
75
|
| 社区贡献 | 多方 | UI/UX Pro Max 设计系统、vertical workflow examples、Santa Method 对抗验证、Ralph RFC Pipeline |
|
|
74
76
|
|
|
77
|
+
### 外部设计能力接入
|
|
78
|
+
|
|
79
|
+
TSP 当前支持把第三方设计能力作为外部扩展接入使用。设计工具负责高保真 artifact,TSP 负责团队协作、角色分工、handoff、quality gate 与发布收口。
|
|
80
|
+
|
|
81
|
+
[Open Design](https://github.com/nexu-io/open-design) 是当前已纳入安装面导航的受控可选设计工作台:它提供本地优先 web/daemon、coding-agent CLI 调度、31 个设计 skills、设计系统库、sandbox preview 与 HTML/PDF/PPTX/ZIP/MP4 等导出链路。TSP 侧落点是 [skills/open-design/SKILL.md](skills/open-design/SKILL.md) 与 [docs/runbooks/open-design-integration.md](docs/runbooks/open-design-integration.md),并通过 `design-prototyping` module 进入 `team` / `full` profile。其中 `full` profile 会自动执行 [scripts/install-open-design.js](scripts/install-open-design.js),把 Open Design clone/update 到 `~/.tsp/open-design`,并在 `corepack` / `pnpm` 可用时安装依赖。TSP 不 vendoring Open Design 源码、daemon、skills、design-systems 或 SQLite 数据。
|
|
82
|
+
|
|
83
|
+
[huashu-design](https://github.com/alchaincyf/huashu-design) 仍作为文档级协同能力保留:它偏向高保真设计产出,覆盖 HTML 原生交互原型、浏览器演讲幻灯片、时间轴动画、信息图与 5 维度设计评审。
|
|
84
|
+
|
|
85
|
+
推荐的组合方式是:让 TSP 管任务链路,让外部设计工具管最终视觉和动效交付。典型场景包括:
|
|
86
|
+
|
|
87
|
+
- `frontend-engineer` 先在 TSP 流程内收敛页面目标、状态边界和验收标准,再调用 Open Design 或 huashu-design 做高保真原型或动画样机。
|
|
88
|
+
- `tech-lead` / `qa-engineer` 在评审阶段把 HTML demo、deck、dashboard、mobile flow 或动画作为 UI 证据补充到 review / release 资料里。
|
|
89
|
+
- `product-manager` / `architect` 在方案讨论阶段借助设计方向顾问、设计评审与 deck 产出,加速多方案对比。
|
|
90
|
+
|
|
91
|
+
上游安装方式:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
npx skills add alchaincyf/huashu-design
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
当前仓库对 huashu-design 的接入是文档级集成,而不是内置分发:
|
|
98
|
+
|
|
99
|
+
- TSP 不会把 huashu-design 自动打包进 `skills/`、install profile、npm 包或 overlay 清单。
|
|
100
|
+
- 你需要单独从上游安装和更新该 skill,再在 TSP 任务流里按需调用。
|
|
101
|
+
- 由于上游 README 明确写明企业/商用/工具链集成需先获得授权,本仓库目前只提供接入说明与致谢,不 vendoring 上游 `SKILL.md`、assets、scripts 或 references。
|
|
102
|
+
|
|
75
103
|
### 核心依赖
|
|
76
104
|
|
|
77
105
|
| 依赖 | 用途 |
|
|
@@ -172,6 +200,59 @@ TSP 整合了多个社区开源框架的精华能力,而非从零构建:
|
|
|
172
200
|
|
|
173
201
|
完整矩阵见 [docs/runbooks/command-and-capability-matrix.md](docs/runbooks/command-and-capability-matrix.md) 和 [docs/runbooks/runtime-capabilities-overview.md](docs/runbooks/runtime-capabilities-overview.md)。
|
|
174
202
|
|
|
203
|
+
## 致谢 / Acknowledgements
|
|
204
|
+
|
|
205
|
+
TSP 的公开能力是在多个社区项目、技能仓库和工程方法论的基础上吸收、裁剪和重组出来的。以下仓库是当前根 README 主叙事里直接引用或明确协同的社区 GitHub:
|
|
206
|
+
|
|
207
|
+
| 仓库 | 在 TSP 中的关系 | 说明 |
|
|
208
|
+
|------|------|------|
|
|
209
|
+
| [affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) | 上游能力来源 | ECC harness layer、specialist agents、skills、runtime hooks 与安装工具链的重要参考来源 |
|
|
210
|
+
| [safishamsi/graphify](https://github.com/safishamsi/graphify) | 已吸收并本地化 | 为 brownfield 结构扫描、依赖路径分析与架构问答补充知识图谱能力 |
|
|
211
|
+
| [abhigyanpatwari/GitNexus](https://github.com/abhigyanpatwari/GitNexus) | 受控可选接入 | 为 brownfield MCP 查询、impact、detect_changes 和多仓代码图谱证据提供外部能力;因许可证与 Node 20 要求,不内置依赖 |
|
|
212
|
+
| [nexu-io/open-design](https://github.com/nexu-io/open-design) | 受控可选接入 | 为本地优先原型、deck、dashboard、mobile flow、`DESIGN.md` 与可导出视觉 artifact 提供外部设计工作台;不内置 daemon 或上游源码 |
|
|
213
|
+
| [rtk-ai/rtk](https://github.com/rtk-ai/rtk) | 已集成运行时能力 | CLI 透明命令重写与 token 优化能力来源 |
|
|
214
|
+
| [VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md) | 设计资产来源 | 为 `DESIGN.md` 品牌风格扩展提供参考品牌库 |
|
|
215
|
+
| [alchaincyf/huashu-design](https://github.com/alchaincyf/huashu-design) | 外部协同能力 | 提供高保真原型、HTML slides、动画与设计评审能力;当前仅做文档级接入说明,不内置分发 |
|
|
216
|
+
|
|
217
|
+
### 已吸收并落地的外部能力来源
|
|
218
|
+
|
|
219
|
+
以下上游项目已经通过 intake / runbook / skill 适配进入当前仓库的公开能力面;对应的采用边界、落地状态与本地化结果见 [docs/runbooks/external-capability-intake.md](docs/runbooks/external-capability-intake.md)。
|
|
220
|
+
|
|
221
|
+
| 分组 | 上游项目 | 当前在仓库中的落点 |
|
|
222
|
+
|------|------|------|
|
|
223
|
+
| 协作与行为技能 | [anthropics/skills](https://github.com/anthropics/skills), [Colin4k1024/andrej-karpathy-skills](https://github.com/Colin4k1024/andrej-karpathy-skills), [tanweai/pua](https://github.com/tanweai/pua), [obra/superpowers](https://github.com/obra/superpowers), [omkamal/pypict-claude-skill](https://github.com/omkamal/pypict-claude-skill), [testcontainers/testcontainers-java](https://github.com/testcontainers/testcontainers-java) | 浏览器 smoke、Karpathy 行为护栏、PUA 闭环、systematic debugging、pairwise-test-design、Testcontainers 集成测试 |
|
|
224
|
+
| PR、发布与 API 治理 | [qodo-ai/pr-agent](https://github.com/qodo-ai/pr-agent), [reviewdog/reviewdog](https://github.com/reviewdog/reviewdog), [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint), [semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator), [semantic-release/semantic-release](https://github.com/semantic-release/semantic-release), [OpenAPITools/openapi-diff](https://github.com/OpenAPITools/openapi-diff), [stoplightio/spectral](https://github.com/stoplightio/spectral) | AI PR review、reviewdog 门禁、release notes 自动化、API breaking change / lint runbooks |
|
|
225
|
+
| 供应链、安全与 provenance | [actions/dependency-review-action](https://github.com/actions/dependency-review-action), [github/codeql-action](https://github.com/github/codeql-action), [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action), [ossf/scorecard-action](https://github.com/ossf/scorecard-action), [anchore/sbom-action](https://github.com/anchore/sbom-action), [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer), [slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier), [sigstore/policy-controller](https://github.com/sigstore/policy-controller), [pact-foundation/pact-jvm](https://github.com/pact-foundation/pact-jvm), [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator), [in-toto/attestation](https://github.com/in-toto/attestation), [in-toto/witness](https://github.com/in-toto/witness) | dependency review、CodeQL、Trivy、Scorecard、SBOM、attestation、签名、SLSA 验证、policy controller、contract testing 等发布前后治理 runbooks |
|
|
226
|
+
| 平台治理与基础设施门禁 | [renovatebot/renovate](https://github.com/renovatebot/renovate), [gitleaks/gitleaks](https://github.com/gitleaks/gitleaks), [step-security/harden-runner](https://github.com/step-security/harden-runner), [rhysd/actionlint](https://github.com/rhysd/actionlint), [zizmorcore/zizmor](https://github.com/zizmorcore/zizmor), [open-policy-agent/conftest](https://github.com/open-policy-agent/conftest), [bridgecrewio/checkov](https://github.com/bridgecrewio/checkov), [yannh/kubeconform](https://github.com/yannh/kubeconform), [GitHubSecurityLab/actions-permissions](https://github.com/GitHubSecurityLab/actions-permissions), [kyverno/kyverno](https://github.com/kyverno/kyverno), [helm-unittest/helm-unittest](https://github.com/helm-unittest/helm-unittest) | 依赖升级、secret scanning、runner hardening、workflow lint / audit、policy-as-code、IaC 校验、Kubernetes schema / policy / chart 测试 |
|
|
227
|
+
|
|
228
|
+
### 技能与工具参考来源
|
|
229
|
+
|
|
230
|
+
以下项目主要出现在 `skills/`、参考资料或配套文档中,作为具体 skill、范式、工具链或示例来源,同样在此统一致谢:
|
|
231
|
+
|
|
232
|
+
| 分组 | 上游项目 | 当前用途 |
|
|
233
|
+
|------|------|------|
|
|
234
|
+
| UI/UX 与设计智能 | [nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | `ui-ux-promax` 的上游来源与方法库 |
|
|
235
|
+
| 测试与评估 | [google/googletest](https://github.com/google/googletest), [joaquinhuigomez/agent-eval](https://github.com/joaquinhuigomez/agent-eval) | C++ testing / GoogleTest 参考、agent evaluation 方法与任务评测参考 |
|
|
236
|
+
| 仓库分析与记忆 | [haibindev/repo-scan](https://github.com/haibindev/repo-scan), [sreedhargs89/context-keeper](https://github.com/sreedhargs89/context-keeper) | repo-scan、ck / context keeper 相关能力来源 |
|
|
237
|
+
| 多 agent 编排 | [humanplane](https://github.com/humanplane), [standardagents/dmux](https://github.com/standardagents/dmux) | RFC pipeline 分解思路、dmux 多 pane agent orchestration |
|
|
238
|
+
| Agent 开发框架与媒体参考 | [cloudwego/eino](https://github.com/cloudwego/eino), [cloudwego/eino-ext](https://github.com/cloudwego/eino-ext), [video-db/videodb-cookbook](https://github.com/video-db/videodb-cookbook) | ADK framework adapters 的 EINO 参考、VideoDB cookbook 示例 |
|
|
239
|
+
|
|
240
|
+
### 全仓 README 与文档 GitHub 引用补充清单
|
|
241
|
+
|
|
242
|
+
以下仓库同样出现在本仓库其他 `README*.md`、skill 文档或参考资料中,主要用于示例、教程、生态说明或补充参考。它们被纳入致谢归档,但不等于 TSP 的核心依赖或正式内置能力:
|
|
243
|
+
|
|
244
|
+
| 分组 | 仓库 | 主要出现位置 | 用途 |
|
|
245
|
+
|------|------|------|------|
|
|
246
|
+
| GoFrame 生态 | [gogf/gf](https://github.com/gogf/gf) | `skills/goframe-v2/examples/**/README*.MD` | GoFrame 框架本体及 contrib 模块引用 |
|
|
247
|
+
| GoFrame 示例 | [gogf/examples](https://github.com/gogf/examples) | `skills/goframe-v2/examples/**/README*.MD` | 示例仓库、教学与 clone 指引 |
|
|
248
|
+
| 依赖注入 | [samber/do](https://github.com/samber/do) | `skills/goframe-v2/examples/practices/injection/README*.MD` | DI 示例依赖 |
|
|
249
|
+
| JWT | [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `skills/goframe-v2/examples/httpserver/jwt/README*.MD` | JWT 认证示例依赖 |
|
|
250
|
+
| MongoDB | [mongodb/mongo-go-driver](https://github.com/mongodb/mongo-go-driver) | `skills/goframe-v2/examples/nosql/mongodb/README*.MD` | MongoDB 官方 Go 驱动参考 |
|
|
251
|
+
| Redis | [redis/go-redis](https://github.com/redis/go-redis) | `skills/goframe-v2/examples/nosql/redis/README*.MD` | Redis Go 客户端参考 |
|
|
252
|
+
| 服务治理 | [polarismesh/polaris](https://github.com/polarismesh/polaris) | `skills/goframe-v2/examples/config/polaris/README.MD` | Polaris 服务发现 / 配置生态参考 |
|
|
253
|
+
|
|
254
|
+
如果后续有新的 README 引用了社区 GitHub 仓库,默认也应同步补入本节,保持主入口文档的致谢口径完整可追溯。
|
|
255
|
+
|
|
175
256
|
## BMAD 方法论(当前口径)
|
|
176
257
|
|
|
177
258
|
当前仓库对 BMAD 的使用不是并行命令体系,而是吸收到 `/team-*` 主链中的执行方法。主链口径统一为:`/team-help -> challenge -> design -> readiness -> story-slice execute -> release -> closeout`。
|
|
@@ -190,12 +271,12 @@ TSP 整合了多个社区开源框架的精华能力,而非从零构建:
|
|
|
190
271
|
- 文档生命周期字段用于明确责任与新鲜度:`doc_tier`、`owner`、`updated`、`last_verified`、`source_of_truth`。
|
|
191
272
|
- 历史资料通过 `doc_tier: historical` 分层,避免与现行操作手册并列误用。
|
|
192
273
|
|
|
193
|
-
## 可选知识图谱能力(Graphify)
|
|
274
|
+
## 可选知识图谱能力(Graphify + GitNexus)
|
|
194
275
|
|
|
195
|
-
- 定位:Graphify
|
|
196
|
-
-
|
|
276
|
+
- 定位:Graphify 作为轻量结构证据层,GitNexus 作为受控可选代码智能层;两者都不替代 workflow-engine 或 `/team-*` 主链。
|
|
277
|
+
- 入口:Graphify 先执行 `npm run graphify:doctor`,GitNexus 先执行 `npm run gitnexus:doctor`;详细操作见 [graphify-knowledge-graph-usage.md](docs/runbooks/graphify-knowledge-graph-usage.md) 与 [gitnexus-code-intelligence-usage.md](docs/runbooks/gitnexus-code-intelligence-usage.md)。
|
|
197
278
|
- 分发:通过安装模块 `knowledge-graph` 与组件 `capability:knowledge-graph` 提供;仅默认纳入 `research` 与 `full` profile。
|
|
198
|
-
- 治理边界:不在本仓库执行
|
|
279
|
+
- 治理边界:不在本仓库执行 Graphify/GitNexus 的自动 setup 类命令;GitNexus 不进入 TSP 依赖,且索引时必须保护既有 AGENTS/CLAUDE 契约。
|
|
199
280
|
|
|
200
281
|
## 近期新增功能(v2.0.0 → v2.3.0)
|
|
201
282
|
|
|
@@ -249,6 +330,8 @@ node scripts/install-apply.js uninstall --target claude # dry-run 默认
|
|
|
249
330
|
node scripts/install-apply.js uninstall --target claude --apply
|
|
250
331
|
```
|
|
251
332
|
|
|
333
|
+
`enterprise overlay` 是公开仓保留的私有扩展入口;公开 npm 包不内置公司专属 skills、rules 或 profile。
|
|
334
|
+
|
|
252
335
|
### BMAD Absorption v2(v2.1.12)
|
|
253
336
|
|
|
254
337
|
- `/team-help` 继续收口为 `/team-*` 唯一公开入口,不新增 `/bmad-*` 并行命令面
|
|
@@ -219,8 +219,8 @@ async function provisionBridge(packageRoot, installRoot, crateDir, dependencies
|
|
|
219
219
|
ui.warn(
|
|
220
220
|
`No bundled prebuilt binary found for ${plat}-${arch}.\n` +
|
|
221
221
|
` The npm package may have been published without prebuilt binaries.\n` +
|
|
222
|
-
` Try reinstalling: npx @colin4k1024/tsp
|
|
223
|
-
` Or use source mode: npx @colin4k1024/tsp
|
|
222
|
+
` Try reinstalling: npx @colin4k1024/tsp@latest\n` +
|
|
223
|
+
` Or use source mode: npx @colin4k1024/tsp --from-source`
|
|
224
224
|
);
|
|
225
225
|
ui.warn('Self-evolution hooks will run in passthrough mode until the binary is provisioned.');
|
|
226
226
|
return null;
|
package/bin/tsp-create.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* tsp-create — interactive npx installer for the Team Skills Platform.
|
|
6
6
|
*
|
|
7
7
|
* Usage:
|
|
8
|
-
* npx @colin4k1024/tsp
|
|
9
|
-
* npx @colin4k1024/tsp
|
|
10
|
-
* npx @colin4k1024/tsp
|
|
11
|
-
* npx @colin4k1024/tsp
|
|
12
|
-
* npx @colin4k1024/tsp
|
|
8
|
+
* npx @colin4k1024/tsp # interactive wizard
|
|
9
|
+
* npx @colin4k1024/tsp --target claude --profile team
|
|
10
|
+
* npx @colin4k1024/tsp --from-source # git clone mode
|
|
11
|
+
* npx @colin4k1024/tsp --dry-run
|
|
12
|
+
* npx @colin4k1024/tsp --help
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
const ui = require('./lib/ui');
|
|
@@ -83,10 +83,10 @@ function showHelp(exitCode = 0) {
|
|
|
83
83
|
${ui.bold('tsp-create')} — Team Skills Platform interactive installer
|
|
84
84
|
|
|
85
85
|
${ui.bold('Usage:')}
|
|
86
|
-
npx @colin4k1024/tsp
|
|
87
|
-
npx @colin4k1024/tsp
|
|
88
|
-
npx @colin4k1024/tsp
|
|
89
|
-
npx @colin4k1024/tsp
|
|
86
|
+
npx @colin4k1024/tsp Interactive wizard
|
|
87
|
+
npx @colin4k1024/tsp --target claude --profile team
|
|
88
|
+
npx @colin4k1024/tsp --from-source Clone from git
|
|
89
|
+
npx @colin4k1024/tsp --dry-run Preview without writing
|
|
90
90
|
|
|
91
91
|
${ui.bold('Options:')}
|
|
92
92
|
--target <name> Target platform (${targetIds})
|
|
@@ -150,7 +150,7 @@ async function main() {
|
|
|
150
150
|
const profileIds = formatInlineList(listPublicInstallProfiles().map((profile) => profile.id));
|
|
151
151
|
ui.warn('stdin is not a TTY — the interactive wizard cannot run.');
|
|
152
152
|
ui.info('Use non-interactive flags instead:');
|
|
153
|
-
ui.info(' npx @colin4k1024/tsp
|
|
153
|
+
ui.info(' npx @colin4k1024/tsp --from-source --target claude --profile team');
|
|
154
154
|
ui.info(`Available targets: ${targetIds}`);
|
|
155
155
|
ui.info(`Available profiles: ${profileIds}`);
|
|
156
156
|
process.exit(1);
|
|
@@ -190,7 +190,7 @@ async function main() {
|
|
|
190
190
|
const profileIds = formatInlineList(listPublicInstallProfiles().map((profile) => profile.id));
|
|
191
191
|
ui.warn('stdin is not a TTY — the interactive wizard cannot run.');
|
|
192
192
|
ui.info('Use non-interactive flags instead:');
|
|
193
|
-
ui.info(' npx @colin4k1024/tsp
|
|
193
|
+
ui.info(' npx @colin4k1024/tsp --target claude --profile team');
|
|
194
194
|
ui.info('');
|
|
195
195
|
ui.info(`Available targets: ${targetIds}`);
|
|
196
196
|
ui.info(`Available profiles: ${profileIds}`);
|
package/commands/team-help.md
CHANGED
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
2. 默认以 `karpathy-guidelines` 的方式先暴露歧义、范围边界与更简单路径,不在入口阶段静默替用户补全高风险假设。
|
|
35
35
|
3. 检查现有证据是否齐备:PRD、delivery-plan、arch-design、handoff、execute-log、test-plan、launch-acceptance、deployment-context、release-plan、closeout-summary,以及 `docs/memory/project-context.md`。
|
|
36
36
|
4. 若任务边界清晰、影响面小、风险低,优先推荐 `/quick`;否则继续沿 `/team-*` 主链推进。
|
|
37
|
-
5. 若是既有项目(brownfield)且现状上下文不足,优先建议执行 `/update-codemaps` 并启用 `doc-architecture
|
|
37
|
+
5. 若是既有项目(brownfield)且现状上下文不足,优先建议执行 `/update-codemaps` 并启用 `doc-architecture`,需要轻量结构证据时选择 Graphify,需要跨模块影响面或 MCP 证据时选择 GitNexus,再把现有模块、集成点、关键数据流和历史包袱回落到 `delivery-plan.md` / `arch-design.md`。
|
|
38
38
|
6. 若需求规模较大或涉及多角色并行,实现前先要求把计划切成可独立验收、可独立 handoff 的 story-sized execution units,并确认 `artifact:persist` 已创建对应任务目录与关键 artifact,再进入 `/team-execute`。
|
|
39
39
|
7. 若缺少 PRD 或需求边界,推荐 `/team-intake`;若缺少 challenge、design review 或 implementation-readiness,推荐 `/team-plan`;若 readiness proof 与 handoff 齐备,推荐 `/team-execute`;若已完成实现与自测,推荐 `/team-review`;若已获得放行,推荐 `/team-release`;若发布观察窗口结束,推荐 `/team-closeout`。
|
|
40
|
-
8. 若是既有项目且上下文不足,提示先补齐 brownfield / doc-architecture
|
|
40
|
+
8. 若是既有项目且上下文不足,提示先补齐 brownfield / doc-architecture 类上下文;必要时用 Graphify 或 GitNexus 补图谱证据,再进入计划或执行。
|
|
41
41
|
9. 输出结构化建议:推荐命令、原因、阻塞项、降级路径,并说明是否需要先运行 `npm run workflow:readiness`。
|
package/commands/team-plan.md
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
2. 默认把 `karpathy-guidelines` 作为计划收口护栏:要求显式写出假设、更简单备选路径、当前不做项,以及为什么本轮范围已经足够。
|
|
41
41
|
3. 按任务特征装配动态讨论分组,先讨论再收敛,避免未经质疑直接进入计划冻结。
|
|
42
42
|
4. 若启用 `doc-architecture`,补齐 Service Catalog、Communication Matrix、NFR Summary,并明确其 artifact 回落位置。
|
|
43
|
-
5. 若是既有项目(brownfield),先梳理现有模块边界、外部依赖、历史约束和缺失文档;必要时运行 `/update-codemaps
|
|
43
|
+
5. 若是既有项目(brownfield),先梳理现有模块边界、外部依赖、历史约束和缺失文档;必要时运行 `/update-codemaps`,需要轻量结构证据时选择 Graphify,需要跨模块影响面或 MCP 证据时选择 GitNexus,再把 brownfield snapshot 回落到 `delivery-plan.md` 与 `arch-design.md`。
|
|
44
44
|
6. 若为企业内部应用,锁定应用等级、技术架构等级、关键组件偏离和资产入口要求,并判断是否必须输出 ADR。
|
|
45
45
|
7. 为本次任务显式装配 shared 能力、ECC 增强与可选 enterprise overlay 组合,并说明哪些私有 overlay 能力、runbook 或 overlay 仅按场景启用。
|
|
46
46
|
8. 若存在多参数、多角色、多配置或多终端组合,提前判断是否需要 `pairwise-test-design` 压缩测试矩阵。
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## 用途
|
|
6
6
|
|
|
7
|
-
扫描代码结构并生成 token-lean codemaps,适合作为 brownfield
|
|
7
|
+
扫描代码结构并生成 token-lean codemaps,适合作为 brownfield 项目的现状快照与 Graphify / GitNexus 图谱分析前置上下文。
|
|
8
8
|
|
|
9
9
|
## 主责角色
|
|
10
10
|
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
- docs/CODEMAPS/ 下的结构化 codemap
|
|
22
22
|
- .reports/codemap-diff.txt 差异摘要
|
|
23
23
|
- 可供 `/team-help` / `/team-plan` 消费的 brownfield context
|
|
24
|
+
- 可供 Graphify / GitNexus 继续深挖的结构化问题清单
|
|
24
25
|
|
|
25
26
|
输出字段定义与交付结构见 [team-command-output-contracts.md](../docs/runbooks/team-command-output-contracts.md)。
|
|
26
27
|
|
|
@@ -29,4 +30,4 @@
|
|
|
29
30
|
1. 先识别仓库类型、源码目录、入口文件和主要依赖边界。
|
|
30
31
|
2. 为 architecture/backend/frontend/data/dependencies 生成 token-lean 文档,不写实现细节噪音。
|
|
31
32
|
3. 若已有 codemap,先比较变更比例;超过阈值时要求人工确认再覆盖。
|
|
32
|
-
4. 把结果作为 brownfield context snapshot
|
|
33
|
+
4. 把结果作为 brownfield context snapshot 的辅助输入;若需要图谱证据,再选择 Graphify 或 GitNexus,并把结论回落到 `delivery-plan.md` / `arch-design.md`,不要形成平行事实源。
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { defineConfig } from 'vitepress'
|
|
2
|
+
|
|
3
|
+
export default defineConfig({
|
|
4
|
+
base: '/harness-engineering/',
|
|
5
|
+
title: 'Team Skills Platform',
|
|
6
|
+
description: 'Company-grade role-based Team Skills Platform for AI-assisted development',
|
|
7
|
+
lang: 'zh-CN',
|
|
8
|
+
ignoreDeadLinks: true,
|
|
9
|
+
|
|
10
|
+
head: [
|
|
11
|
+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }],
|
|
12
|
+
],
|
|
13
|
+
|
|
14
|
+
themeConfig: {
|
|
15
|
+
logo: '/logo.svg',
|
|
16
|
+
siteTitle: 'TSP',
|
|
17
|
+
|
|
18
|
+
nav: [
|
|
19
|
+
{ text: '首页', link: '/' },
|
|
20
|
+
{ text: '快速开始', link: '/runbooks/claude-quick-start' },
|
|
21
|
+
{ text: '用户指南', link: '/runbooks/team-skills-usage' },
|
|
22
|
+
{
|
|
23
|
+
text: '手册',
|
|
24
|
+
items: [
|
|
25
|
+
{ text: 'Claude 快速开始', link: '/runbooks/claude-quick-start' },
|
|
26
|
+
{ text: 'Codex 快速开始', link: '/runbooks/codex-quick-start' },
|
|
27
|
+
{ text: 'Cursor 快速开始', link: '/runbooks/cursor-quick-start' },
|
|
28
|
+
{ text: 'OpenCode 快速开始', link: '/runbooks/opencode-quick-start' },
|
|
29
|
+
],
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
|
|
33
|
+
sidebar: {
|
|
34
|
+
'/guides/': [
|
|
35
|
+
{
|
|
36
|
+
text: '指南',
|
|
37
|
+
items: [
|
|
38
|
+
{ text: '安装(入口页)', link: '/guides/installation' },
|
|
39
|
+
{ text: '用户指南(入口页)', link: '/guides/user-guide' },
|
|
40
|
+
{ text: '权威安装文档', link: '/runbooks/claude-quick-start' },
|
|
41
|
+
{ text: '权威使用手册', link: '/runbooks/team-skills-usage' },
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
'/runbooks/': [
|
|
46
|
+
{
|
|
47
|
+
text: '快速开始',
|
|
48
|
+
collapsed: false,
|
|
49
|
+
items: [
|
|
50
|
+
{ text: 'Claude 快速开始', link: '/runbooks/claude-quick-start' },
|
|
51
|
+
{ text: 'Codex 快速开始', link: '/runbooks/codex-quick-start' },
|
|
52
|
+
{ text: 'Cursor 快速开始', link: '/runbooks/cursor-quick-start' },
|
|
53
|
+
{ text: 'OpenCode 快速开始', link: '/runbooks/opencode-quick-start' },
|
|
54
|
+
{ text: '首次主链演练', link: '/runbooks/first-team-workflow-walkthrough' },
|
|
55
|
+
{ text: '项目接入', link: '/runbooks/project-onboarding' },
|
|
56
|
+
{ text: '故障排查', link: '/runbooks/troubleshooting' },
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
text: '使用场景',
|
|
61
|
+
collapsed: true,
|
|
62
|
+
items: [
|
|
63
|
+
{ text: 'Claude 使用场景', link: '/runbooks/claude-usage-scenarios' },
|
|
64
|
+
{ text: 'Codex 使用场景', link: '/runbooks/codex-usage-scenarios' },
|
|
65
|
+
{ text: 'Solo 交付模式', link: '/runbooks/solo-delivery-mode' },
|
|
66
|
+
{ text: 'Solo 单页速查', link: '/runbooks/solo-delivery-one-page' },
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
text: '提示与对话',
|
|
71
|
+
collapsed: true,
|
|
72
|
+
items: [
|
|
73
|
+
{ text: 'Claude 提示模板', link: '/runbooks/claude-conversation-prompt-recipes' },
|
|
74
|
+
{ text: 'Codex 并行模板', link: '/runbooks/codex-parallel-prompt-recipes' },
|
|
75
|
+
{ text: '角色提示模板', link: '/runbooks/role-prompt-recipes' },
|
|
76
|
+
{ text: 'Claude 完整对话示例', link: '/runbooks/claude-end-to-end-conversation-example' },
|
|
77
|
+
{ text: 'Codex 完整对话示例', link: '/runbooks/codex-end-to-end-conversation-example' },
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
text: '角色操作手册',
|
|
82
|
+
collapsed: true,
|
|
83
|
+
items: [
|
|
84
|
+
{ text: '架构师日常', link: '/runbooks/architect-daily-operations' },
|
|
85
|
+
{ text: '后端工程师日常', link: '/runbooks/backend-engineer-daily-operations' },
|
|
86
|
+
{ text: '产品经理对话示例', link: '/runbooks/product-manager-clarification-conversation-example' },
|
|
87
|
+
{ text: '项目经理规划示例', link: '/runbooks/project-manager-planning-conversation-example' },
|
|
88
|
+
{ text: '架构师设计对话', link: '/runbooks/architect-design-conversation-example' },
|
|
89
|
+
{ text: 'QA 评审对话', link: '/runbooks/qa-review-conversation-example' },
|
|
90
|
+
{ text: 'DevOps 发布对话', link: '/runbooks/devops-release-conversation-example' },
|
|
91
|
+
{ text: 'Tech Lead 收口对话', link: '/runbooks/tech-lead-closure-conversation-example' },
|
|
92
|
+
],
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
text: '速查手册',
|
|
96
|
+
collapsed: true,
|
|
97
|
+
items: [
|
|
98
|
+
{ text: '前端 Bugfix 速查', link: '/runbooks/frontend-bugfix-one-page' },
|
|
99
|
+
{ text: '后端 API 交付速查', link: '/runbooks/backend-api-delivery-one-page' },
|
|
100
|
+
{ text: '发布收口速查', link: '/runbooks/release-closure-one-page' },
|
|
101
|
+
],
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
text: '平台能力',
|
|
105
|
+
collapsed: true,
|
|
106
|
+
items: [
|
|
107
|
+
{ text: '命令与能力矩阵', link: '/runbooks/command-and-capability-matrix' },
|
|
108
|
+
{ text: 'ECC Harness 使用', link: '/runbooks/ecc-harness-usage' },
|
|
109
|
+
{ text: '运行时能力概览', link: '/runbooks/runtime-capabilities-overview' },
|
|
110
|
+
{ text: 'Agent 治理', link: '/runbooks/agent-governance' },
|
|
111
|
+
{ text: 'Sub-agent 调用地图', link: '/runbooks/sub-agent-invocation-map' },
|
|
112
|
+
{ text: 'Handoff 治理', link: '/runbooks/handoff-governance' },
|
|
113
|
+
{ text: '错误经验库', link: '/runbooks/error-experience-usage' },
|
|
114
|
+
{ text: '并行执行', link: '/runbooks/parallel-execution-usage' },
|
|
115
|
+
{ text: '进化系统', link: '/runbooks/evolution-usage' },
|
|
116
|
+
{ text: 'Graphify 知识图谱', link: '/runbooks/graphify-knowledge-graph-usage' },
|
|
117
|
+
],
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
text: '工程实践',
|
|
121
|
+
collapsed: true,
|
|
122
|
+
items: [
|
|
123
|
+
{ text: 'Git PR 工作流', link: '/runbooks/git-pr-workflow' },
|
|
124
|
+
{ text: 'AI PR Review 自动化', link: '/runbooks/ai-pr-review-automation' },
|
|
125
|
+
{ text: '契约测试', link: '/runbooks/contract-testing-playbook' },
|
|
126
|
+
{ text: 'Helm 单元测试', link: '/runbooks/helm-unittest-playbook' },
|
|
127
|
+
{ text: '依赖更新自动化', link: '/runbooks/dependency-update-automation' },
|
|
128
|
+
{ text: 'Release Notes 自动化', link: '/runbooks/release-notes-automation' },
|
|
129
|
+
],
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
text: 'CI/CD 安全门禁',
|
|
133
|
+
collapsed: true,
|
|
134
|
+
items: [
|
|
135
|
+
{ text: 'CodeQL 安全门禁', link: '/runbooks/codeql-pr-security-gates' },
|
|
136
|
+
{ text: 'Secret Scanning', link: '/runbooks/secret-scanning-gates' },
|
|
137
|
+
{ text: 'Trivy 安全扫描', link: '/runbooks/trivy-security-gates' },
|
|
138
|
+
{ text: 'Checkov IaC 门禁', link: '/runbooks/checkov-iac-gates' },
|
|
139
|
+
{ text: 'API Lint 门禁', link: '/runbooks/api-lint-gates' },
|
|
140
|
+
{ text: 'API Breaking Change', link: '/runbooks/api-breaking-change-gates' },
|
|
141
|
+
{ text: 'Reviewdog PR 门禁', link: '/runbooks/reviewdog-pr-gates' },
|
|
142
|
+
{ text: 'Scorecard 供应链', link: '/runbooks/scorecard-supply-chain-gates' },
|
|
143
|
+
{ text: 'SBOM 生成', link: '/runbooks/sbom-generation-gates' },
|
|
144
|
+
{ text: 'Cosign 签名', link: '/runbooks/cosign-signing-gates' },
|
|
145
|
+
{ text: 'SLSA 验证', link: '/runbooks/slsa-verification-gates' },
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
text: '企业扩展',
|
|
150
|
+
collapsed: true,
|
|
151
|
+
items: [
|
|
152
|
+
{ text: '企业扩展快速开始', link: '/runbooks/enterprise-extension-quick-start' },
|
|
153
|
+
{ text: '公司技能集成', link: '/runbooks/company-skills-integration' },
|
|
154
|
+
{ text: '公司技能决策框架', link: '/runbooks/company-skills-decision-framework' },
|
|
155
|
+
{ text: '外部能力引入', link: '/runbooks/external-capability-intake' },
|
|
156
|
+
{ text: '企业标准映射', link: '/runbooks/enterprise-standards-mapping' },
|
|
157
|
+
],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
text: '历史档案',
|
|
161
|
+
collapsed: true,
|
|
162
|
+
items: [
|
|
163
|
+
{ text: '版本收口(2026-03-29)', link: '/runbooks/version-closure-2026-03-29' },
|
|
164
|
+
{ text: '平台能力演示剧本(历史)', link: '/runbooks/platform-capability-demo-script' },
|
|
165
|
+
{ text: '平台能力演示执行记录(历史)', link: '/runbooks/platform-capability-demo-execution-log' },
|
|
166
|
+
{ text: '平台迁移计划(历史)', link: '/plans/team-skills-platform-migration' },
|
|
167
|
+
],
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
|
|
172
|
+
search: {
|
|
173
|
+
provider: 'local',
|
|
174
|
+
},
|
|
175
|
+
|
|
176
|
+
socialLinks: [
|
|
177
|
+
{ icon: 'github', link: 'https://github.com/Colin4k1024/harness-engineering' },
|
|
178
|
+
],
|
|
179
|
+
|
|
180
|
+
footer: {
|
|
181
|
+
message: 'Released under the MIT License.',
|
|
182
|
+
copyright: '© 2026 Team Skills Platform',
|
|
183
|
+
},
|
|
184
|
+
|
|
185
|
+
outline: {
|
|
186
|
+
level: [2, 3],
|
|
187
|
+
label: '页面导航',
|
|
188
|
+
},
|
|
189
|
+
|
|
190
|
+
lastUpdated: {
|
|
191
|
+
text: '最后更新',
|
|
192
|
+
},
|
|
193
|
+
|
|
194
|
+
docFooter: {
|
|
195
|
+
prev: '上一页',
|
|
196
|
+
next: '下一页',
|
|
197
|
+
},
|
|
198
|
+
},
|
|
199
|
+
})
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: adr
|
|
3
|
+
task: doc-architecture-demo
|
|
4
|
+
date: 2026-04-01
|
|
5
|
+
role: architect
|
|
6
|
+
status: draft
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# ADR-001: Doc Architecture Integration
|
|
10
|
+
|
|
11
|
+
## 决策信息
|
|
12
|
+
- 编号:ADR-001
|
|
13
|
+
- 标题:将文档架构能力集成到 team 主链
|
|
14
|
+
- 状态:Accepted
|
|
15
|
+
- 决策日期:2026-04-01
|
|
16
|
+
- Owner:architect
|
|
17
|
+
|
|
18
|
+
## 背景与约束
|
|
19
|
+
- 背景:原能力存在独立文档目录习惯,当前平台要求统一 artifact 持久化。
|
|
20
|
+
- 约束:不得新增并行主命令,不得破坏角色边界。
|
|
21
|
+
|
|
22
|
+
## 备选方案
|
|
23
|
+
- 方案 A:新增 team-doc-architect 命令。
|
|
24
|
+
- 方案 B:角色内嵌 shared skill + 现有命令契约增强。
|
|
25
|
+
- 结论:采用方案 B。
|
|
26
|
+
|
|
27
|
+
## 决策结果
|
|
28
|
+
- 采用 `doc-architecture` shared skill。
|
|
29
|
+
- 通过 artifact-standards 与输出契约扩展保证落盘一致性。
|
|
30
|
+
- 回退思路:若复杂度过高,先仅在 tech-lead/architect 启用。
|
|
31
|
+
|
|
32
|
+
## 后续动作
|
|
33
|
+
- 在后续任务中持续验证主链闭环。
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: "2.3.0"
|
|
3
|
+
status: active
|
|
4
|
+
created: 2026-04-17
|
|
5
|
+
updated: 2026-04-18
|
|
6
|
+
owner: 工程团队
|
|
7
|
+
doc_tier: redirect
|
|
8
|
+
last_verified: 2026-04-18
|
|
9
|
+
source_of_truth:
|
|
10
|
+
- ../runbooks/claude-quick-start.md
|
|
11
|
+
- ../runbooks/codex-quick-start.md
|
|
12
|
+
- ../runbooks/project-onboarding.md
|
|
13
|
+
- ../runbooks/troubleshooting.md
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# 安装指南(入口页)
|
|
17
|
+
|
|
18
|
+
本页作为**薄入口**保留,不再承载安装细节。安装与排障的权威内容统一维护在 runbooks:
|
|
19
|
+
|
|
20
|
+
- Claude:[/runbooks/claude-quick-start](../runbooks/claude-quick-start.md)
|
|
21
|
+
- Codex:[/runbooks/codex-quick-start](../runbooks/codex-quick-start.md)
|
|
22
|
+
- Cursor:[/runbooks/cursor-quick-start](../runbooks/cursor-quick-start.md)
|
|
23
|
+
- OpenCode:[/runbooks/opencode-quick-start](../runbooks/opencode-quick-start.md)
|
|
24
|
+
- 项目接入:[/runbooks/project-onboarding](../runbooks/project-onboarding.md)
|
|
25
|
+
- 故障排查:[/runbooks/troubleshooting](../runbooks/troubleshooting.md)
|
|
26
|
+
|
|
27
|
+
## 最短路径
|
|
28
|
+
|
|
29
|
+
1. 选择目标平台 quick start。
|
|
30
|
+
2. 完成安装后先执行 `/team-help`。
|
|
31
|
+
3. 正式任务产出按 `artifact:persist` 写回项目仓库。
|
|
32
|
+
|
|
33
|
+
> 说明:为避免入口层双写漂移,本页不再维护版本 tarball、脚本细节与示例命令。
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: "2.3.0"
|
|
3
|
+
status: active
|
|
4
|
+
created: 2026-04-17
|
|
5
|
+
updated: 2026-04-18
|
|
6
|
+
owner: 工程团队
|
|
7
|
+
doc_tier: redirect
|
|
8
|
+
last_verified: 2026-04-18
|
|
9
|
+
source_of_truth:
|
|
10
|
+
- ../runbooks/team-skills-usage.md
|
|
11
|
+
- ../runbooks/command-and-capability-matrix.md
|
|
12
|
+
- ../runbooks/project-onboarding.md
|
|
13
|
+
- ../runbooks/troubleshooting.md
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# 用户指南(入口页)
|
|
17
|
+
|
|
18
|
+
本页作为**薄入口**保留,不再维护完整使用手册正文。权威内容统一在 runbooks:
|
|
19
|
+
|
|
20
|
+
- 主手册:[/runbooks/team-skills-usage](../runbooks/team-skills-usage.md)
|
|
21
|
+
- 命令矩阵:[/runbooks/command-and-capability-matrix](../runbooks/command-and-capability-matrix.md)
|
|
22
|
+
- 项目接入:[/runbooks/project-onboarding](../runbooks/project-onboarding.md)
|
|
23
|
+
- 故障排查:[/runbooks/troubleshooting](../runbooks/troubleshooting.md)
|
|
24
|
+
|
|
25
|
+
## 推荐阅读顺序
|
|
26
|
+
|
|
27
|
+
1. `/runbooks/command-and-capability-matrix`
|
|
28
|
+
2. `/runbooks/team-skills-usage`
|
|
29
|
+
3. `/runbooks/project-onboarding`
|
|
30
|
+
4. `/runbooks/troubleshooting`
|
|
31
|
+
|
|
32
|
+
## 主链入口提醒
|
|
33
|
+
|
|
34
|
+
无论从哪份手册进入,正式任务都建议先执行 `/team-help` 判断主链入口,再进入 `/team-intake` 或 `/quick`。
|
|
35
|
+
|
|
36
|
+
> 说明:本页不再维护重复命令清单与安装示例,避免与 runbooks 并行漂移。
|
package/docs/index.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: home
|
|
3
|
+
status: active
|
|
4
|
+
updated: 2026-04-17
|
|
5
|
+
owner: 工程团队
|
|
6
|
+
doc_tier: entry
|
|
7
|
+
last_verified: 2026-04-17
|
|
8
|
+
source_of_truth:
|
|
9
|
+
- ../README.md
|
|
10
|
+
- ../AGENTS.md
|
|
11
|
+
- ./runbooks/command-and-capability-matrix.md
|
|
12
|
+
|
|
13
|
+
hero:
|
|
14
|
+
name: Team Skills Platform
|
|
15
|
+
text: 角色化 AI 研发团队
|
|
16
|
+
tagline: 200+ Skills · 8 Roles · 多平台支持 — 内置 /team-help、brownfield 补齐与 story-sized execution
|
|
17
|
+
actions:
|
|
18
|
+
- theme: brand
|
|
19
|
+
text: 快速开始
|
|
20
|
+
link: /runbooks/claude-quick-start
|
|
21
|
+
- theme: alt
|
|
22
|
+
text: 用户指南
|
|
23
|
+
link: /runbooks/team-skills-usage
|
|
24
|
+
- theme: alt
|
|
25
|
+
text: GitHub
|
|
26
|
+
link: https://github.com/Colin4k1024/tsp
|
|
27
|
+
|
|
28
|
+
features:
|
|
29
|
+
- icon: 🧭
|
|
30
|
+
title: 单入口主链
|
|
31
|
+
details: 通过 /team-help 统一判断当前应该进入 intake、plan 还是先补 brownfield 文档、project context 与 readiness 证据,降低首次接入成本。
|
|
32
|
+
- icon: 👥
|
|
33
|
+
title: 角色化协作
|
|
34
|
+
details: Tech Lead 编排 + 产品、架构、前端、后端、测试、运维 8 个专业角色协作,每个角色有明确的职责边界和交接规则。
|
|
35
|
+
- icon: ⚡
|
|
36
|
+
title: 200+ AI Skills
|
|
37
|
+
details: 覆盖调试验证、编排效率、学习记忆、进化复用等多个维度,包含前端工程、后端模式、安全审查、TDD 等专项能力。
|
|
38
|
+
- icon: 🔧
|
|
39
|
+
title: 多平台支持
|
|
40
|
+
details: 一套定义,同时支持 Claude Code、Codex、Cursor、OpenCode 四个平台,通过 npx 一键安装。
|
|
41
|
+
- icon: 🏗️
|
|
42
|
+
title: ECC Harness Layer
|
|
43
|
+
details: Specialist agents、快捷命令、分层规则、运行时 hooks、上下文管理、成本追踪与持续学习等工程增强能力。
|
|
44
|
+
- icon: 🧩
|
|
45
|
+
title: BMAD 经验吸收
|
|
46
|
+
details: 已吸收 implementation-readiness、brownfield/document-project、Story Slice Plan 与阶段化 readiness gate,不额外引入第二套平行框架。
|
|
47
|
+
- icon: 🕸️
|
|
48
|
+
title: Graphify 可选能力
|
|
49
|
+
details: 提供 brownfield 结构扫描、依赖路径分析与架构问答证据,作为 `/team-*` 主链的可选补充而非替代引擎。
|
|
50
|
+
- icon: 🎨
|
|
51
|
+
title: 前端治理
|
|
52
|
+
details: React/Next 优先的工程规范 + UI/UX 设计知识库 + 强制质量门禁,从 intake 到 release 全链路覆盖。
|
|
53
|
+
- icon: 🏢
|
|
54
|
+
title: 企业级扩展
|
|
55
|
+
details: 支持公司领域 Skill 扩展、企业架构治理、组件基线、数据库/缓存规范,可对齐集团标准。
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## 文档生命周期字段
|
|
59
|
+
|
|
60
|
+
| 字段 | 值 | 说明 |
|
|
61
|
+
|------|----|------|
|
|
62
|
+
| `status` | `active` | 首页属于公开入口,作为文档导航首屏 |
|
|
63
|
+
| `doc_tier` | `entry` | 入口层文档;不承载与 runbooks 重复的细节说明 |
|
|
64
|
+
| `last_verified` | `2026-04-17` | 最近一次入口链路回归核对日期 |
|
|
65
|
+
| `source_of_truth` | `README.md`、`AGENTS.md`、`runbooks/command-and-capability-matrix.md` | 命令面与入口说明的权威来源 |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Backlog
|
|
2
|
+
|
|
3
|
+
## 2026-04-21 - Community adoption follow-up
|
|
4
|
+
|
|
5
|
+
The release-blocking open-source readiness gaps from this round are closed: public installer surface is aligned, support depth is now documented, CI enforces the declared doc/reference gates, and prebuilt binaries are treated as release/package artifacts instead of git-tracked assets.
|
|
6
|
+
|
|
7
|
+
Next follow-ups are now narrowly adoption-oriented:
|
|
8
|
+
|
|
9
|
+
- Add minimal quick-start stubs or examples for `antigravity`, `codebuddy`, `gemini`, `copilot`, `windsurf`, and `augment` if community usage warrants it.
|
|
10
|
+
- Keep the new `npm run release:health` summary and `open-source-release-checklist.md` aligned with future support-surface changes.
|