@captain_z/zsk-skills 1.6.0 → 1.6.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.
@@ -50,9 +50,9 @@ Use this stage after independent `verify` has passed and the product/business ow
50
50
  - Updated spec/design/task documentation feedback or explicit no-update rationale.
51
51
  - Archive readiness or rejection route.
52
52
 
53
- ## Installed Harness Contract
53
+ ## Harness Contract
54
54
 
55
- This core skill is generated from root `skills/acceptance/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
55
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
56
56
 
57
57
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
58
58
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -62,6 +62,7 @@ This core skill is generated from root `skills/acceptance/SKILL.md` and is gover
62
62
 
63
63
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
64
64
 
65
+ - Read `harness/THIS_SKILL.md` before executing this skill.
65
66
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
66
67
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
67
68
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/archive/SKILL.md CHANGED
@@ -45,9 +45,9 @@ Use this stage to close an accepted iteration. Archive preserves the evidence tr
45
45
  - Optional learning proposals.
46
46
  - Final issue and evidence index.
47
47
 
48
- ## Installed Harness Contract
48
+ ## Harness Contract
49
49
 
50
- This core skill is generated from root `skills/archive/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
50
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
51
51
 
52
52
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
53
53
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -57,6 +57,7 @@ This core skill is generated from root `skills/archive/SKILL.md` and is governed
57
57
 
58
58
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
59
59
 
60
+ - Read `harness/THIS_SKILL.md` before executing this skill.
60
61
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
61
62
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
62
63
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/coding/SKILL.md CHANGED
@@ -46,9 +46,9 @@ Use this stage when tasks are approved and the next step is implementation. Codi
46
46
  - Test/evidence notes.
47
47
  - Blocker or ready-for-smoke status.
48
48
 
49
- ## Installed Harness Contract
49
+ ## Harness Contract
50
50
 
51
- This core skill is generated from root `skills/coding/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
51
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
52
52
 
53
53
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
54
54
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -58,6 +58,7 @@ This core skill is generated from root `skills/coding/SKILL.md` and is governed
58
58
 
59
59
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
60
60
 
61
+ - Read `harness/THIS_SKILL.md` before executing this skill.
61
62
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
62
63
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
63
64
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/commit/SKILL.md CHANGED
@@ -43,9 +43,9 @@ Use this stage only after smoke and review gates pass. Commit prepares a reviewa
43
43
  - `commit-evidence` with staged files, message intent, and tests.
44
44
  - Commit-ready or blocked status.
45
45
 
46
- ## Installed Harness Contract
46
+ ## Harness Contract
47
47
 
48
- This core skill is generated from root `skills/commit/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
48
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
49
49
 
50
50
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
51
51
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -55,6 +55,7 @@ This core skill is generated from root `skills/commit/SKILL.md` and is governed
55
55
 
56
56
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
57
57
 
58
+ - Read `harness/THIS_SKILL.md` before executing this skill.
58
59
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
59
60
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
60
61
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/defect/SKILL.md CHANGED
@@ -48,9 +48,9 @@ Use this stage after demo handoff when formal QA reports issues. It keeps QA fin
48
48
  - Updated issue summary.
49
49
  - Documentation Feedback or learning proposal when the issue exposes a reusable process gap.
50
50
 
51
- ## Installed Harness Contract
51
+ ## Harness Contract
52
52
 
53
- This core skill is generated from root `skills/defect/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
53
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
54
54
 
55
55
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
56
56
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -60,6 +60,7 @@ This core skill is generated from root `skills/defect/SKILL.md` and is governed
60
60
 
61
61
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
62
62
 
63
+ - Read `harness/THIS_SKILL.md` before executing this skill.
63
64
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
64
65
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
65
66
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/demo/SKILL.md CHANGED
@@ -176,9 +176,9 @@ Pause is recoverable. Terminate is terminal for the session but does not mean re
176
176
 
177
177
  Normalize manual, script, Playwright, Browser Use, and Computer Use evidence into the same demo report and issue taxonomy.
178
178
 
179
- ## Installed Harness Contract
179
+ ## Harness Contract
180
180
 
181
- This core skill is generated from root `skills/demo/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
181
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
182
182
 
183
183
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
184
184
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -188,6 +188,7 @@ This core skill is generated from root `skills/demo/SKILL.md` and is governed by
188
188
 
189
189
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
190
190
 
191
+ - Read `harness/THIS_SKILL.md` before executing this skill.
191
192
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
192
193
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
193
194
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/deploy/SKILL.md CHANGED
@@ -44,9 +44,9 @@ Use this stage to publish a reviewed change to a configured non-production or de
44
44
  - Runtime evidence and rollback note.
45
45
  - Demo-ready or blocked status.
46
46
 
47
- ## Installed Harness Contract
47
+ ## Harness Contract
48
48
 
49
- This core skill is generated from root `skills/deploy/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
49
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
50
50
 
51
51
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
52
52
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -56,6 +56,7 @@ This core skill is generated from root `skills/deploy/SKILL.md` and is governed
56
56
 
57
57
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
58
58
 
59
+ - Read `harness/THIS_SKILL.md` before executing this skill.
59
60
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
60
61
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
61
62
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/design/SKILL.md CHANGED
@@ -58,9 +58,9 @@ Prefer user-facing locators (`getByRole`, `getByLabel`, `getByPlaceholder`, `get
58
58
  - Locator/scenario strategy when UI-visible.
59
59
  - Task-ready implementation map and risks.
60
60
 
61
- ## Installed Harness Contract
61
+ ## Harness Contract
62
62
 
63
- This core skill is generated from root `skills/design/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
63
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
64
64
 
65
65
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
66
66
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -70,6 +70,7 @@ This core skill is generated from root `skills/design/SKILL.md` and is governed
70
70
 
71
71
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
72
72
 
73
+ - Read `harness/THIS_SKILL.md` before executing this skill.
73
74
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
74
75
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
75
76
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/dispatch/SKILL.md CHANGED
@@ -127,9 +127,9 @@ Next action: <invoke skill or create issue/blocker>
127
127
 
128
128
  Do not continue into implementation unless the selected skill is `coding` and its prerequisites are already satisfied.
129
129
 
130
- ## Installed Harness Contract
130
+ ## Harness Contract
131
131
 
132
- This core skill is generated from root `skills/dispatch/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
132
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
133
133
 
134
134
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
135
135
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -139,6 +139,7 @@ This core skill is generated from root `skills/dispatch/SKILL.md` and is governe
139
139
 
140
140
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
141
141
 
142
+ - Read `harness/THIS_SKILL.md` before executing this skill.
142
143
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
143
144
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
144
145
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/flow/SKILL.md CHANGED
@@ -73,9 +73,9 @@ Return:
73
73
  - exact skill to use next
74
74
  - evidence required to pass the gate
75
75
 
76
- ## Installed Harness Contract
76
+ ## Harness Contract
77
77
 
78
- This core skill is generated from root `skills/flow/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
78
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
79
79
 
80
80
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
81
81
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -85,6 +85,7 @@ This core skill is generated from root `skills/flow/SKILL.md` and is governed by
85
85
 
86
86
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
87
87
 
88
+ - Read `harness/THIS_SKILL.md` before executing this skill.
88
89
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
89
90
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
90
91
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/issue/SKILL.md CHANGED
@@ -69,9 +69,9 @@ Issue records are durable project artifacts. They must be written under the conf
69
69
  - Root-cause note, fix route, feedback target, and regression guard.
70
70
  - Documentation feedback updates after verified and confirmed resolution.
71
71
 
72
- ## Installed Harness Contract
72
+ ## Harness Contract
73
73
 
74
- This core skill is generated from root `skills/issue/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
74
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
75
75
 
76
76
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
77
77
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -81,6 +81,7 @@ This core skill is generated from root `skills/issue/SKILL.md` and is governed b
81
81
 
82
82
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
83
83
 
84
+ - Read `harness/THIS_SKILL.md` before executing this skill.
84
85
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
85
86
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
86
87
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captain_z/zsk-skills",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "ZNorth Standard Kit — core harness-first skill content package",
5
5
  "license": "MIT",
6
6
  "files": [
package/prepare/SKILL.md CHANGED
@@ -67,9 +67,9 @@ Use this stage immediately after `zsk init` or when a module lacks trustworthy u
67
67
  - Evidence of commands/tools used to acquire or validate resources.
68
68
  - Next legal stage recommendation: usually `proposal` or `spec`, otherwise blocked.
69
69
 
70
- ## Installed Harness Contract
70
+ ## Harness Contract
71
71
 
72
- This core skill is generated from root `skills/prepare/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
72
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
73
73
 
74
74
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
75
75
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -79,6 +79,7 @@ This core skill is generated from root `skills/prepare/SKILL.md` and is governed
79
79
 
80
80
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
81
81
 
82
+ - Read `harness/THIS_SKILL.md` before executing this skill.
82
83
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
83
84
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
84
85
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/proposal/SKILL.md CHANGED
@@ -46,9 +46,9 @@ Use this stage to frame the change before writing a behavioral spec. Proposal de
46
46
  - Resource gaps and open questions.
47
47
  - Pass/block status for `spec`.
48
48
 
49
- ## Installed Harness Contract
49
+ ## Harness Contract
50
50
 
51
- This core skill is generated from root `skills/proposal/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
51
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
52
52
 
53
53
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
54
54
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -58,6 +58,7 @@ This core skill is generated from root `skills/proposal/SKILL.md` and is governe
58
58
 
59
59
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
60
60
 
61
+ - Read `harness/THIS_SKILL.md` before executing this skill.
61
62
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
62
63
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
63
64
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/ready/SKILL.md CHANGED
@@ -44,9 +44,9 @@ Use this stage when development believes linked issues are fixed and an independ
44
44
  - Issue-to-evidence matrix.
45
45
  - Verify entry instructions.
46
46
 
47
- ## Installed Harness Contract
47
+ ## Harness Contract
48
48
 
49
- This core skill is generated from root `skills/ready/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
49
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
50
50
 
51
51
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
52
52
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -56,6 +56,7 @@ This core skill is generated from root `skills/ready/SKILL.md` and is governed b
56
56
 
57
57
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
58
58
 
59
+ - Read `harness/THIS_SKILL.md` before executing this skill.
59
60
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
60
61
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
61
62
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/review/SKILL.md CHANGED
@@ -193,9 +193,9 @@ Learning proposals:
193
193
 
194
194
  Record review issues through `issue` using the review issue type/path. Do not move to verify until `FAIL` and `BLOCKED` items are resolved or explicitly waived by the harness gate.
195
195
 
196
- ## Installed Harness Contract
196
+ ## Harness Contract
197
197
 
198
- This core skill is generated from root `skills/review/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
198
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
199
199
 
200
200
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
201
201
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -205,6 +205,7 @@ This core skill is generated from root `skills/review/SKILL.md` and is governed
205
205
 
206
206
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
207
207
 
208
+ - Read `harness/THIS_SKILL.md` before executing this skill.
208
209
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
209
210
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
210
211
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/smoke/SKILL.md CHANGED
@@ -50,9 +50,9 @@ Use this stage after coding and before review. Smoke is the developer-owned proo
50
50
  - Runtime evidence.
51
51
  - Pass/fail route to `review` or `coding`.
52
52
 
53
- ## Installed Harness Contract
53
+ ## Harness Contract
54
54
 
55
- This core skill is generated from root `skills/smoke/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
55
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
56
56
 
57
57
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
58
58
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -62,6 +62,7 @@ This core skill is generated from root `skills/smoke/SKILL.md` and is governed b
62
62
 
63
63
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
64
64
 
65
+ - Read `harness/THIS_SKILL.md` before executing this skill.
65
66
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
66
67
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
67
68
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/spec/SKILL.md CHANGED
@@ -58,9 +58,9 @@ Do not write brittle selectors in spec. Save locator strategy for design.
58
58
  - Scenario contracts and resource gap list.
59
59
  - Design-ready behavioral contract.
60
60
 
61
- ## Installed Harness Contract
61
+ ## Harness Contract
62
62
 
63
- This core skill is generated from root `skills/spec/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
63
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
64
64
 
65
65
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
66
66
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -70,6 +70,7 @@ This core skill is generated from root `skills/spec/SKILL.md` and is governed by
70
70
 
71
71
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
72
72
 
73
+ - Read `harness/THIS_SKILL.md` before executing this skill.
73
74
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
74
75
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
75
76
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/task/SKILL.md CHANGED
@@ -65,9 +65,9 @@ The result should be a reviewable Playwright spec skeleton, not an unreviewed fi
65
65
  - FR/AC coverage matrix.
66
66
  - Playwright case skeletons or documented non-UI reason.
67
67
 
68
- ## Installed Harness Contract
68
+ ## Harness Contract
69
69
 
70
- This core skill is generated from root `skills/task/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
70
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
71
71
 
72
72
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
73
73
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -77,6 +77,7 @@ This core skill is generated from root `skills/task/SKILL.md` and is governed by
77
77
 
78
78
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
79
79
 
80
+ - Read `harness/THIS_SKILL.md` before executing this skill.
80
81
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
81
82
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
82
83
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.
package/verify/SKILL.md CHANGED
@@ -50,9 +50,9 @@ Use this stage for independent verification of fixes and acceptance criteria. Ve
50
50
  - Acceptance-ready or fix-route status.
51
51
  - Updated persisted issue status and documentation feedback target.
52
52
 
53
- ## Installed Harness Contract
53
+ ## Harness Contract
54
54
 
55
- This core skill is generated from root `skills/verify/SKILL.md` and is governed by the zsk harness. Enforce these rules even when the full harness files are not present in the target:
55
+ This core skill is governed by the ZSK harness. Enforce these rules even when only this `SKILL.md` is visible:
56
56
 
57
57
  - Stage gates: do not skip required inputs, illegal transitions, blockers, or evidence checks.
58
58
  - Evidence rules: no PASS / DONE / READY claim without linked command, artifact, issue, scenario, or human decision evidence.
@@ -62,6 +62,7 @@ This core skill is generated from root `skills/verify/SKILL.md` and is governed
62
62
 
63
63
  When a `harness/` directory is installed beside this file, treat it as the local contract source:
64
64
 
65
+ - Read `harness/THIS_SKILL.md` before executing this skill.
65
66
  - Read `harness/workflow/skill-io-contract.yaml` for this skill's required inputs, outputs, tools, and capabilities.
66
67
  - Read `harness/workflow/state-machine.yaml` and `harness/constraints/stage-gates.md` before moving between stages.
67
68
  - Read `harness/constraints/evidence-rules.md` and `harness/workflow/completion-contract.yaml` before claiming READY / PASS / DONE.