Skip to content

Commit b666b06

Browse files
committed
fix: remove Superpowers skill dependencies
1 parent e912544 commit b666b06

15 files changed

Lines changed: 50 additions & 35 deletions

.agents/plugins/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"source": {
1010
"source": "local",
1111
"path": "./plugins/tfd",
12-
"version": "3.4.0"
12+
"version": "3.4.1"
1313
},
1414
"policy": {
1515
"installation": "AVAILABLE",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable public changes to Team First Development are documented here.
44

55
## Unreleased
66

7+
## 3.4.1 - 2026-08-05
8+
9+
- Remove all Superpowers Skill bindings from TFD documentation and example
10+
profiles; allow an explicit empty `skills` list when a member needs no extra
11+
working-method Skill.
12+
713
## 3.4.0 - 2026-08-05
814

915
- Make the Coordinator decompose a `TEAM` outcome into the minimum useful

README-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Team First Development(TFD)是一套选择性使用的 Codex 团队开发方法。它通过
88
目标对齐、模型与职责匹配、聚焦上下文和独立审核,改善一个边界明确的开发结果。
99

10-
当前源码版本为 `3.4.0`。是否已发布以 `v3.4.0` 标签和 GitHub Release 为准;
10+
当前源码版本为 `3.4.1`。是否已发布以 `v3.4.1` 标签和 GitHub Release 为准;
1111
本地检出本身不能证明已经安装、部署或发布。
1212

1313
## 使用
@@ -80,12 +80,12 @@ agency_role: backend-architect
8080
runtime: codex_thread
8181
model: gpt-5.3-codex-spark
8282
reasoning_effort: high
83-
skills:
84-
- superpowers:test-driven-development
83+
skills: []
8584
```
8685
8786
`agency_role` 是可选的冻结方法来源,与 Runtime 和模型相互独立。TFD 不安装或
88-
运行 agency-agents,不同步人物卡,也不批量导入角色。
87+
运行 agency-agents,不同步人物卡,也不批量导入角色。`skills` 可以为空;列出
88+
的每个 Skill 都必须以精确名称安装在本地。
8989

9090
| Runtime | 执行入口 | 用户可见行为 |
9191
| --- | --- | --- |
@@ -210,7 +210,7 @@ Wiki 存在后,最终交付只记录一个 `delivery` activity,不再创建
210210
推送、打标签、发布、部署、对外消息、破坏性清理、特权命令、付费动作或扩大
211211
范围;这些动作继续遵循各自的正常审批边界。
212212

213-
本地检出目录中的版本号本身不能证明已经安装或部署。请以 `v3.4.0` 标签和
213+
本地检出目录中的版本号本身不能证明已经安装或部署。请以 `v3.4.1` 标签和
214214
GitHub Release 作为发布证据。
215215

216216
## 仓库结构

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Team First Development (TFD) is a selective Codex team-development method.
88
It improves a bounded development result through alignment, model-role fit,
99
focused context, and independent review.
1010

11-
This source tree is version `3.4.0`. The `v3.4.0` tag and GitHub Release are
11+
This source tree is version `3.4.1`. The `v3.4.1` tag and GitHub Release are
1212
the publication evidence; a local checkout alone does not prove installation,
1313
deployment, or publication.
1414

@@ -87,13 +87,13 @@ agency_role: backend-architect
8787
runtime: codex_thread
8888
model: gpt-5.3-codex-spark
8989
reasoning_effort: high
90-
skills:
91-
- superpowers:test-driven-development
90+
skills: []
9291
```
9392
9493
`agency_role` is optional frozen method provenance, independent from Runtime
9594
and model. TFD does not install or run agency-agents, synchronize personas, or
96-
bulk-import roles.
95+
bulk-import roles. `skills` may be empty; every listed Skill must be installed
96+
locally under its exact name.
9797

9898
| Runtime | Execution surface | User-visible behavior |
9999
| --- | --- | --- |
@@ -247,7 +247,7 @@ commands, paid actions, or scope expansion. Each keeps its normal approval
247247
boundary.
248248

249249
A version in a local checkout does not by itself prove installation or
250-
deployment. Use the `v3.4.0` tag and GitHub Release as publication evidence.
250+
deployment. Use the `v3.4.1` tag and GitHub Release as publication evidence.
251251

252252
## Repository layout
253253

docs/superpowers/plans/2026-07-28-tfd-slimming-implementation-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TFD YAML Teams Implementation Plan
22

3-
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
3+
> Execute this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
44
55
**Goal:** Replace the SQLite candidate with one session-first TFD Skill that
66
reads project-local YAML teams, requires exact-team confirmation before team
@@ -210,15 +210,15 @@ display_name: Alice
210210
responsibility: Implement the agreed product scope
211211
expected_output: A runnable and verified result
212212
model: gpt-5.6-sol
213-
skills: [superpowers:test-driven-development]
213+
skills: []
214214
agency_role: backend-architect
215215

216216
# product-team/members/bob.yaml
217217
display_name: Bob
218218
responsibility: Independently review the delivered candidate
219219
expected_output: A PASS, BLOCKER, or UNVERIFIED verdict with evidence
220220
model: gpt-5.6-sol
221-
skills: [superpowers:verification-before-completion]
221+
skills: []
222222
agency_role: code-reviewer
223223
```
224224

docs/superpowers/plans/2026-07-30-tfd-team-wiki-implementation-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TFD Team Wiki Implementation Plan
22

3-
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
3+
> Execute this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
44
55
**Goal:** Add a per-team, Git-native LLM Wiki to TFD v3 with exact
66
proposal-confirmation gates, immutable sources, recorded queries, bounded work

docs/superpowers/plans/2026-07-31-tfd-member-runtime-implementation-plan.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TFD Member Runtime Implementation Plan
22

3-
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
3+
> Execute this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
44
55
**Goal:** Let each TFD member declare one exact Codex Runtime and model while preserving v3's lightweight confirmation, evidence, and compatibility boundaries.
66

@@ -106,8 +106,7 @@ agency_role: backend-architect
106106
runtime: codex_thread
107107
model: gpt-5.3-codex-spark
108108
reasoning_effort: high
109-
skills:
110-
- superpowers:test-driven-development
109+
skills: []
111110
```
112111
113112
Make Bob demonstrate the compatible spawn path:
@@ -119,8 +118,7 @@ expected_output: A PASS, BLOCKER, or UNVERIFIED verdict with evidence
119118
agency_role: code-reviewer
120119
runtime: codex_spawn
121120
model: gpt-5.6-sol
122-
skills:
123-
- superpowers:verification-before-completion
121+
skills: []
124122
```
125123
126124
Do not add a third example member only to demonstrate `codex_exec`; the Skill

docs/superpowers/specs/2026-07-28-tfd-slimming-design.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ display_name: Alice
8282
responsibility: Implement the agreed product scope
8383
expected_output: A runnable and verified result
8484
model: gpt-5.6-sol
85-
skills:
86-
- superpowers:test-driven-development
85+
skills: []
8786
agency_role: backend-architect
8887
```
8988

docs/superpowers/specs/2026-07-31-tfd-member-runtime-design.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ agency_role: backend-architect
5757
runtime: codex_thread
5858
model: gpt-5.3-codex-spark
5959
reasoning_effort: high
60-
skills:
61-
- superpowers:test-driven-development
60+
skills: []
6261
```
6362
6463
Required fields for profiles authored or edited by v3.2 are:

plugins/tfd/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfd",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Session-first development with Coordinator-decomposed workstreams, YAML team profiles, member-selected Codex Runtimes, a progressively loaded engineering contract, and a per-team Markdown Team Wiki.",
55
"author": {
66
"name": "Howe829",

0 commit comments

Comments
 (0)