@windyroad/agent-plugins 0.1.6-preview.268 → 0.1.6-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 +19 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,11 +32,29 @@ Restart Claude Code after installing. Type `/wr-` to see all available skills.
|
|
|
32
32
|
| `voice-tone` | Voice and tone review for user-facing copy |
|
|
33
33
|
| `style-guide` | Style guide review for CSS and UI components |
|
|
34
34
|
| `jtbd` | Jobs-to-be-done review for UI changes |
|
|
35
|
-
| `
|
|
35
|
+
| `itil` | ITIL-aligned problem and incident management |
|
|
36
36
|
| `retrospective` | Session retrospectives |
|
|
37
|
+
| `connect` | Cross-repo agent collaboration via Discord (experimental) |
|
|
37
38
|
| `c4` | C4 architecture diagram generation |
|
|
38
39
|
| `wardley` | Wardley Map generation |
|
|
39
40
|
|
|
41
|
+
## Jobs to be Done
|
|
42
|
+
|
|
43
|
+
This meta-installer is the front door for the suite. It serves the [Jobs to be Done](../../docs/jtbd/) below; per [ADR-051](../../docs/decisions/051-jtbd-anchored-readme-with-drift-advisory.proposed.md) the JTBD anchor is the canonical source of truth for the README's value framing.
|
|
44
|
+
|
|
45
|
+
### Solo developer
|
|
46
|
+
|
|
47
|
+
- **[JTBD-003 Compose Only the Guardrails I Need](../../docs/jtbd/solo-developer/JTBD-003-compose-guardrails.proposed.md)** — `--plugin <name> [<name> ...]` selects exactly the guardrails the project needs without forcing the whole suite.
|
|
48
|
+
- **[JTBD-007 Keep Plugins Current Across Projects](../../docs/jtbd/solo-developer/JTBD-007-keep-plugins-current.proposed.md)** — `--update` refreshes every installed `@windyroad/*` plugin in one command, addressing plugin-version drift across sibling projects (the persona's named pain point).
|
|
49
|
+
|
|
50
|
+
### Plugin developer
|
|
51
|
+
|
|
52
|
+
- **[JTBD-101 Extend the Suite with New Plugins](../../docs/jtbd/plugin-developer/JTBD-101-extend-suite.proposed.md)** — the meta-installer's package list is the canonical inventory contributors register a new plugin against.
|
|
53
|
+
|
|
54
|
+
### Plugin user
|
|
55
|
+
|
|
56
|
+
- **[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.
|
|
57
|
+
|
|
40
58
|
## Updating
|
|
41
59
|
|
|
42
60
|
```bash
|
package/package.json
CHANGED