@slamb2k/mad-skills 2.0.33 → 2.0.34
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/.claude-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/manifest.json +2 -2
- package/skills/ship/SKILL.md +24 -0
package/package.json
CHANGED
package/skills/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-03-13T08:
|
|
2
|
+
"generated": "2026-03-13T08:44:12.749Z",
|
|
3
3
|
"count": 10,
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"name": "ship",
|
|
77
77
|
"directory": "ship",
|
|
78
78
|
"description": "\"Ship changes through the full PR lifecycle. Use after completing feature work to commit, push, create PR, wait for checks, and merge. Handles the entire workflow: syncs with main, creates feature branch if needed, groups commits logically with semantic messages, creates detailed PR, monitors CI, fixes issues, squash merges, and cleans up. Invoke when work is ready to ship.\"",
|
|
79
|
-
"lines":
|
|
79
|
+
"lines": 412,
|
|
80
80
|
"hasScripts": false,
|
|
81
81
|
"hasReferences": true,
|
|
82
82
|
"hasAssets": false,
|
package/skills/ship/SKILL.md
CHANGED
|
@@ -357,6 +357,24 @@ Parse LAND_REPORT.
|
|
|
357
357
|
|
|
358
358
|
---
|
|
359
359
|
|
|
360
|
+
## What's Next?
|
|
361
|
+
|
|
362
|
+
After a successful merge, determine what work comes next by checking these
|
|
363
|
+
sources (in priority order):
|
|
364
|
+
|
|
365
|
+
1. **Active tasks** — check `TaskList` for any in-progress or pending tasks
|
|
366
|
+
in the current session
|
|
367
|
+
2. **Session context** — review the conversation so far for any stated plans,
|
|
368
|
+
follow-up items, or deferred work the user mentioned
|
|
369
|
+
3. **Memory** — if the `claude-mem` plugin is available, search for recent
|
|
370
|
+
checkpoints or plans related to this project
|
|
371
|
+
|
|
372
|
+
Summarize the result as 1–3 short bullet points for the `⚡ Next` section of
|
|
373
|
+
the report. If nothing is found, omit the section entirely — do not fabricate
|
|
374
|
+
next steps.
|
|
375
|
+
|
|
376
|
+
---
|
|
377
|
+
|
|
360
378
|
## Final Report to User
|
|
361
379
|
|
|
362
380
|
Compile all stage reports into a summary:
|
|
@@ -376,9 +394,15 @@ Compile all stage reports into a summary:
|
|
|
376
394
|
│
|
|
377
395
|
│ 📊 {count} files changed ({diff_summary})
|
|
378
396
|
│
|
|
397
|
+
│ ⚡ Next
|
|
398
|
+
│ • {next item 1}
|
|
399
|
+
│ • {next item 2}
|
|
400
|
+
│
|
|
379
401
|
└─────────────────────────────────────────────────
|
|
380
402
|
```
|
|
381
403
|
|
|
404
|
+
If nothing was found for "What's Next?", omit the `⚡ Next` section.
|
|
405
|
+
|
|
382
406
|
If any stage failed, add:
|
|
383
407
|
```
|
|
384
408
|
│ ❌ Failed at: {stage name}
|