harnessed 3.4.0 → 3.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 +2 -2
- package/dist/cli.mjs +193 -2
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/workflows/capabilities.yaml +146 -7
- package/workflows/discuss/phase/SKILL.md +11 -0
- package/workflows/discuss/strategic/SKILL.md +11 -0
- package/workflows/discuss/subtask/SKILL.md +11 -0
- package/workflows/plan/architecture/SKILL.md +11 -0
- package/workflows/plan/phase/SKILL.md +11 -0
- package/workflows/retro/SKILL.md +11 -0
- package/workflows/task/clarify/SKILL.md +11 -0
- package/workflows/task/code/SKILL.md +11 -0
- package/workflows/task/deliver/SKILL.md +11 -0
- package/workflows/task/test/SKILL.md +11 -0
- package/workflows/verify/code-review/SKILL.md +11 -0
- package/workflows/verify/design/SKILL.md +11 -0
- package/workflows/verify/multispec/SKILL.md +11 -0
- package/workflows/verify/paranoid/SKILL.md +11 -0
- package/workflows/verify/progress/SKILL.md +11 -0
- package/workflows/verify/qa/SKILL.md +11 -0
- package/workflows/verify/security/SKILL.md +11 -0
- package/workflows/verify/simplify/SKILL.md +11 -0
|
@@ -55,6 +55,17 @@ reframe)。
|
|
|
55
55
|
- `progress.md` — phase 进度跟踪 + cross-session 恢复
|
|
56
56
|
- (`findings.md` 由 discuss-* sub-workflow 产出, 此处不重复)
|
|
57
57
|
|
|
58
|
+
## How to invoke
|
|
59
|
+
|
|
60
|
+
Use the SlashCommand tool to run: `{{ capabilities.gsd-plan-phase.cmd }}`
|
|
61
|
+
|
|
62
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
63
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
64
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
65
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
66
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
67
|
+
this SKILL.md and clear the warning.)
|
|
68
|
+
|
|
58
69
|
## References
|
|
59
70
|
|
|
60
71
|
- D-04 Stage ② Plan 二层 (架构 / 计划)
|
package/workflows/retro/SKILL.md
CHANGED
|
@@ -57,6 +57,17 @@ harnessed retro --milestone <name> --dry-run --non-interactive
|
|
|
57
57
|
harnessed retro --milestone <name> --apply
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
## How to invoke
|
|
61
|
+
|
|
62
|
+
Use the SlashCommand tool to run: `{{ capabilities.retro-gstack.cmd }}`
|
|
63
|
+
|
|
64
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
65
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
66
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
67
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
68
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
69
|
+
this SKILL.md and clear the warning.)
|
|
70
|
+
|
|
60
71
|
## References
|
|
61
72
|
|
|
62
73
|
- D-04 NEW v3 standalone workflow (research v3 bump + retro NEW)
|
|
@@ -70,6 +70,17 @@ The `trigger_phrases:` frontmatter is active after `harnessed setup` copies this
|
|
|
70
70
|
SKILL.md to `~/.claude/skills/task-clarify/` — Claude Code then loads the slash
|
|
71
71
|
command `/task-clarify` automatically (Gap B fix — sister v1.0.2 mechanism).
|
|
72
72
|
|
|
73
|
+
## How to invoke
|
|
74
|
+
|
|
75
|
+
Use the SlashCommand tool to run: `{{ capabilities.superpowers-brainstorming.cmd }}`
|
|
76
|
+
|
|
77
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
78
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
79
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
80
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
81
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
82
|
+
this SKILL.md and clear the warning.)
|
|
83
|
+
|
|
73
84
|
## References
|
|
74
85
|
|
|
75
86
|
- D-09 — L0 Discipline Substrate always-on (6 disciplines)
|
|
@@ -76,6 +76,17 @@ The `trigger_phrases:` frontmatter is active after `harnessed setup` copies this
|
|
|
76
76
|
SKILL.md to `~/.claude/skills/task-code/` — Claude Code then loads the slash
|
|
77
77
|
command `/task-code` automatically (Gap B fix — sister v1.0.2 mechanism).
|
|
78
78
|
|
|
79
|
+
## How to invoke
|
|
80
|
+
|
|
81
|
+
Use the SlashCommand tool to run: `{{ capabilities.planning-with-files.cmd }}`
|
|
82
|
+
|
|
83
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
84
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
85
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
86
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
87
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
88
|
+
this SKILL.md and clear the warning.)
|
|
89
|
+
|
|
79
90
|
## References
|
|
80
91
|
|
|
81
92
|
- D-09 — L0 Discipline Substrate always-on (karpathy 心法 4 条 cross-cutting)
|
|
@@ -98,6 +98,17 @@ The `trigger_phrases:` frontmatter is active after `harnessed setup` copies this
|
|
|
98
98
|
SKILL.md to `~/.claude/skills/task-deliver/` — Claude Code then loads the slash
|
|
99
99
|
command `/task-deliver` automatically (Gap B fix — sister v1.0.2 mechanism).
|
|
100
100
|
|
|
101
|
+
## How to invoke
|
|
102
|
+
|
|
103
|
+
Use the SlashCommand tool to run: `{{ capabilities.ralph-loop.cmd }}`
|
|
104
|
+
|
|
105
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
106
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
107
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
108
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
109
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
110
|
+
this SKILL.md and clear the warning.)
|
|
111
|
+
|
|
101
112
|
## References
|
|
102
113
|
|
|
103
114
|
- D-09 — L0 Discipline Substrate always-on (6 disciplines)
|
|
@@ -79,6 +79,17 @@ The `trigger_phrases:` frontmatter is active after `harnessed setup` copies this
|
|
|
79
79
|
SKILL.md to `~/.claude/skills/task-test/` — Claude Code then loads the slash
|
|
80
80
|
command `/task-test` automatically (Gap B fix — sister v1.0.2 mechanism).
|
|
81
81
|
|
|
82
|
+
## How to invoke
|
|
83
|
+
|
|
84
|
+
Use the SlashCommand tool to run: `{{ capabilities.tdd.cmd }}`
|
|
85
|
+
|
|
86
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
87
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
88
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
89
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
90
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
91
|
+
this SKILL.md and clear the warning.)
|
|
92
|
+
|
|
82
93
|
## References
|
|
83
94
|
|
|
84
95
|
- D-09 — L0 Discipline Substrate always-on
|
|
@@ -58,6 +58,17 @@ harnessed verify-code-review --phase <num> --dry-run --non-interactive
|
|
|
58
58
|
harnessed verify-code-review --phase <num> --apply
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+
## How to invoke
|
|
62
|
+
|
|
63
|
+
Use the SlashCommand tool to run: `{{ capabilities.code-review.cmd }}`
|
|
64
|
+
|
|
65
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
66
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
67
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
68
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
69
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
70
|
+
this SKILL.md and clear the warning.)
|
|
71
|
+
|
|
61
72
|
## References
|
|
62
73
|
|
|
63
74
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -61,6 +61,17 @@ harnessed verify-design --phase <num> --dry-run --non-interactive
|
|
|
61
61
|
harnessed verify-design --phase <num> --apply
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
+
## How to invoke
|
|
65
|
+
|
|
66
|
+
Use the SlashCommand tool to run: `{{ capabilities.gstack-design-review.cmd }}`
|
|
67
|
+
|
|
68
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
69
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
70
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
71
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
72
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
73
|
+
this SKILL.md and clear the warning.)
|
|
74
|
+
|
|
64
75
|
## References
|
|
65
76
|
|
|
66
77
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -74,6 +74,17 @@ harnessed verify-multispec --phase <num> --dry-run --non-interactive
|
|
|
74
74
|
harnessed verify-multispec --phase <num> --apply
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
+
## How to invoke
|
|
78
|
+
|
|
79
|
+
Use the SlashCommand tool to run: `{{ capabilities.agent-teams-create.cmd }}`
|
|
80
|
+
|
|
81
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
82
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
83
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
84
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
85
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
86
|
+
this SKILL.md and clear the warning.)
|
|
87
|
+
|
|
77
88
|
## References
|
|
78
89
|
|
|
79
90
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -60,6 +60,17 @@ harnessed verify-paranoid --phase <num> --dry-run --non-interactive
|
|
|
60
60
|
harnessed verify-paranoid --phase <num> --apply
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
+
## How to invoke
|
|
64
|
+
|
|
65
|
+
Use the SlashCommand tool to run: `{{ capabilities.gstack-review.cmd }}`
|
|
66
|
+
|
|
67
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
68
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
69
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
70
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
71
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
72
|
+
this SKILL.md and clear the warning.)
|
|
73
|
+
|
|
63
74
|
## References
|
|
64
75
|
|
|
65
76
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -56,6 +56,17 @@ harnessed verify-progress --phase <num> --dry-run --non-interactive
|
|
|
56
56
|
harnessed verify-progress --phase <num> --apply
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
## How to invoke
|
|
60
|
+
|
|
61
|
+
Use the SlashCommand tool to run: `{{ capabilities.gsd-verify-work.cmd }}`
|
|
62
|
+
|
|
63
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
64
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
65
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
66
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
67
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
68
|
+
this SKILL.md and clear the warning.)
|
|
69
|
+
|
|
59
70
|
## References
|
|
60
71
|
|
|
61
72
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -62,6 +62,17 @@ harnessed verify-qa --phase <num> --dry-run --non-interactive
|
|
|
62
62
|
harnessed verify-qa --phase <num> --apply
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
## How to invoke
|
|
66
|
+
|
|
67
|
+
Use the SlashCommand tool to run: `{{ capabilities.gstack-qa.cmd }}`
|
|
68
|
+
|
|
69
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
70
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
71
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
72
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
73
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
74
|
+
this SKILL.md and clear the warning.)
|
|
75
|
+
|
|
65
76
|
## References
|
|
66
77
|
|
|
67
78
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -57,6 +57,17 @@ harnessed verify-security --phase <num> --dry-run --non-interactive
|
|
|
57
57
|
harnessed verify-security --phase <num> --apply
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
## How to invoke
|
|
61
|
+
|
|
62
|
+
Use the SlashCommand tool to run: `{{ capabilities.gstack-cso.cmd }}`
|
|
63
|
+
|
|
64
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
65
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
66
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
67
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
68
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
69
|
+
this SKILL.md and clear the warning.)
|
|
70
|
+
|
|
60
71
|
## References
|
|
61
72
|
|
|
62
73
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -57,6 +57,17 @@ harnessed verify-simplify --phase <num> --dry-run --non-interactive
|
|
|
57
57
|
harnessed verify-simplify --phase <num> --apply
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
## How to invoke
|
|
61
|
+
|
|
62
|
+
Use the SlashCommand tool to run: `{{ capabilities.code-simplifier.cmd }}`
|
|
63
|
+
|
|
64
|
+
(If a `⚠️ ... not installed` warning was printed by `harnessed setup`, the backing
|
|
65
|
+
capability is missing on disk. Install it (`claude plugin install <name>` for
|
|
66
|
+
plugins, or follow the official install instructions for user-skills — e.g. for
|
|
67
|
+
gstack: `git clone https://github.com/garrytan/gstack.git ~/.claude/skills/gstack` then
|
|
68
|
+
`cd ~/.claude/skills/gstack && ./setup`), then re-run `harnessed setup` to re-render
|
|
69
|
+
this SKILL.md and clear the warning.)
|
|
70
|
+
|
|
60
71
|
## References
|
|
61
72
|
|
|
62
73
|
- D-04 Stage ④ Verify 7 sub 分解
|