Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [claude-desktop-extension](./plugins/claude-desktop-extension)
- [lyra](./plugins/lyra)
- [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)
- [plan-build-run](./plugins/plan-build-run)
- [problem-solver-specialist](./plugins/problem-solver-specialist)
- [studio-coach](./plugins/studio-coach)
- [ultrathink](./plugins/ultrathink)
Expand Down
18 changes: 18 additions & 0 deletions plugins/plan-build-run/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "pbr",
"description": "Plan-Build-Run — Context-engineered development workflow for Claude Code. Solves context rot through subagent delegation, structured planning, atomic execution, and goal-backward verification.",
"version": "2.0.0",
"author": {
"name": "SienkLogic",
"email": "dave@sienklogic.com"
},
"homepage": "https://github.com/SienkLogic/plan-build-run",
"repository": "https://github.com/SienkLogic/plan-build-run",
"license": "MIT",
"keywords": [
"claude-code",
"context-engineering",
"development-workflow",
"subagent-delegation"
]
}
25 changes: 25 additions & 0 deletions plugins/plan-build-run/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Plan-Build-Run

Context-engineered development workflow for Claude Code. Solves context rot through disciplined subagent delegation, structured planning, atomic execution, and goal-backward verification.

## Features

- Keeps orchestrator at ~15% context by delegating to fresh 200k-token subagent windows
- 21 `/pbr:*` slash commands covering the full development lifecycle
- 10 specialized agents (researcher, planner, executor, verifier, etc.)
- 15 lifecycle hooks enforcing commit format, context budget, plan compliance
- Wave-based parallel execution with atomic commits
- Goal-backward verification (checks codebase against must-haves, not just task completion)
- Kill-safe: all state lives on disk in `.planning/`

## Install

```bash
claude plugin marketplace add SienkLogic/plan-build-run
claude plugin install pbr@plan-build-run
```

## Links

- **Repository**: https://github.com/SienkLogic/plan-build-run
- **License**: MIT