@windyroad/itil 0.24.1-preview.270 → 0.24.1-preview.273
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 +47 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,7 +62,53 @@ See [ADR-011](../../docs/decisions/011-manage-incident-skill.proposed.md) for th
|
|
|
62
62
|
|
|
63
63
|
| Hook | Trigger | What it does |
|
|
64
64
|
|------|---------|-------------|
|
|
65
|
-
| `check-deps.sh` | Session start | Verifies that `wr-risk-scorer` is installed |
|
|
65
|
+
| `bin/check-deps.sh` | Session start | Verifies that `wr-risk-scorer` is installed |
|
|
66
|
+
| `itil-assistant-output-gate.sh` | Every prompt | Detects classes of assistant output (e.g. prose-asks vs `AskUserQuestion`) that indicate ITIL-discipline regressions |
|
|
67
|
+
| `itil-correction-detect.sh` | Every prompt | Surfaces strong-signal user corrections (FFS / DO NOT / contradictions) and offers a problem ticket capture per P078 |
|
|
68
|
+
| `itil-runtime-sid-marker.sh` | Bash, Edit, Write, Read | Records per-session ID for runtime instrumentation (ADR-050) |
|
|
69
|
+
| `manage-problem-enforce-create.sh` | Write | Blocks creation of `docs/problems/*.md` outside the `/wr-itil:manage-problem` workflow |
|
|
70
|
+
| `itil-claude-space-protection.sh` | Write, Edit | Prevents project-generated artefacts from being written under `.claude/` (P131) |
|
|
71
|
+
| `p057-staging-trap-detect.sh` | Bash | Detects the P057 staging trap during ticket transitions |
|
|
72
|
+
| `pre-publish-intake-gate.sh` | Bash | Blocks `npm publish` when downstream OSS intake scaffolding is missing (ADR-036) |
|
|
73
|
+
| `itil-changeset-discipline.sh` | Bash | Gates `git commit` on changeset coverage for source-package changes (P141) |
|
|
74
|
+
| `itil-assistant-output-review.sh` | Stop | Reviews assistant output at session end for ITIL-discipline patterns |
|
|
75
|
+
|
|
76
|
+
## Skills
|
|
77
|
+
|
|
78
|
+
| Skill | Purpose |
|
|
79
|
+
|-------|---------|
|
|
80
|
+
| `/wr-itil:manage-problem` | Create, update, and close problem tickets through the Open → Known Error → Verifying → Closed lifecycle |
|
|
81
|
+
| `/wr-itil:work-problem` | Pick the highest-WSJF actionable ticket and work it to completion |
|
|
82
|
+
| `/wr-itil:work-problems` | AFK orchestrator — batch-work the problem backlog by WSJF priority while the user is away |
|
|
83
|
+
| `/wr-itil:list-problems` | Read-only display of the open and known-error backlog sorted by WSJF |
|
|
84
|
+
| `/wr-itil:transition-problem` / `/wr-itil:transition-problems` | Advance one or many tickets through the lifecycle |
|
|
85
|
+
| `/wr-itil:review-problems` | Re-rate every open and known-error ticket and refresh the WSJF ranking |
|
|
86
|
+
| `/wr-itil:reconcile-readme` | Detect and correct drift between `docs/problems/README.md` and on-disk ticket inventory |
|
|
87
|
+
| `/wr-itil:report-upstream` | Report a local problem as a structured issue against an upstream repository (ADR-024) |
|
|
88
|
+
| `/wr-itil:manage-incident` | Declare, triage, mitigate, and close an incident with evidence-first discipline |
|
|
89
|
+
| `/wr-itil:list-incidents` | Read-only display of active incidents by severity |
|
|
90
|
+
| `/wr-itil:mitigate-incident` / `/wr-itil:restore-incident` / `/wr-itil:close-incident` / `/wr-itil:link-incident` | Incident lifecycle transitions (ADR-011) |
|
|
91
|
+
| `/wr-itil:scaffold-intake` | Scaffold OSS intake surfaces (`.github/ISSUE_TEMPLATE/`, `SECURITY.md`, `SUPPORT.md`, `CONTRIBUTING.md`) for downstream adopters (ADR-036) |
|
|
92
|
+
|
|
93
|
+
## Jobs to be Done
|
|
94
|
+
|
|
95
|
+
This plugin serves the [Jobs to be Done](../../docs/jtbd/) below. Per [ADR-051](../../docs/decisions/051-jtbd-anchored-readme-with-drift-advisory.proposed.md), the persona-grouped JTBD anchor is the canonical source of truth for the README's value framing.
|
|
96
|
+
|
|
97
|
+
### Plugin user
|
|
98
|
+
|
|
99
|
+
- **[JTBD-301 Report a Problem Without Pre-Classifying It](../../docs/jtbd/plugin-user/JTBD-301-report-problem-without-pre-classifying.proposed.md)** — adopters who hit a problem with an installed `@windyroad/*` plugin describe what they observed; `/wr-itil:scaffold-intake` provisions the intake template downstream so triage decides the category, not the reporter.
|
|
100
|
+
|
|
101
|
+
### Tech lead / consultant
|
|
102
|
+
|
|
103
|
+
- **[JTBD-201 Restore Service Fast with an Audit Trail](../../docs/jtbd/tech-lead/JTBD-201-restore-service-fast.proposed.md)** — the manage-incident skill carries an evidence-first lifecycle (investigating → mitigating → restored → closed), with handoff to manage-problem for the root-cause work.
|
|
104
|
+
|
|
105
|
+
### Solo developer
|
|
106
|
+
|
|
107
|
+
- **[JTBD-006 Progress the Backlog While I'm Away](../../docs/jtbd/solo-developer/JTBD-006-work-backlog-afk.proposed.md)** — `/wr-itil:work-problems` is the AFK orchestrator that loops through the WSJF-ranked backlog, working tickets without interactive input until quota or a stop condition fires.
|
|
108
|
+
|
|
109
|
+
### Plugin user (currency anchor)
|
|
110
|
+
|
|
111
|
+
- **[JTBD-302 Trust That the README Describes the Plugin I Just Installed](../../docs/jtbd/plugin-user/JTBD-302-trust-readme-describes-installed-behaviour.proposed.md)** — this README is anchored on current JTBD job IDs; drift between prose and shipped behaviour is detectable at retro time per ADR-051.
|
|
66
112
|
|
|
67
113
|
## Updating and Uninstalling
|
|
68
114
|
|
package/package.json
CHANGED