Prp Implement banner
ibyron17 ibyron17

Prp Implement

Development community

Description

--- description: Execute an implementation plan with rigorous validation loops argument-hint: <path/to/plan.md> --- > Adapted from PRPs-agentic-eng by Wirasm. Part of the PRP workflow series. # PRP Implement Execute a plan file step-by-step with continuous validation. Every change is verified immediately — never accumulate broken state. **Core Philosophy**: Validation loops catch mistakes early. Run checks after every change. Fix issues immediately. **Golden Rule**: If a validation fails, f

Installation

Installs to ~/.claude/skills/ibyron17-coding-env-prp-implement/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ibyron17-coding-env-prp-implement && curl -fsSL https://raw.githubusercontent.com/ibyron17/coding-env/HEAD/commands/prp-implement.md -o ~/.claude/skills/ibyron17-coding-env-prp-implement/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository