Loading...
Loading...
Executes an implementation plan task-by-task with validation at every step. Use when you have a completed feature plan and want to implement it in one pass.
npx skill4agent add coleam00/skills piv-implement$ARGUMENTSmaingit symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@'maingit checkout -b feature/<plan-slug>VALIDATE# Run each command exactly as specified in plan.claude/reports/<plan-slug>-report.mdpiv-review-pr# Implementation Report — <feature>
**Plan**: <path> **Branch**: <feature/...> **Status**: COMPLETE | PARTIAL
## Summary
{What was built, 2-4 sentences.}
## Tasks completed
- [task] → `path/to/file` (CREATE/UPDATE)
## Tests added
{Test files + cases + results.}
## Validation results
{Type-check / lint / tests / build — pass/fail with counts.}
## Deviations from the plan
{What changed vs the plan and WHY — or "none". This is the reviewer's signal of intent.}
## Issues encountered
{Anything notable, or "none".}piv-commitpiv-create-prpiv-review-pr