What problem does it solve? Building a feature end-to-end normally requires manually running separate priming, planning, implementation, and commit steps. This Skill orchestrates the entire PIV loop from a single feature description, so one command produces a planned, implemented, and committed change. ## Core Features & Use Cases - Full Pipeline Orchestration: Sequentially runs prime-codebase, piv-plan-implementation, piv-implement, and piv-commit skills in the correct order. - Context Handoff: Carries the feature name and plan file path from the planning step into the implementation step automatically. - Structured Summary: Reports the plan path, modified files, tests added, and commit hash after completion. - Use Case: Describe a feature like "add rate limiting to the API endpoints" and receive a committed implementation with a plan document at .claude/plans/ without running each phase manually. ## Quick Start Ask the agent to run the full PIV loop with a feature description such as "add user avatar upload support" and let it prime, plan, implement, and commit the change.