@windyroad/wardley 0.1.4-preview.268 → 0.1.4-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 +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,22 @@ Restart Claude Code after installing.
|
|
|
32
32
|
|
|
33
33
|
Analyses your codebase to identify components, their relationships, and their evolutionary stage, then produces the map and analysis.
|
|
34
34
|
|
|
35
|
+
## Jobs to be Done
|
|
36
|
+
|
|
37
|
+
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.
|
|
38
|
+
|
|
39
|
+
### Tech lead / consultant
|
|
40
|
+
|
|
41
|
+
- **[JTBD-202 Run Pre-Flight Governance Checks Before Release or Handover](../../docs/jtbd/tech-lead/JTBD-202-pre-flight-governance-check.proposed.md)** — a fresh Wardley Map is a strategic-readiness signal attachable to a release note or handover doc; the analysis surfaces commodity-vs-genesis components and their evolutionary stage.
|
|
42
|
+
|
|
43
|
+
### Plugin developer
|
|
44
|
+
|
|
45
|
+
- **[JTBD-101 Extend the Suite with New Plugins](../../docs/jtbd/plugin-developer/JTBD-101-extend-suite.proposed.md)** — generated Wardley Maps give contributors a value-chain mental model of the suite without reverse-engineering from source.
|
|
46
|
+
|
|
47
|
+
### Plugin user
|
|
48
|
+
|
|
49
|
+
- **[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.
|
|
50
|
+
|
|
35
51
|
## Updating and Uninstalling
|
|
36
52
|
|
|
37
53
|
```bash
|