@sienklogic/plan-build-run 2.58.0 → 2.60.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 +56 -0
- package/package.json +1 -1
- package/plugins/codex-pbr/agents/executor.md +8 -0
- package/plugins/codex-pbr/agents/plan-checker.md +5 -3
- package/plugins/codex-pbr/agents/planner.md +13 -7
- package/plugins/codex-pbr/agents/verifier.md +10 -1
- package/plugins/codex-pbr/commands/profile.md +7 -0
- package/plugins/codex-pbr/references/model-profiles.md +29 -3
- package/plugins/codex-pbr/references/plan-format.md +46 -8
- package/plugins/codex-pbr/skills/begin/SKILL.md +18 -34
- package/plugins/codex-pbr/skills/build/SKILL.md +8 -4
- package/plugins/codex-pbr/skills/debug/SKILL.md +2 -2
- package/plugins/codex-pbr/skills/discuss/SKILL.md +54 -4
- package/plugins/codex-pbr/skills/health/SKILL.md +15 -2
- package/plugins/codex-pbr/skills/milestone/SKILL.md +8 -8
- package/plugins/codex-pbr/skills/pause/SKILL.md +1 -1
- package/plugins/codex-pbr/skills/plan/SKILL.md +20 -8
- package/plugins/codex-pbr/skills/profile/SKILL.md +171 -0
- package/plugins/codex-pbr/skills/review/SKILL.md +5 -3
- package/plugins/codex-pbr/skills/scan/SKILL.md +2 -2
- package/plugins/codex-pbr/skills/setup/SKILL.md +66 -2
- package/plugins/codex-pbr/skills/shared/context-loader-task.md +2 -0
- package/plugins/codex-pbr/skills/status/SKILL.md +17 -0
- package/plugins/codex-pbr/templates/PROJECT.md.tmpl +41 -0
- package/plugins/codex-pbr/templates/REQUIREMENTS.md.tmpl +52 -0
- package/plugins/codex-pbr/templates/VERIFICATION-DETAIL.md.tmpl +5 -0
- package/plugins/codex-pbr/templates/project-CONTEXT.md.tmpl +43 -0
- package/plugins/copilot-pbr/agents/executor.agent.md +8 -0
- package/plugins/copilot-pbr/agents/plan-checker.agent.md +5 -3
- package/plugins/copilot-pbr/agents/planner.agent.md +13 -7
- package/plugins/copilot-pbr/agents/verifier.agent.md +10 -1
- package/plugins/copilot-pbr/commands/profile.md +7 -0
- package/plugins/copilot-pbr/hooks/hooks.json +27 -0
- package/plugins/copilot-pbr/plugin.json +1 -1
- package/plugins/copilot-pbr/references/model-profiles.md +29 -3
- package/plugins/copilot-pbr/references/plan-format.md +46 -8
- package/plugins/copilot-pbr/skills/begin/SKILL.md +18 -34
- package/plugins/copilot-pbr/skills/build/SKILL.md +8 -4
- package/plugins/copilot-pbr/skills/debug/SKILL.md +2 -2
- package/plugins/copilot-pbr/skills/discuss/SKILL.md +54 -4
- package/plugins/copilot-pbr/skills/health/SKILL.md +15 -2
- package/plugins/copilot-pbr/skills/milestone/SKILL.md +8 -8
- package/plugins/copilot-pbr/skills/pause/SKILL.md +1 -1
- package/plugins/copilot-pbr/skills/plan/SKILL.md +20 -8
- package/plugins/copilot-pbr/skills/profile/SKILL.md +171 -0
- package/plugins/copilot-pbr/skills/review/SKILL.md +5 -3
- package/plugins/copilot-pbr/skills/scan/SKILL.md +2 -2
- package/plugins/copilot-pbr/skills/setup/SKILL.md +66 -2
- package/plugins/copilot-pbr/skills/shared/context-loader-task.md +2 -0
- package/plugins/copilot-pbr/skills/status/SKILL.md +17 -0
- package/plugins/copilot-pbr/templates/PROJECT.md.tmpl +41 -0
- package/plugins/copilot-pbr/templates/REQUIREMENTS.md.tmpl +52 -0
- package/plugins/copilot-pbr/templates/VERIFICATION-DETAIL.md.tmpl +5 -0
- package/plugins/copilot-pbr/templates/project-CONTEXT.md.tmpl +43 -0
- package/plugins/cursor-pbr/.cursor-plugin/plugin.json +1 -1
- package/plugins/cursor-pbr/agents/executor.md +8 -0
- package/plugins/cursor-pbr/agents/plan-checker.md +5 -3
- package/plugins/cursor-pbr/agents/planner.md +13 -7
- package/plugins/cursor-pbr/agents/verifier.md +10 -1
- package/plugins/cursor-pbr/commands/profile.md +7 -0
- package/plugins/cursor-pbr/hooks/hooks.json +23 -0
- package/plugins/cursor-pbr/references/model-profiles.md +29 -3
- package/plugins/cursor-pbr/references/plan-format.md +46 -8
- package/plugins/cursor-pbr/skills/begin/SKILL.md +18 -34
- package/plugins/cursor-pbr/skills/build/SKILL.md +9 -5
- package/plugins/cursor-pbr/skills/debug/SKILL.md +2 -2
- package/plugins/cursor-pbr/skills/discuss/SKILL.md +55 -5
- package/plugins/cursor-pbr/skills/health/SKILL.md +15 -2
- package/plugins/cursor-pbr/skills/milestone/SKILL.md +8 -8
- package/plugins/cursor-pbr/skills/pause/SKILL.md +1 -1
- package/plugins/cursor-pbr/skills/plan/SKILL.md +21 -9
- package/plugins/cursor-pbr/skills/profile/SKILL.md +172 -0
- package/plugins/cursor-pbr/skills/review/SKILL.md +6 -4
- package/plugins/cursor-pbr/skills/scan/SKILL.md +2 -2
- package/plugins/cursor-pbr/skills/setup/SKILL.md +66 -2
- package/plugins/cursor-pbr/skills/shared/context-loader-task.md +2 -0
- package/plugins/cursor-pbr/skills/status/SKILL.md +17 -0
- package/plugins/cursor-pbr/templates/PROJECT.md.tmpl +41 -0
- package/plugins/cursor-pbr/templates/REQUIREMENTS.md.tmpl +52 -0
- package/plugins/cursor-pbr/templates/VERIFICATION-DETAIL.md.tmpl +5 -0
- package/plugins/cursor-pbr/templates/project-CONTEXT.md.tmpl +43 -0
- package/plugins/pbr/.claude-plugin/plugin.json +1 -1
- package/plugins/pbr/agents/audit.md +0 -1
- package/plugins/pbr/agents/codebase-mapper.md +0 -1
- package/plugins/pbr/agents/debugger.md +0 -1
- package/plugins/pbr/agents/dev-sync.md +0 -1
- package/plugins/pbr/agents/executor.md +8 -1
- package/plugins/pbr/agents/general.md +0 -1
- package/plugins/pbr/agents/integration-checker.md +0 -1
- package/plugins/pbr/agents/plan-checker.md +5 -4
- package/plugins/pbr/agents/planner.md +13 -8
- package/plugins/pbr/agents/researcher.md +0 -1
- package/plugins/pbr/agents/synthesizer.md +0 -1
- package/plugins/pbr/agents/verifier.md +10 -2
- package/plugins/pbr/commands/profile.md +7 -0
- package/plugins/pbr/hooks/hooks.json +23 -0
- package/plugins/pbr/references/model-profiles.md +29 -3
- package/plugins/pbr/references/plan-format.md +46 -8
- package/plugins/pbr/scripts/check-plan-format.js +29 -0
- package/plugins/pbr/scripts/config-schema.json +20 -1
- package/plugins/pbr/scripts/context-bridge.js +1 -1
- package/plugins/pbr/scripts/hooks-schema.json +3 -1
- package/plugins/pbr/scripts/lib/gates/doc-existence.js +46 -0
- package/plugins/pbr/scripts/lib/init.js +10 -7
- package/plugins/pbr/scripts/pbr-tools.js +6 -6
- package/plugins/pbr/scripts/post-write-dispatch.js +22 -2
- package/plugins/pbr/scripts/sync-context-to-claude.js +100 -0
- package/plugins/pbr/scripts/validate-task.js +14 -1
- package/plugins/pbr/scripts/worktree-create.js +93 -0
- package/plugins/pbr/scripts/worktree-remove.js +83 -0
- package/plugins/pbr/skills/begin/SKILL.md +18 -34
- package/plugins/pbr/skills/build/SKILL.md +9 -5
- package/plugins/pbr/skills/debug/SKILL.md +2 -2
- package/plugins/pbr/skills/discuss/SKILL.md +55 -5
- package/plugins/pbr/skills/health/SKILL.md +15 -2
- package/plugins/pbr/skills/milestone/SKILL.md +8 -8
- package/plugins/pbr/skills/pause/SKILL.md +1 -1
- package/plugins/pbr/skills/plan/SKILL.md +21 -9
- package/plugins/pbr/skills/profile/SKILL.md +173 -0
- package/plugins/pbr/skills/review/SKILL.md +6 -4
- package/plugins/pbr/skills/scan/SKILL.md +2 -2
- package/plugins/pbr/skills/setup/SKILL.md +66 -2
- package/plugins/pbr/skills/shared/context-loader-task.md +2 -0
- package/plugins/pbr/skills/status/SKILL.md +17 -0
- package/plugins/pbr/templates/PROJECT.md.tmpl +41 -0
- package/plugins/pbr/templates/REQUIREMENTS.md.tmpl +52 -0
- package/plugins/pbr/templates/VERIFICATION-DETAIL.md.tmpl +5 -0
- package/plugins/pbr/templates/project-CONTEXT.md.tmpl +43 -0
|
@@ -23,6 +23,11 @@ anti_patterns:
|
|
|
23
23
|
console_logs: {count}
|
|
24
24
|
skipped_tests: {count}
|
|
25
25
|
hardcoded_secrets: {count}
|
|
26
|
+
# populated by verifier from implements:[] in plan frontmatter
|
|
27
|
+
satisfied:
|
|
28
|
+
- "REQ-F-001" # REQ-IDs confirmed verified in this phase
|
|
29
|
+
unsatisfied:
|
|
30
|
+
- "REQ-F-002" # REQ-IDs that failed verification
|
|
26
31
|
---
|
|
27
32
|
|
|
28
33
|
# Phase Verification: {phase_name}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Project Context
|
|
2
|
+
|
|
3
|
+
> Cross-cutting decisions that ALL phases must honor.
|
|
4
|
+
> Updated via `/pbr:discuss --project`. Auto-synced to CLAUDE.md on write.
|
|
5
|
+
> Phase-level CONTEXT.md (in phase directories) overrides project-level for that phase.
|
|
6
|
+
>
|
|
7
|
+
> PLANNER NOTE: Embed each locked decision directly into the relevant task's action block.
|
|
8
|
+
> Executors NEVER read this file — PLAN.md is self-contained.
|
|
9
|
+
|
|
10
|
+
## Locked Decisions
|
|
11
|
+
|
|
12
|
+
Technology choices, architecture decisions, and constraints that are NON-NEGOTIABLE across ALL phases.
|
|
13
|
+
The planner embeds these into PLAN.md task actions. Executors never read this file directly.
|
|
14
|
+
|
|
15
|
+
| Decision | Rationale | Locked By |
|
|
16
|
+
|----------|-----------|-----------|
|
|
17
|
+
| {e.g., "Use TypeScript strict mode"} | {User preference, team skill} | User |
|
|
18
|
+
| {e.g., "PostgreSQL via Supabase"} | {Existing infrastructure} | User |
|
|
19
|
+
|
|
20
|
+
## User Constraints
|
|
21
|
+
|
|
22
|
+
Budget, timeline, skill level, hosting, team size — factors that shape ALL planning decisions.
|
|
23
|
+
|
|
24
|
+
- {e.g., "Solo developer, no team"}
|
|
25
|
+
- {e.g., "Deploy to Hetzner VPS"}
|
|
26
|
+
- {e.g., "Must work offline"}
|
|
27
|
+
|
|
28
|
+
## Deferred Ideas
|
|
29
|
+
|
|
30
|
+
Ideas explicitly moved to v2 or ruled out. Plans at ANY phase MUST NOT include these.
|
|
31
|
+
|
|
32
|
+
| Idea | Reason Deferred |
|
|
33
|
+
|------|----------------|
|
|
34
|
+
| {feature} | {reason — e.g., "Post-launch priority"} |
|
|
35
|
+
|
|
36
|
+
## Claude's Discretion Areas
|
|
37
|
+
|
|
38
|
+
Areas where planners can make implementation choices without asking the user.
|
|
39
|
+
Document the choice made and rationale when exercised.
|
|
40
|
+
|
|
41
|
+
| Area | Choice Made | Rationale |
|
|
42
|
+
|------|------------|-----------|
|
|
43
|
+
| {e.g., "Logging library"} | {e.g., "pino"} | {e.g., "Lightweight, structured output"} |
|