rpiv-mono
Supervised AI coding pipeline from research to validated commits
All Skills in This Repository (32)
Pure Emerald Level Indicatorsresearch
Orchestrate targeted analysis agents to answer structured research questions and generate a consolidated research document.
commit
Group related git changes into structured commits with descriptive messages.
resume-handoff
Ingests a handoff document and generates a concrete task plan for resuming work.
design
Coordinate end-to-end feature design using vertical-slice decomposition and developer micro-checkpoints.
validate
Collect git history and test evidence to generate a validation report.
discover
Generate research questions from codebase discovery agents and key files.
create-handoff
Generate a Markdown handoff document with YAML frontmatter and repository metadata.
plan
Generate a phase-based implementation plan from a design artifact.
annotate-inline
Map project structure and generate per-layer CLAUDE.md files across brownfield codebases.
code-review
Orchestrate multi-agent code review workflows to generate structured review documents from patch diffs.
migrate-to-guidance
Migrate CLAUDE.md files into .rpiv/guidance as architecture.md and update references.
explore
Generate and compare 2โ4 solution candidates for design decisions.
Frequently Asked Questions
FAQPage SchemaHow to install rpiv-mono?โผ
Run `npx skills add juicesharp/rpiv-mono --all -g -y` in your terminal to install the full skill suite globally.
What problem does rpiv-mono solve?โผ
It keeps a human driver in the loop while AI writes code at speed, preventing locally-correct but architecturally misaligned changes from eroding your codebase.
How does the rpiv pipeline work?โผ
Skills chain together: discover captures intent, research grounds it in the codebase, design and plan decompose the work, implement executes phases, and validate plus grade gates verify the result before commit.
Does rpiv-mono work with the Pi coding agent?โผ
Yes. It is built as a set of Pi agent extensions and skills, installed via rpiv-pi with a `/rpiv-setup` command that wires up the pipeline and its subagents.
Can I use rpiv skills without deep prompt engineering knowledge?โผ
Yes. You invoke plain slash commands like /skill:research or /skill:implement, and the skills handle agent dispatch, checkpoints, and artifact writing for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core