@infinitedusky/indusk-mcp 1.19.1 → 1.20.0
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/package.json +1 -1
- package/skills/planner.md +6 -0
package/package.json
CHANGED
package/skills/planner.md
CHANGED
|
@@ -202,6 +202,12 @@ status: proposed | accepted | deprecated | superseded | abandoned
|
|
|
202
202
|
|
|
203
203
|
# {Title}
|
|
204
204
|
|
|
205
|
+
## Goal
|
|
206
|
+
|
|
207
|
+
**{One sentence. The headline outcome, in plain language. What will be true when this ADR's decisions ship that isn't true today.}**
|
|
208
|
+
|
|
209
|
+
{One short paragraph — 2-4 sentences — grounding the goal in concrete user-visible terms. Name at least one specific current failure this fixes, so a reader arriving cold can tell what problem the rest of the ADR is solving. The Y-statement below formalizes the decision; this section lets a reader skim the headline without hunting through seven clauses first.}
|
|
210
|
+
|
|
205
211
|
## Y-Statement
|
|
206
212
|
|
|
207
213
|
**In the context of:**
|