@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mad-skills",
3
3
  "description": "AI-assisted planning, development and governance tools",
4
- "version": "2.0.33",
4
+ "version": "2.0.34",
5
5
  "author": {
6
6
  "name": "slamb2k",
7
7
  "url": "https://github.com/slamb2k"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slamb2k/mad-skills",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "description": "Claude Code skills collection — full lifecycle development tools",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-03-13T08:31:55.875Z",
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": 388,
79
+ "lines": 412,
80
80
  "hasScripts": false,
81
81
  "hasReferences": true,
82
82
  "hasAssets": false,
@@ -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}