@sienklogic/plan-build-run 2.48.0 → 2.49.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/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to Plan-Build-Run will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.49.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.48.0...plan-build-run-v2.49.0) (2026-03-01)
9
+
10
+
11
+ ### Features
12
+
13
+ * **52-04:** extract 4 milestone completion banners to tmpl files ([62064af](https://github.com/SienkLogic/plan-build-run/commit/62064af63ce6fb3bd044cd807d08aeb5979be219))
14
+ * **52-05:** remove duplicate wave spot-checks paragraph from build SKILL.md ([6b90261](https://github.com/SienkLogic/plan-build-run/commit/6b9026193d868d1bdb0225ccf197e919c30040c9))
15
+
8
16
  ## [2.48.0](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.47.0...plan-build-run-v2.48.0) (2026-03-01)
9
17
 
10
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sienklogic/plan-build-run",
3
- "version": "2.48.0",
3
+ "version": "2.49.0",
4
4
  "description": "Plan it, Build it, Run it — structured development workflow for Claude Code",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pbr",
3
3
  "displayName": "Plan-Build-Run",
4
- "version": "2.48.0",
4
+ "version": "2.49.0",
5
5
  "description": "Plan-Build-Run — Structured development workflow for GitHub Copilot CLI. Solves context rot through disciplined agent delegation, structured planning, atomic execution, and goal-backward verification.",
6
6
  "author": {
7
7
  "name": "SienkLogic",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pbr",
3
3
  "displayName": "Plan-Build-Run",
4
- "version": "2.48.0",
4
+ "version": "2.49.0",
5
5
  "description": "Plan-Build-Run — Structured development workflow for Cursor. Solves context rot through disciplined subagent delegation, structured planning, atomic execution, and goal-backward verification.",
6
6
  "author": {
7
7
  "name": "SienkLogic",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pbr",
3
- "version": "2.48.0",
3
+ "version": "2.49.0",
4
4
  "description": "Plan-Build-Run — Structured development workflow for Claude Code. Solves context rot through disciplined subagent delegation, structured planning, atomic execution, and goal-backward verification.",
5
5
  "author": {
6
6
  "name": "SienkLogic",
@@ -373,11 +373,6 @@ Use AskUserQuestion with the three options. Route:
373
373
  - Also search SUMMARY.md for `## Self-Check: FAILED` marker — if present, warn before next wave
374
374
  - Between waves: verify no file conflicts from parallel executors (`git status` for uncommitted changes)
375
375
 
376
- **Additional wave spot-checks:**
377
- - Check for `## Self-Check: FAILED` in SUMMARY.md — if present, warn user before proceeding to next wave
378
- - Between waves: verify no file conflicts from parallel executors (check `git status` for uncommitted changes)
379
- - If ANY spot-check fails, present user with: **Retry this plan** / **Continue to next wave** / **Abort build**
380
-
381
376
  **Read executor deviations:**
382
377
 
383
378
  After all executors in the wave complete, read all SUMMARY frontmatter and:
@@ -0,0 +1,76 @@
1
+ ## If PASSED
2
+
3
+ ╔══════════════════════════════════════════════════════════════╗
4
+ ║ PLAN-BUILD-RUN ► MILESTONE AUDIT PASSED ✓ ║
5
+ ╚══════════════════════════════════════════════════════════════╝
6
+
7
+ All phases verified, integration checks passed, requirements covered.
8
+
9
+
10
+
11
+ ╔══════════════════════════════════════════════════════════════╗
12
+ ║ ▶ NEXT UP ║
13
+ ╚══════════════════════════════════════════════════════════════╝
14
+
15
+ **Complete the milestone** — archive and tag
16
+
17
+ `/pbr:milestone complete {version}`
18
+
19
+ <sub>`/clear` first → fresh context window</sub>
20
+
21
+
22
+
23
+ **Also available:**
24
+ - `/pbr:milestone gaps` — address any minor issues first
25
+ - `/pbr:status` — see project status
26
+
27
+
28
+ ## If GAPS FOUND
29
+
30
+ ╔══════════════════════════════════════════════════════════════╗
31
+ ║ PLAN-BUILD-RUN ► MILESTONE AUDIT — GAPS FOUND ⚠ ║
32
+ ╚══════════════════════════════════════════════════════════════╝
33
+
34
+ Found {count} gaps:
35
+ - {gap 1}
36
+ - {gap 2}
37
+
38
+
39
+
40
+ ╔══════════════════════════════════════════════════════════════╗
41
+ ║ ▶ NEXT UP ║
42
+ ╚══════════════════════════════════════════════════════════════╝
43
+
44
+ **Close the gaps** — create fix phases
45
+
46
+ `/pbr:milestone gaps`
47
+
48
+ <sub>`/clear` first → fresh context window</sub>
49
+
50
+
51
+
52
+ **Also available:**
53
+ - `/pbr:milestone complete` — proceed despite gaps
54
+ - `/pbr:status` — see project status
55
+
56
+
57
+ ## If TECH DEBT
58
+
59
+ ╔══════════════════════════════════════════════════════════════╗
60
+ ║ PLAN-BUILD-RUN ► MILESTONE AUDIT — TECH DEBT ⚠ ║
61
+ ╚══════════════════════════════════════════════════════════════╝
62
+
63
+ Milestone functional but has {count} tech debt items.
64
+
65
+
66
+
67
+ ╔══════════════════════════════════════════════════════════════╗
68
+ ║ ▶ NEXT UP ║
69
+ ╚══════════════════════════════════════════════════════════════╝
70
+
71
+ **Address tech debt or proceed**
72
+
73
+ `/pbr:milestone gaps` — create cleanup phases
74
+ `/pbr:milestone complete` — proceed as-is
75
+
76
+ <sub>`/clear` first → fresh context window</sub>
@@ -0,0 +1,32 @@
1
+ ╔══════════════════════════════════════════════════════════════╗
2
+ ║ PLAN-BUILD-RUN ► MILESTONE COMPLETE 🎉 ║
3
+ ╚══════════════════════════════════════════════════════════════╝
4
+
5
+ **{version}**
6
+
7
+ Stats:
8
+ - {count} phases, {count} plans
9
+ - {count} commits, {lines} lines of code
10
+ - {duration} days
11
+
12
+ Archived to: .planning/milestones/{version}/
13
+ Git tag: {version}
14
+
15
+
16
+
17
+ ╔══════════════════════════════════════════════════════════════╗
18
+ ║ ▶ NEXT UP ║
19
+ ╚══════════════════════════════════════════════════════════════╝
20
+
21
+ **Start the next milestone** — plan new features
22
+
23
+ `/pbr:milestone new`
24
+
25
+ <sub>`/clear` first → fresh context window</sub>
26
+
27
+
28
+
29
+ **Also available:**
30
+ - `/pbr:status` — see project status
31
+ - `/pbr:help` — see all commands
32
+
@@ -0,0 +1,25 @@
1
+ ╔══════════════════════════════════════════════════════════════╗
2
+ ║ PLAN-BUILD-RUN ► GAP PHASES CREATED ✓ ║
3
+ ╚══════════════════════════════════════════════════════════════╝
4
+
5
+ Created {count} gap-closure phase(s):
6
+ - Phase {N}: {name}
7
+ - Phase {N+1}: {name}
8
+
9
+
10
+
11
+ ╔══════════════════════════════════════════════════════════════╗
12
+ ║ ▶ NEXT UP ║
13
+ ╚══════════════════════════════════════════════════════════════╝
14
+
15
+ **Plan the first gap-closure phase**
16
+
17
+ `/pbr:plan {N}`
18
+
19
+ <sub>`/clear` first → fresh context window</sub>
20
+
21
+
22
+
23
+ **Also available:**
24
+ - `/pbr:status` — see project status
25
+
@@ -0,0 +1,29 @@
1
+ ╔══════════════════════════════════════════════════════════════╗
2
+ ║ PLAN-BUILD-RUN ► MILESTONE CREATED ✓ ║
3
+ ╚══════════════════════════════════════════════════════════════╝
4
+
5
+ **Milestone: {name}** — {count} phases
6
+
7
+ Phases:
8
+ {N}. {name}
9
+ {N+1}. {name}
10
+ ...
11
+
12
+
13
+
14
+ ╔══════════════════════════════════════════════════════════════╗
15
+ ║ ▶ NEXT UP ║
16
+ ╚══════════════════════════════════════════════════════════════╝
17
+
18
+ **Phase {N}: {name}** — start with discussion or planning
19
+
20
+ `/pbr:discuss {N}`
21
+
22
+ <sub>`/clear` first → fresh context window</sub>
23
+
24
+
25
+
26
+ **Also available:**
27
+ - `/pbr:plan {N}` — skip discussion, plan directly
28
+ - `/pbr:status` — see project status
29
+