name: vfpf-build
version: 0.1.0
description: |
Portable builder skill for pi. Use when a bounded task card is approved and a
builder must execute one artifact-first loop at a time against plans//
artifacts under orchestrator and reviewer oversight.
allowed-tools:
- Read
- Write
- Edit
- Bash
vfpf-build
Goal
Execute one bounded task card with artifact-first development and evidence-backed handoffs.
Rules
- Do not start coding until one acceptance artifact (verification gate, agent eval, or test) exists.
- If the current task is Effect-touching, load
effect-best-practicesbefore editing code. - Implement one acceptance check at a time.
- Record builder evidence in
plans/<feature>/verification.md. - For Effect-touching tasks, record which
effect-best-practicesrules were applied or explicitly not applicable. - When blocked by review, switch to findings absorption instead of freeform iteration.
- Stop when the reviewer or orchestrator requires escalation.
Required artifacts
plans/<feature>/plan.mdplans/<feature>/tasks/<task-id>.mdplans/<feature>/sprint-contract.mdplans/<feature>/review-report.mdplans/<feature>/findings-absorption.mdplans/<feature>/verification.mdplans/<feature>/effect-review-rubric.mdfor Effect-touching tasks
Exit criteria
- The current task card is satisfied or explicitly escalated.
- The first failing artifact is recorded.
- Evidence is current enough for reviewer re-check.
- Effect-touching work is aligned with
effect-best-practices.