@@ -22,14 +22,14 @@ It owns:
2222- rendered artifact shape and renderer expectations
2323- maintenance rules for the scorecard artifact directory
2424
25- Treat ` docs/kevinslin/ maturity-scorecard/ ` as an artifact root maintained by
25+ Treat ` docs/maturity-scorecard/ ` as an artifact root maintained by
2626this skill. That includes:
2727
28- - ` docs/kevinslin/ maturity-scorecard/README.md `
29- - ` docs/kevinslin/ maturity-scorecard/taxonomy.md `
30- - ` docs/kevinslin/ maturity-scorecard/taxonomy-outline.md `
31- - ` docs/kevinslin/ maturity-scorecard/maturity-scorecard.md `
32- - ` docs/kevinslin/ maturity-scorecard/inventory/** `
28+ - ` docs/maturity-scorecard/README.md `
29+ - ` docs/maturity-scorecard/taxonomy.md `
30+ - ` docs/maturity-scorecard/taxonomy-outline.md `
31+ - ` docs/maturity-scorecard/maturity-scorecard.md `
32+ - ` docs/maturity-scorecard/inventory/** `
3333
3434Treat archived surfaces and historical artifacts under
3535` /Users/kevinlin/tmp/maturity ` as out of scope. Do not edit, regenerate, or
@@ -45,13 +45,13 @@ Discord archive evidence scope for this skill is intentionally narrow:
4545Keep the separation of concerns tight:
4646
4747- Put all operational scoring instructions in this skill.
48- - Keep ` docs/kevinslin/ maturity-scorecard/README.md ` human-facing only:
48+ - Keep ` docs/maturity-scorecard/README.md ` human-facing only:
4949 canonical source pointers, file roles, artifact contract, and regeneration
5050 commands.
5151- Do not split scoring policy, validation rules, or workflow steps across both
5252 this skill and the human-facing ` README.md ` .
5353- When this skill changes artifact layout, ownership, or regeneration rules,
54- check ` docs/kevinslin/ maturity-scorecard/README.md ` and update it in the same
54+ check ` docs/maturity-scorecard/README.md ` and update it in the same
5555 change if needed so it continues to describe the outputs accurately.
5656
5757## Inputs
@@ -66,13 +66,13 @@ OpenClaw maintainer default:
6666- Taxonomy path:
6767 ` .agents/skills/claw-score/taxonomy.yaml ` .
6868- Scorecard path:
69- ` docs/kevinslin/ maturity-scorecard/maturity-scorecard.md ` .
69+ ` docs/maturity-scorecard/maturity-scorecard.md ` .
7070- Taxonomy doc path:
71- ` docs/kevinslin/ maturity-scorecard/taxonomy.md ` .
71+ ` docs/maturity-scorecard/taxonomy.md ` .
7272- Taxonomy outline path:
73- ` docs/kevinslin/ maturity-scorecard/taxonomy-outline.md ` .
73+ ` docs/maturity-scorecard/taxonomy-outline.md ` .
7474- Report root:
75- ` docs/kevinslin/ maturity-scorecard/<artifact-root>/<surface-slug>/ ` , where
75+ ` docs/maturity-scorecard/<artifact-root>/<surface-slug>/ ` , where
7676 ` <artifact-root>/<surface-slug> ` is derived from the taxonomy surface id as
7777 ` inventory/<surface-id>/ ` . Active work currently means ` inventory/ ` ; archived
7878 surfaces are marked with ` archived: true ` and skipped by normal render and
@@ -90,7 +90,7 @@ Default output names:
9090Command working directory:
9191
9292- Run shell commands from the repository root that contains both
93- ` docs/kevinslin/ maturity-scorecard/ ` and ` .agents/skills/claw-score/ ` .
93+ ` docs/maturity-scorecard/ ` and ` .agents/skills/claw-score/ ` .
9494- Script paths in commands are repository-root-relative. Template paths such as
9595 ` ./references/category-note-template.md ` are skill-directory-relative.
9696
@@ -205,12 +205,12 @@ Other YAML files used by this skill live in two places:
205205 state, and ` last_score_run ` .
206206- ` /Users/kevinlin/tmp/maturity/taxonomy.yaml ` : archive copy for the other
207207 surfaces that are temporarily out of the active in-repo taxonomy scope.
208- - ` docs/kevinslin/ maturity-scorecard/taxonomy.md ` : rendered Markdown reference
208+ - ` docs/maturity-scorecard/taxonomy.md ` : rendered Markdown reference
209209 view of the taxonomy source, including surface inventory and per-surface
210210 category metadata.
211- - ` docs/kevinslin/ maturity-scorecard/taxonomy-outline.md ` : rendered Markdown
211+ - ` docs/maturity-scorecard/taxonomy-outline.md ` : rendered Markdown
212212 outline of active surfaces grouped by family, generated from taxonomy.
213- - ` docs/kevinslin/ maturity-scorecard/<artifact-root>/<surface-slug>/scores.yaml ` :
213+ - ` docs/maturity-scorecard/<artifact-root>/<surface-slug>/scores.yaml ` :
214214 rendered per-surface score source for category Coverage, Quality,
215215 Completeness, and row identity (` name ` and ` category_note ` ). It does not
216216 duplicate taxonomy-owned ` features ` , ` docs ` , ` search_anchors ` ,
@@ -224,7 +224,7 @@ Archived surfaces note:
224224 live at ` /Users/kevinlin/tmp/maturity ` .
225225
226226Example output shape: the Gateway audit uses
227- ` docs/kevinslin/ maturity-scorecard/inventory/<surface-id>/report.md `
227+ ` docs/maturity-scorecard/inventory/<surface-id>/report.md `
228228plus one note per category in the same surface directory.
229229
230230## Methods
@@ -250,7 +250,7 @@ plus one note per category in the same surface directory.
250250
251251## Output Contract
252252
253- - One human-facing ` docs/kevinslin/ maturity-scorecard/README.md ` that points
253+ - One human-facing ` docs/maturity-scorecard/README.md ` that points
254254 back to this skill, the taxonomy source, and the rendered artifact roles
255255 without restating the scoring workflow in full.
256256- One rendered taxonomy reference Markdown file from the taxonomy YAML.
@@ -279,7 +279,7 @@ plus one note per category in the same surface directory.
279279- Markdown rollups, matrix Coverage, matrix Quality, matrix Completeness, and
280280 matrix LTS rendered from the YAML score source plus taxonomy category
281281 ` human_lts_override ` .
282- - ` docs/kevinslin/ maturity-scorecard/LTS.md ` , taxonomy
282+ - ` docs/maturity-scorecard/LTS.md ` , taxonomy
283283 ` human_lts_override ` , and every rendered surface-report matrix LTS column
284284 must stay synchronized. Run ` validate_lts_sync.py ` after any LTS-affecting
285285 taxonomy, score, report, or ` LTS.md ` edit.
0 commit comments