harnessed 3.4.0 → 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 +2 -2
- package/dist/cli.mjs +139 -1
- 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/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
|
@@ -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 分解
|