@laitszkin/apollo-toolkit 3.14.2 → 3.14.4
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/CHANGELOG.md +12 -0
- package/align-project-documents/SKILL.md +5 -9
- package/develop-new-features/SKILL.md +1 -1
- package/generate-spec/SKILL.md +1 -1
- package/generate-spec/references/templates/preparation.md +4 -22
- package/generate-spec/references/templates/tasks.md +4 -18
- package/init-project-html/SKILL.md +1 -1
- package/maintain-project-constraints/SKILL.md +1 -1
- package/package.json +1 -1
- package/review-spec-related-changes/SKILL.md +2 -2
- package/solve-issues-found-during-review/SKILL.md +1 -1
- package/update-project-html/SKILL.md +1 -1
- package/version-release/SKILL.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this repository are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [v3.14.4] - 2026-05-16
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Standardize spec template task numbering (P1.x/P2.x, T1.x/T2.x) and simplify SKILL.md description format across skill docs.
|
|
10
|
+
|
|
11
|
+
## [v3.14.3] - 2026-05-15
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Consistently use "並行調度 subagents" wording across 9 SKILL.md to clarify that subagents should be dispatched in parallel.
|
|
16
|
+
|
|
5
17
|
## [v3.14.2] - 2026-05-15
|
|
6
18
|
|
|
7
19
|
### Fixed
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: align-project-documents
|
|
3
|
-
description:
|
|
3
|
+
description: >-
|
|
4
|
+
提供標準化的文檔格式,用於協助維護項目文檔。
|
|
5
|
+
使用場景:更新、修改、重寫項目文檔。
|
|
4
6
|
---
|
|
5
7
|
|
|
6
8
|
## 目標
|
|
@@ -21,17 +23,11 @@ description: 整理及維護項目文檔。當你需要管理項目說明文檔
|
|
|
21
23
|
### 2. 比對repo及項目文檔
|
|
22
24
|
|
|
23
25
|
按照上一步建立的閱讀策略,全面搜索、查找整個repo,驗證並確保現有項目文檔的描述正確、無遺漏。
|
|
24
|
-
如果外部環境存在subagents
|
|
26
|
+
如果外部環境存在 subagents 功能,建議通過並行調度 subagents 完成對repo的閱讀。
|
|
25
27
|
|
|
26
28
|
### 3. 制定文檔更新策略
|
|
27
29
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## 範例
|
|
31
|
-
|
|
32
|
-
- "根據當前repo重建整套專案文檔。" -> "完整讀碼後重建三類標準文檔,清理舊文檔並同步刷新 `AGENTS.md` / `CLAUDE.md`。"
|
|
33
|
-
- "這個倉庫的 docs 很散,請重新對齊成統一結構。" -> "把可保留內容遷入 `docs/features/`、`docs/architecture/`、`docs/principles/`,移除重複或失效文件。"
|
|
34
|
-
- "我要的不是 README 小修,而是整個文檔體系重整。" -> "以全倉庫證據為基礎重建標準化文檔樹,而不是只修改單一說明文件。"
|
|
30
|
+
根據上一步找到的所有遺漏或項目文檔與實際代碼脫節之處,制定文檔更新策略。使用模板之中所規範的格式,重寫項目文檔,並移除除必要文檔(如 `CHANGELOG.md`, `CONTRIBUTION.md` )外的舊有說明文檔。
|
|
35
31
|
|
|
36
32
|
## 參考資料
|
|
37
33
|
- `references/templates/standardized-docs-template.md` - 三類文檔的目標結構、分類規則與清理檢查表。
|
|
@@ -21,7 +21,7 @@ description: 用於從零開始打造新專案。當你需要從零開始打造
|
|
|
21
21
|
### 2. 實作spec
|
|
22
22
|
|
|
23
23
|
在明確獲取用戶的同意之後,使用 `implement-specs` 技能實作spec。
|
|
24
|
-
如果spec是batch spec(存在多份spec),且外部環境允許使用subagents,建議使用 `implement-specs-with-subagents`
|
|
24
|
+
如果spec是batch spec(存在多份spec),且外部環境允許使用subagents,建議使用 `implement-specs-with-subagents` 技能並行調度 subagents 實作spec。
|
|
25
25
|
|
|
26
26
|
## 使用範例
|
|
27
27
|
|
package/generate-spec/SKILL.md
CHANGED
|
@@ -18,7 +18,7 @@ description: 當你需要將用戶模糊的複雜需求拆解成有嚴格實作
|
|
|
18
18
|
### 1. 理解用戶需求並閱讀repo
|
|
19
19
|
|
|
20
20
|
分析用戶需求,並在 repo 之中搜索、列出可能相關的內容。完成搜索之後,深入閱讀相關代碼,識別變更範圍。
|
|
21
|
-
如果外部環境存在 subagents
|
|
21
|
+
如果外部環境存在 subagents 功能,建議通過並行調度 subagents 來完成深入閱讀 repo 的任務。
|
|
22
22
|
|
|
23
23
|
### 2. 拆分用戶需求及設計業務架構
|
|
24
24
|
|
|
@@ -3,26 +3,16 @@
|
|
|
3
3
|
- Date: [YYYY-MM-DD]
|
|
4
4
|
- Batch: [batch_name]
|
|
5
5
|
|
|
6
|
-
## Preparation Goal
|
|
7
|
-
|
|
8
|
-
[Describe the smallest shared prerequisite state that must exist before member specs can be implemented in parallel. This must not implement core business logic or deliver the batch target outcome.]
|
|
9
|
-
|
|
10
|
-
- Why this exists: [why the batch cannot be parallelized without this prerequisite work]
|
|
11
|
-
- Core business boundary: [No core business logic or target outcome is implemented here]
|
|
12
|
-
- Depends on (specs): [[spec-name-1], [spec-name-2]]
|
|
13
|
-
- Parallel work starts after: [commit / verification / approval of this preparation]
|
|
14
|
-
- Out of scope: [member-spec implementation work that must remain in spec files]
|
|
15
|
-
|
|
16
6
|
## **Task P1: [Preparation Task Title]**
|
|
17
7
|
|
|
18
8
|
Purpose: [why this prerequisite is required before parallel work]
|
|
19
9
|
Scope: [files/modules this task may touch]
|
|
20
10
|
Out of scope: [core business logic, target outcome, member-spec behavior]
|
|
21
11
|
|
|
22
|
-
- P1. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
12
|
+
- P1.1 [ ] **[file/function]** — **[specific modification; expected output]**
|
|
23
13
|
- Verify: [command/check/manual inspection]
|
|
24
14
|
|
|
25
|
-
-
|
|
15
|
+
- P1.2 [ ] **[file/function]** — **[specific modification; expected output]**
|
|
26
16
|
- Verify: [command/check/manual inspection]
|
|
27
17
|
|
|
28
18
|
## **Task P2: [Preparation Task Title]**
|
|
@@ -31,10 +21,10 @@ Purpose: [why this prerequisite is required before parallel work]
|
|
|
31
21
|
Scope: [files/modules this task may touch]
|
|
32
22
|
Out of scope: [core business logic, target outcome, member-spec behavior]
|
|
33
23
|
|
|
34
|
-
-
|
|
24
|
+
- P2.1 [ ] **[file/function]** — **[specific modification; expected output]**
|
|
35
25
|
- Verify: [command/check/manual inspection]
|
|
36
26
|
|
|
37
|
-
- P2. [ ] **[file/function]** — **[specific modification; expected output]**
|
|
27
|
+
- P2.2 [ ] **[file/function]** — **[specific modification; expected output]**
|
|
38
28
|
- Verify: [command/check/manual inspection]
|
|
39
29
|
|
|
40
30
|
## Validation
|
|
@@ -42,11 +32,3 @@ Out of scope: [core business logic, target outcome, member-spec behavior]
|
|
|
42
32
|
- Verification required: [commands/checks before subagents start]
|
|
43
33
|
- Expected results: [what proves the prepared baseline is usable]
|
|
44
34
|
- Regression risks covered: [risk IDs or behavior slices]
|
|
45
|
-
|
|
46
|
-
## Handoff
|
|
47
|
-
|
|
48
|
-
- Preparation commit required before parallel work: [Yes / No]
|
|
49
|
-
- Member specs assume: [prepared baseline assumptions]
|
|
50
|
-
- Member specs must not change: [prepared surfaces now frozen or additive-only]
|
|
51
|
-
- Member specs own all business behavior: [Yes]
|
|
52
|
-
- If preparation changes later: [stop and re-coordinate rule]
|
|
@@ -10,10 +10,10 @@ Requirements: [R1.x]
|
|
|
10
10
|
Scope: [files/modules/functions this task may touch]
|
|
11
11
|
Out of scope: [files/modules/behaviors this task must not change]
|
|
12
12
|
|
|
13
|
-
- 1
|
|
13
|
+
- T1.1 [ ] **[file/function]** — **[specific modification to make; expected outcome]**
|
|
14
14
|
- Verify: [focused command/check/manual inspection; drift check ref if applicable]
|
|
15
15
|
|
|
16
|
-
- 2
|
|
16
|
+
- T1.2 [ ] **[file/function]** — **[specific modification to make; expected outcome]**
|
|
17
17
|
- Verify: [focused command/check/manual inspection; drift check ref if applicable]
|
|
18
18
|
|
|
19
19
|
## **Task 2: [Task Title]**
|
|
@@ -23,22 +23,8 @@ Requirements: [R2.x]
|
|
|
23
23
|
Scope: [files/modules/functions this task may touch]
|
|
24
24
|
Out of scope: [files/modules/behaviors this task must not change]
|
|
25
25
|
|
|
26
|
-
- 1
|
|
26
|
+
- T2.1 [ ] **[file/function]** — **[specific modification to make; expected outcome]**
|
|
27
27
|
- Verify: [focused command/check/manual inspection; drift check ref if applicable]
|
|
28
28
|
|
|
29
|
-
- 2
|
|
29
|
+
- T2.2 [ ] **[file/function]** — **[specific modification to make; expected outcome]**
|
|
30
30
|
- Verify: [focused command/check/manual inspection; drift check ref if applicable]
|
|
31
|
-
|
|
32
|
-
## Notes
|
|
33
|
-
- **Layering:** **`design.md`** / **`contract.md`** are **guiding context** only (architecture + external truth). **`tasks.md` is the sole numbered, file-level execution queue**—do not expect design/contract to re-list its checkboxes.
|
|
34
|
-
- When drafting, derive task order and scope from **`spec.md`** + **`design.md`** + **`contract.md`**; optionally cite **`INT-###` / `EXT-###`** on rows those anchors constrain.
|
|
35
|
-
- Task order reflects implementation sequence.
|
|
36
|
-
- Every task must map back to `spec.md` requirement IDs.
|
|
37
|
-
- Treat `tasks.md` as an implementation queue, not a summary.
|
|
38
|
-
- Each item must include the exact file path (or function/module), the specific change, and a concrete verification step — vague items are forbidden.
|
|
39
|
-
- Each checkbox is atomic: one verb, one file/function, one change outcome, one verification hook.
|
|
40
|
-
- Use `N.x [ ]` for sub-items only when a parent item needs further breakdown.
|
|
41
|
-
- Split tasks that exceed 3 files or span multiple behavior slices.
|
|
42
|
-
- Use `$test-case-strategy` for drift checks before implementation.
|
|
43
|
-
- After execution, update `[x]` for done, `[ ]` for pending.
|
|
44
|
-
- Remove all `[...]` placeholder text after filling.
|
|
@@ -16,7 +16,7 @@ description: 當你需要為項目初始化架構圖時,使用此技能。
|
|
|
16
16
|
### 1. 閱讀並理解代碼庫
|
|
17
17
|
|
|
18
18
|
按照功能模塊的定義,全面檢索並將代碼庫拆分為單個或多個功能模塊。接著,開始對功能模塊下的子模塊進行識別及深度閱讀。
|
|
19
|
-
如果外部環境允許使用 subagents
|
|
19
|
+
如果外部環境允許使用 subagents ,建議並行調度 subagents,並為每一個功能模塊分配一個 subagent 進行深度閱讀,要求 subagents 完整列出:
|
|
20
20
|
- 該功能模塊與其他功能模塊之間是否存在交互;如有,如何交互。
|
|
21
21
|
- 該功能模塊內部存在哪些子模塊,這些子模塊之間如何交互並實現功能模塊的功能。
|
|
22
22
|
- 該功能模塊及下屬子模塊的資料流、錯誤處理。
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ description: 當你需要審查規格文檔相關變更時,調用此技能
|
|
|
16
16
|
### 1. 建立審查範圍
|
|
17
17
|
|
|
18
18
|
閱讀用戶指定的 spec ,並按照 spec 之中定義的實作範圍,檢索並閱讀相關代碼。
|
|
19
|
-
如果外部環境允許使用 subagents
|
|
19
|
+
如果外部環境允許使用 subagents,建議通過並行調度 subagents 完成代碼的深度閱讀。
|
|
20
20
|
|
|
21
21
|
### 2. 進行多維度審查
|
|
22
22
|
|
|
@@ -29,7 +29,7 @@ description: 當你需要審查規格文檔相關變更時,調用此技能
|
|
|
29
29
|
- 無性能隱患
|
|
30
30
|
|
|
31
31
|
如果有代碼違反了上述6個原則,將他們紀錄在案。
|
|
32
|
-
如果外部環境允許使用 subagents
|
|
32
|
+
如果外部環境允許使用 subagents,建議通過並行調度 subagents 完成對代碼的多維度審查,每一個 subagent 審查一個維度。
|
|
33
33
|
|
|
34
34
|
### 3. 生成 code review report
|
|
35
35
|
|
|
@@ -16,7 +16,7 @@ description: 當你需要修復 code review report 之中發現的問題時,
|
|
|
16
16
|
### 1. 完整閱讀 code review report
|
|
17
17
|
|
|
18
18
|
完整閱讀 code review report,並深入閱讀相關受影響代碼,理解建議修復方案。
|
|
19
|
-
如果外部環境允許使用 subagents
|
|
19
|
+
如果外部環境允許使用 subagents,建議通過並行調度 subagents 完成對代碼的深度閱讀。
|
|
20
20
|
|
|
21
21
|
### 2. 修復發現的問題
|
|
22
22
|
|
package/version-release/SKILL.md
CHANGED
|
@@ -21,7 +21,7 @@ description: 當你需要協助用戶完成版本發佈時,使用這個技能
|
|
|
21
21
|
### 2. 更新項目文檔狀態
|
|
22
22
|
|
|
23
23
|
完整閱讀上一次發佈版本至今的所有變更,並檢查文檔之中的表述是否存在錯誤或遺漏。如有,使用 `align-project-documents`, `maintain-project-constraints` 這兩個技能將所有項目文檔同步到最新狀態。
|
|
24
|
-
如果外部環境允許使用 subagents
|
|
24
|
+
如果外部環境允許使用 subagents,建議通過並行調度 subagents 完成變更的逐行深度閱讀。
|
|
25
25
|
|
|
26
26
|
### 3. 發佈版本
|
|
27
27
|
|