| name | bordroom-lite-build-runner |
| description | Low-token bord.room V4.1 feature-slice delivery. Use for normal complete-dev implementation where the SQL backlog remains canonical but full traceability/prepush gates are reserved for checkpoints. |
bord.room Lite Build Runner
Use this skill for day-to-day V4.1 implementation.
Default Loop
-
Plan
-
Design
- Decide tenant/business scope, RBAC, entitlement, page-state behavior, and
negative-test seams before editing.
- Do not invent product policy; use V4.1 docs and SQL rows.
-
Build
- Edit only scoped implementation files and directly related tests.
- Avoid generated docs until the slice is stable.
- Keep SQL backlog rows as the execution source; do not create parallel task lists.
-
Test
Checkpoint Gates
Run full gates only at feature completion, release checkpoints, process/tooling
changes, or before push:
pnpm ci:traceability
pnpm dev:prepush
During implementation, prefer:
pnpm lite:check
pnpm test -- <focused-test>
pnpm --filter <package> typecheck
pnpm db:validate-migrations
Use the DB/migration/security checks only when the slice touches those boundaries.