harnessed 3.3.1 → 3.4.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.
- package/README.md +207 -198
- package/dist/cli.mjs +471 -140
- 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 +64 -0
- package/workflows/disciplines/language.yaml +33 -13
- package/workflows/discuss/phase/SKILL.md +8 -0
- package/workflows/discuss/strategic/SKILL.md +8 -0
- package/workflows/discuss/subtask/SKILL.md +8 -0
- package/workflows/plan/architecture/SKILL.md +8 -0
- package/workflows/plan/phase/SKILL.md +8 -0
- package/workflows/retro/SKILL.md +8 -0
- package/workflows/task/clarify/SKILL.md +8 -0
- package/workflows/task/code/SKILL.md +8 -0
- package/workflows/task/deliver/SKILL.md +8 -0
- package/workflows/task/test/SKILL.md +8 -0
- package/workflows/verify/code-review/SKILL.md +8 -0
- package/workflows/verify/design/SKILL.md +8 -0
- package/workflows/verify/multispec/SKILL.md +8 -0
- package/workflows/verify/paranoid/SKILL.md +8 -0
- package/workflows/verify/progress/SKILL.md +8 -0
- package/workflows/verify/qa/SKILL.md +8 -0
- package/workflows/verify/security/SKILL.md +8 -0
- package/workflows/verify/simplify/SKILL.md +8 -0
|
@@ -70,6 +70,14 @@ 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 the rendered cmd above is the bare `/superpowers-brainstorming` accompanied by a `⚠️ ... not installed`
|
|
78
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
79
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
80
|
+
|
|
73
81
|
## References
|
|
74
82
|
|
|
75
83
|
- D-09 — L0 Discipline Substrate always-on (6 disciplines)
|
|
@@ -76,6 +76,14 @@ 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 the rendered cmd above is the bare `/planning-with-files` accompanied by a `⚠️ ... not installed`
|
|
84
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
85
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
86
|
+
|
|
79
87
|
## References
|
|
80
88
|
|
|
81
89
|
- D-09 — L0 Discipline Substrate always-on (karpathy 心法 4 条 cross-cutting)
|
|
@@ -98,6 +98,14 @@ 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 the rendered cmd above is the bare `/ralph-loop` accompanied by a `⚠️ ... not installed`
|
|
106
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
107
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
108
|
+
|
|
101
109
|
## References
|
|
102
110
|
|
|
103
111
|
- D-09 — L0 Discipline Substrate always-on (6 disciplines)
|
|
@@ -79,6 +79,14 @@ 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 the rendered cmd above is the bare `/tdd` accompanied by a `⚠️ ... not installed`
|
|
87
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
88
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
89
|
+
|
|
82
90
|
## References
|
|
83
91
|
|
|
84
92
|
- D-09 — L0 Discipline Substrate always-on
|
|
@@ -58,6 +58,14 @@ 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 the rendered cmd above is the bare `/code-review` accompanied by a `⚠️ ... not installed`
|
|
66
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
67
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
68
|
+
|
|
61
69
|
## References
|
|
62
70
|
|
|
63
71
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -61,6 +61,14 @@ 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 the rendered cmd above is the bare `/gstack-design-review` accompanied by a `⚠️ ... not installed`
|
|
69
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
70
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
71
|
+
|
|
64
72
|
## References
|
|
65
73
|
|
|
66
74
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -74,6 +74,14 @@ 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 the rendered cmd above is the bare `/agent-teams-create` accompanied by a `⚠️ ... not installed`
|
|
82
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
83
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
84
|
+
|
|
77
85
|
## References
|
|
78
86
|
|
|
79
87
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -60,6 +60,14 @@ 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 the rendered cmd above is the bare `/review` accompanied by a `⚠️ ... not installed`
|
|
68
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
69
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
70
|
+
|
|
63
71
|
## References
|
|
64
72
|
|
|
65
73
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -56,6 +56,14 @@ 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 the rendered cmd above is the bare `/gsd-verify-work` accompanied by a `⚠️ ... not installed`
|
|
64
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
65
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
66
|
+
|
|
59
67
|
## References
|
|
60
68
|
|
|
61
69
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -62,6 +62,14 @@ 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 the rendered cmd above is the bare `/gstack-qa` accompanied by a `⚠️ ... not installed`
|
|
70
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
71
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
72
|
+
|
|
65
73
|
## References
|
|
66
74
|
|
|
67
75
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -57,6 +57,14 @@ 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 the rendered cmd above is the bare `/gstack-cso` accompanied by a `⚠️ ... not installed`
|
|
65
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
66
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
67
|
+
|
|
60
68
|
## References
|
|
61
69
|
|
|
62
70
|
- D-04 Stage ④ Verify 7 sub 分解
|
|
@@ -57,6 +57,14 @@ 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 the rendered cmd above is the bare `/code-simplifier` accompanied by a `⚠️ ... not installed`
|
|
65
|
+
warning from `harnessed setup`, install the missing plugin first then re-run
|
|
66
|
+
`harnessed setup` to re-render this SKILL.md with the full namespaced cmd.)
|
|
67
|
+
|
|
60
68
|
## References
|
|
61
69
|
|
|
62
70
|
- D-04 Stage ④ Verify 7 sub 分解
|