plumbbob 0.4.11 → 0.4.12
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/pb-build/SKILL.md +1 -0
- package/skills/pb-park/SKILL.md +1 -0
- package/skills/pb-plan/SKILL.md +1 -0
- package/skills/pb-refine/SKILL.md +1 -0
- package/skills/pb-revert/SKILL.md +1 -0
- package/skills/pb-spike/SKILL.md +1 -0
- package/skills/pb-step/SKILL.md +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plumbbob",
|
|
3
3
|
"displayName": "PlumbBob",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.12",
|
|
5
5
|
"description": "Attention-first build process — driver skills + a CLI that keep you the decider; guidance, not enforcement.",
|
|
6
6
|
"author": { "name": "Rob McLarty", "email": "hello@robmclarty.com", "url": "https://robmclarty.com" },
|
|
7
7
|
"homepage": "https://github.com/robmclarty/plumbbob#readme",
|
package/package.json
CHANGED
package/skills/pb-build/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-build
|
|
3
3
|
description: The optional engine — read the next planned step from intent, implement it (its done-when, seam, Decisions, Constraints), then verify it through to the approval pause. Skip it to build by hand/vibed/another harness. `--auto` self-approves and chains to done.
|
|
4
|
+
argument-hint: "[step-number] [--auto]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: opus
|
|
6
7
|
allowed-tools: Read, Edit, Write, Bash(plumbbob status:*), Bash(plumbbob build:*), Bash(plumbbob check:*), Bash(plumbbob checkpoint:*), Bash(git diff:*)
|
package/skills/pb-park/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-park
|
|
3
3
|
description: Compose one tidy tagged park line, get the human's OK in-turn, then capture it by shelling `plumbbob park` — never by editing a file. The capture half of the park/harvest loop.
|
|
4
|
+
argument-hint: "[idea]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: haiku
|
|
6
7
|
allowed-tools: Bash(plumbbob status:*), Bash(plumbbob park:*)
|
package/skills/pb-plan/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-plan
|
|
3
3
|
description: "Frame a fresh goal and author the whole plan — Frame, Decisions, Constraints, and all Steps — before any code. Three input modes: no arg interviews you; a file path absorbs a spec; any other text expands your inline intent."
|
|
4
|
+
argument-hint: "[spec-path | intent]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: opus
|
|
6
7
|
allowed-tools: Read, Edit, Write, Bash(plumbbob status:*), Bash(plumbbob start:*)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-refine
|
|
3
3
|
description: Keep intent.md true — attack the plan for holes (append as Open questions) and refine or repair the Frame, Decisions, Constraints, and Steps to match reality. Usable at any point; you propose, the human approves.
|
|
4
|
+
argument-hint: "[focus]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: opus
|
|
6
7
|
allowed-tools: Read, Edit, Bash(plumbbob status:*)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-revert
|
|
3
3
|
description: Human-triggered driver for `plumbbob revert` — git reset --hard to a checkpoint SHA (discarding the half-done step) and return to the boundary.
|
|
4
|
+
argument-hint: "[--to <step>]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: haiku
|
|
6
7
|
allowed-tools: Bash(plumbbob status:*), Bash(plumbbob revert:*)
|
package/skills/pb-spike/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-spike
|
|
3
3
|
description: Human-triggered driver for `plumbbob spike` — open a throwaway worktree experiment for a genuine fork, or tear it down with `spike done`.
|
|
4
|
+
argument-hint: "<slug> | done"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: haiku
|
|
6
7
|
allowed-tools: Bash(plumbbob status:*), Bash(plumbbob spike:*)
|
package/skills/pb-step/SKILL.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: pb-step
|
|
3
3
|
description: Revise the next increment just-in-time — sharpen the next undone step against what's now true, or (with input) re-cut, split, or add a step. Empty input runs an automatic sharpen. One at a time; the human approves.
|
|
4
|
+
argument-hint: "[what-changed]"
|
|
4
5
|
disable-model-invocation: true
|
|
5
6
|
model: opus
|
|
6
7
|
allowed-tools: Read, Edit, Bash(plumbbob status:*)
|