builderlisted
Install: claude install-skill inkatze/planwright
# /builder
The engineering builder of the planwright pipeline (REQ-G1.2, D-15): the
mechanism that gives a project the quality floor a principal engineer would
set up — the formatter, the linters, the test runner, the secret scan, the
commit and CI gates — by detecting the stack and applying the guards that
stack warrants, so no human re-decides them each time. Its harder job is the
inverse: recognizing the decisions that look mechanical but are
architecture-defining, and escalating those instead of stamping a default
(REQ-G1.3, D-16).
The builder is both a standalone skill (point it at a project to audit or set
up its guards) and a hook the authoring and execution skills call into (the
lifecycle wiring below). It recommends and applies; it never merges, never
marks a PR ready, and never auto-defaults a load-bearing decision.
## Doctrine
This skill is procedure, not doctrine. Resolve these rule docs via the
rule-doc resolution convention (`scripts/resolve-rule-doc.sh <doc-name>`
under the resolved planwright root, or the documented
`PLANWRIGHT_ROOT`/`CLAUDE_PLUGIN_ROOT` chain); the doctrine manifest below
marks which load at run start and which load at point of use (the escalation,
adoption, and interactive branches). Their definitions govern wherever this
skill names a concept:
- `guard-catalog` — the normative core catalog: guard categories, the entry
format, breadth dimensions, the extension model, and the dogfood contract.
Its machine view is `config/guard-catalo