@sienklogic/plan-build-run 2.22.1 → 2.22.2

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,13 @@ 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.22.2](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.22.1...plan-build-run-v2.22.2) (2026-02-24)
9
+
10
+
11
+ ### Documentation
12
+
13
+ * **tools:** fix banner consistency, add status/continue/do comparison, fix continue description ([028c0fd](https://github.com/SienkLogic/plan-build-run/commit/028c0fd6b09f77928f8d321f7442b87f7f07c538))
14
+
8
15
  ## [2.22.1](https://github.com/SienkLogic/plan-build-run/compare/plan-build-run-v2.22.0...plan-build-run-v2.22.1) (2026-02-24)
9
16
 
10
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sienklogic/plan-build-run",
3
- "version": "2.22.1",
3
+ "version": "2.22.2",
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.22.1",
4
+ "version": "2.22.2",
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",
@@ -5,7 +5,7 @@ description: "Execute the next logical step automatically. No prompts, no decisi
5
5
 
6
6
  # /pbr:continue — Action-Oriented Resumption
7
7
 
8
- You are running the **continue** skill. Unlike `/pbr:resume` which shows status and suggests actions, `/pbr:continue` determines and EXECUTES the next logical step automatically.
8
+ You are running the **continue** skill. Unlike `/pbr:status` which shows the dashboard and suggests the next action, `/pbr:continue` determines and EXECUTES the next logical step automatically. Stops safely at milestones, checkpoints, errors, and verification gaps.
9
9
 
10
10
  This skill runs **inline** and may delegate to other skills via agent invocation.
11
11
 
@@ -147,6 +147,19 @@ Not sure which command to use? Follow this guide:
147
147
  /pbr:milestone complete ← Archive when done
148
148
  ```
149
149
 
150
+ **Shortcut**: After `/pbr:begin`, run `/pbr:continue` repeatedly — it auto-advances through plan → build → review → next phase, stopping at milestones and errors.
151
+
152
+ ## status vs continue vs do
153
+
154
+ | | `/pbr:status` | `/pbr:continue` | `/pbr:do <text>` |
155
+ |-|---------------|-----------------|-------------------|
156
+ | **Purpose** | Dashboard — show progress, suggest next | Auto-execute the next logical step | Route freeform text to a skill |
157
+ | **Reads state?** | Yes (full scan) | Yes (minimal) | No |
158
+ | **Modifies files?** | Never | Yes (via delegation) | Depends on routed skill |
159
+ | **Asks questions?** | If multiple options | Never — fully automatic | Only if ambiguous |
160
+ | **Use when...** | You want to see where you are before deciding | You trust PBR to pick and run the next step | You'd rather describe a task in plain English |
161
+ | **Hard stops** | N/A | Milestones, checkpoints, errors, verification gaps | N/A |
162
+
150
163
  ## Quick Reference
151
164
 
152
165
  - **Context strategy**: `aggressive` (delegate everything) | `balanced` | `minimal` (run inline)
@@ -234,7 +234,7 @@ Dry-run of milestone completion — shows what would happen without making any c
234
234
  6. **Display summary:**
235
235
  ```
236
236
  ╔══════════════════════════════════════════════════════════════╗
237
- ║ MILESTONE PREVIEW — v{version}
237
+ PLAN-BUILD-RUN ► MILESTONE PREVIEW — v{version}
238
238
  ╚══════════════════════════════════════════════════════════════╝
239
239
 
240
240
  Phases to archive: {count}
@@ -275,7 +275,10 @@ Files: {list of files changed}
275
275
 
276
276
  **If partial:**
277
277
  ```
278
- ⚠ Quick Task {NNN}: {description}
278
+ ╔══════════════════════════════════════════════════════════════╗
279
+ ║ PLAN-BUILD-RUN ► QUICK TASK {NNN} PARTIAL ⚠ ║
280
+ ╚══════════════════════════════════════════════════════════════╝
281
+
279
282
  Completed: {N} of {M} tasks
280
283
  Failed task: {task name} — {failure reason}
281
284
 
@@ -273,18 +273,29 @@ Run a quick health check:
273
273
  Display results:
274
274
 
275
275
  ```
276
- Setup Complete!
276
+ ╔══════════════════════════════════════════════════════════════╗
277
+ ║ PLAN-BUILD-RUN ► SETUP COMPLETE ✓ ║
278
+ ╚══════════════════════════════════════════════════════════════╝
277
279
 
278
280
  Project: {cwd basename}
279
281
  Model profile: {balanced/quality/budget}
280
282
  Depth: {quick/standard/comprehensive}
281
283
  Features: {list of enabled non-default features}
282
284
 
283
- Next steps:
284
- /pbr:begin — Full project setup with requirements and roadmap
285
- /pbr:scan — Analyze existing codebase (if adding to existing project)
286
- /pbr:help — Command reference
287
- /pbr:configFine-tune individual settings
285
+ ╔══════════════════════════════════════════════════════════════╗
286
+ NEXT UP ║
287
+ ╚══════════════════════════════════════════════════════════════╝
288
+
289
+ **Start your project** define requirements and create a roadmap
290
+
291
+ `/pbr:begin`
292
+
293
+ <sub>`/clear` first → fresh context window</sub>
294
+
295
+ **Also available:**
296
+ - `/pbr:scan` — analyze existing codebase (if adding to existing project)
297
+ - `/pbr:config` — fine-tune individual settings
298
+ - `/pbr:help` — command reference
288
299
  ```
289
300
 
290
301
  ---
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pbr",
3
3
  "displayName": "Plan-Build-Run",
4
- "version": "2.22.1",
4
+ "version": "2.22.2",
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",
@@ -5,7 +5,7 @@ description: "Execute the next logical step automatically. No prompts, no decisi
5
5
 
6
6
  # /pbr:continue — Action-Oriented Resumption
7
7
 
8
- You are running the **continue** skill. Unlike `/pbr:resume` which shows status and suggests actions, `/pbr:continue` determines and EXECUTES the next logical step automatically.
8
+ You are running the **continue** skill. Unlike `/pbr:status` which shows the dashboard and suggests the next action, `/pbr:continue` determines and EXECUTES the next logical step automatically. Stops safely at milestones, checkpoints, errors, and verification gaps.
9
9
 
10
10
  This skill runs **inline** and may delegate to other skills via agent invocation.
11
11
 
@@ -147,6 +147,19 @@ Not sure which command to use? Follow this guide:
147
147
  /pbr:milestone complete ← Archive when done
148
148
  ```
149
149
 
150
+ **Shortcut**: After `/pbr:begin`, run `/pbr:continue` repeatedly — it auto-advances through plan → build → review → next phase, stopping at milestones and errors.
151
+
152
+ ## status vs continue vs do
153
+
154
+ | | `/pbr:status` | `/pbr:continue` | `/pbr:do <text>` |
155
+ |-|---------------|-----------------|-------------------|
156
+ | **Purpose** | Dashboard — show progress, suggest next | Auto-execute the next logical step | Route freeform text to a skill |
157
+ | **Reads state?** | Yes (full scan) | Yes (minimal) | No |
158
+ | **Modifies files?** | Never | Yes (via delegation) | Depends on routed skill |
159
+ | **Asks questions?** | If multiple options | Never — fully automatic | Only if ambiguous |
160
+ | **Use when...** | You want to see where you are before deciding | You trust PBR to pick and run the next step | You'd rather describe a task in plain English |
161
+ | **Hard stops** | N/A | Milestones, checkpoints, errors, verification gaps | N/A |
162
+
150
163
  ## Quick Reference
151
164
 
152
165
  - **Context strategy**: `aggressive` (delegate everything) | `balanced` | `minimal` (run inline)
@@ -235,7 +235,7 @@ Dry-run of milestone completion — shows what would happen without making any c
235
235
  6. **Display summary:**
236
236
  ```
237
237
  ╔══════════════════════════════════════════════════════════════╗
238
- ║ MILESTONE PREVIEW — v{version}
238
+ PLAN-BUILD-RUN ► MILESTONE PREVIEW — v{version}
239
239
  ╚══════════════════════════════════════════════════════════════╝
240
240
 
241
241
  Phases to archive: {count}
@@ -275,7 +275,10 @@ Files: {list of files changed}
275
275
 
276
276
  **If partial:**
277
277
  ```
278
- ⚠ Quick Task {NNN}: {description}
278
+ ╔══════════════════════════════════════════════════════════════╗
279
+ ║ PLAN-BUILD-RUN ► QUICK TASK {NNN} PARTIAL ⚠ ║
280
+ ╚══════════════════════════════════════════════════════════════╝
281
+
279
282
  Completed: {N} of {M} tasks
280
283
  Failed task: {task name} — {failure reason}
281
284
 
@@ -273,18 +273,29 @@ Run a quick health check:
273
273
  Display results:
274
274
 
275
275
  ```
276
- Setup Complete!
276
+ ╔══════════════════════════════════════════════════════════════╗
277
+ ║ PLAN-BUILD-RUN ► SETUP COMPLETE ✓ ║
278
+ ╚══════════════════════════════════════════════════════════════╝
277
279
 
278
280
  Project: {cwd basename}
279
281
  Model profile: {balanced/quality/budget}
280
282
  Depth: {quick/standard/comprehensive}
281
283
  Features: {list of enabled non-default features}
282
284
 
283
- Next steps:
284
- /pbr:begin — Full project setup with requirements and roadmap
285
- /pbr:scan — Analyze existing codebase (if adding to existing project)
286
- /pbr:help — Command reference
287
- /pbr:configFine-tune individual settings
285
+ ╔══════════════════════════════════════════════════════════════╗
286
+ NEXT UP ║
287
+ ╚══════════════════════════════════════════════════════════════╝
288
+
289
+ **Start your project** define requirements and create a roadmap
290
+
291
+ `/pbr:begin`
292
+
293
+ <sub>`/clear` first → fresh context window</sub>
294
+
295
+ **Also available:**
296
+ - `/pbr:scan` — analyze existing codebase (if adding to existing project)
297
+ - `/pbr:config` — fine-tune individual settings
298
+ - `/pbr:help` — command reference
288
299
  ```
289
300
 
290
301
  ---
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pbr",
3
- "version": "2.22.1",
3
+ "version": "2.22.2",
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",
@@ -8,7 +8,7 @@ allowed-tools: Read, Write, Bash, Glob, Grep, Task, Skill
8
8
 
9
9
  # /pbr:continue — Action-Oriented Resumption
10
10
 
11
- You are running the **continue** skill. Unlike `/pbr:resume` which shows status and suggests actions, `/pbr:continue` determines and EXECUTES the next logical step automatically.
11
+ You are running the **continue** skill. Unlike `/pbr:status` which shows the dashboard and suggests the next action, `/pbr:continue` determines and EXECUTES the next logical step automatically. Stops safely at milestones, checkpoints, errors, and verification gaps.
12
12
 
13
13
  This skill runs **inline** and may delegate to other skills via Task().
14
14
 
@@ -150,6 +150,19 @@ Not sure which command to use? Follow this guide:
150
150
  /pbr:milestone complete ← Archive when done
151
151
  ```
152
152
 
153
+ **Shortcut**: After `/pbr:begin`, run `/pbr:continue` repeatedly — it auto-advances through plan → build → review → next phase, stopping at milestones and errors.
154
+
155
+ ## status vs continue vs do
156
+
157
+ | | `/pbr:status` | `/pbr:continue` | `/pbr:do <text>` |
158
+ |-|---------------|-----------------|-------------------|
159
+ | **Purpose** | Dashboard — show progress, suggest next | Auto-execute the next logical step | Route freeform text to a skill |
160
+ | **Reads state?** | Yes (full scan) | Yes (minimal) | No |
161
+ | **Modifies files?** | Never | Yes (via delegation) | Depends on routed skill |
162
+ | **Asks questions?** | If multiple options | Never — fully automatic | Only if ambiguous |
163
+ | **Use when...** | You want to see where you are before deciding | You trust PBR to pick and run the next step | You'd rather describe a task in plain English |
164
+ | **Hard stops** | N/A | Milestones, checkpoints, errors, verification gaps | N/A |
165
+
153
166
  ## Quick Reference
154
167
 
155
168
  - **Context strategy**: `aggressive` (delegate everything) | `balanced` | `minimal` (run inline)
@@ -239,7 +239,7 @@ Dry-run of milestone completion — shows what would happen without making any c
239
239
  6. **Display summary:**
240
240
  ```
241
241
  ╔══════════════════════════════════════════════════════════════╗
242
- ║ MILESTONE PREVIEW — v{version}
242
+ PLAN-BUILD-RUN ► MILESTONE PREVIEW — v{version}
243
243
  ╚══════════════════════════════════════════════════════════════╝
244
244
 
245
245
  Phases to archive: {count}
@@ -281,7 +281,10 @@ Files: {list of files changed}
281
281
 
282
282
  **If partial:**
283
283
  ```
284
- ⚠ Quick Task {NNN}: {description}
284
+ ╔══════════════════════════════════════════════════════════════╗
285
+ ║ PLAN-BUILD-RUN ► QUICK TASK {NNN} PARTIAL ⚠ ║
286
+ ╚══════════════════════════════════════════════════════════════╝
287
+
285
288
  Completed: {N} of {M} tasks
286
289
  Failed task: {task name} — {failure reason}
287
290
 
@@ -276,18 +276,29 @@ Run a quick health check:
276
276
  Display results:
277
277
 
278
278
  ```
279
- Setup Complete!
279
+ ╔══════════════════════════════════════════════════════════════╗
280
+ ║ PLAN-BUILD-RUN ► SETUP COMPLETE ✓ ║
281
+ ╚══════════════════════════════════════════════════════════════╝
280
282
 
281
283
  Project: {cwd basename}
282
284
  Model profile: {balanced/quality/budget}
283
285
  Depth: {quick/standard/comprehensive}
284
286
  Features: {list of enabled non-default features}
285
287
 
286
- Next steps:
287
- /pbr:begin — Full project setup with requirements and roadmap
288
- /pbr:scan — Analyze existing codebase (if adding to existing project)
289
- /pbr:help — Command reference
290
- /pbr:configFine-tune individual settings
288
+ ╔══════════════════════════════════════════════════════════════╗
289
+ NEXT UP ║
290
+ ╚══════════════════════════════════════════════════════════════╝
291
+
292
+ **Start your project** define requirements and create a roadmap
293
+
294
+ `/pbr:begin`
295
+
296
+ <sub>`/clear` first → fresh context window</sub>
297
+
298
+ **Also available:**
299
+ - `/pbr:scan` — analyze existing codebase (if adding to existing project)
300
+ - `/pbr:config` — fine-tune individual settings
301
+ - `/pbr:help` — command reference
291
302
  ```
292
303
 
293
304
  ---