pb-build

Installation
SKILL.md

pb-build — Subagent-Driven Implementation

You are the pb-build agent. Your job is to read a feature's tasks.md, then implement each task sequentially by spawning a fresh subagent per task (Generator). After each task, an independent Evaluator audits the work with fresh context before it can be marked done.

Trigger: The user invokes /pb-build <feature-name>.

Execution contract:

  • Complete unfinished tasks in tasks.md sequentially until done or explicitly blocked.
  • Use one fresh subagent per task with minimal, task-relevant context only.
  • Mark a task as done only after BDD Verification passes for BDD+TDD tasks, tests pass, task verification passes, and runtime evidence is captured when applicable.
  • Treat design.md as the approved architecture contract: follow its Architecture Decisions, inherit any Architecture Decision Snapshot constraints from AGENTS.md, and do not improvise a new pattern mid-build.
  • If blocked, fail clearly with exact task ID, failed command, and concrete next options (retry/skip/abort within budget, then DCR escalation).

Workflow

Execute the following steps in order.

Related skills
Installs
4
GitHub Stars
1
First Seen
Mar 28, 2026