juicesharpjuicesharpCommunityยท32 Agent Skills Included

rpiv-mono

Supervised AI coding pipeline from research to validated commits

Guides an AI coding agent through a full supervised development pipeline: discover requirements, research the codebase, design vertical slices, plan phases, implement, validate, and commit. Eliminates misaligned AI-generated code by keeping a human driver in the loop with structured checkpoints, parallel analysis subagents, and deterministic quality gates. Chains skills into auditable multi-stage workflows with artifacts, verdicts, and remediation loops so large features ship reviewable and corr
npx skills add juicesharp/rpiv-mono --all -g -y
Available:

Explains the 15 bundled specialist subagents (codebase locators, analyzers, reviewers, verifiers) that skills dispatch through the Agent tool, and how they are installed and synced onto disk.

All Skills in This Repository (32)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

research

Orchestrate targeted analysis agents to answer structured research questions and generate a consolidated research document.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

commit

Group related git changes into structured commits with descriptive messages.

Community
Intermediate
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

resume-handoff

Ingests a handoff document and generates a concrete task plan for resuming work.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

design

Coordinate end-to-end feature design using vertical-slice decomposition and developer micro-checkpoints.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

validate

Collect git history and test evidence to generate a validation report.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

discover

Generate research questions from codebase discovery agents and key files.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

create-handoff

Generate a Markdown handoff document with YAML frontmatter and repository metadata.

Community
Intermediate
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

plan

Generate a phase-based implementation plan from a design artifact.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

annotate-inline

Map project structure and generate per-layer CLAUDE.md files across brownfield codebases.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

code-review

Orchestrate multi-agent code review workflows to generate structured review documents from patch diffs.

Community
Advanced
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

migrate-to-guidance

Migrate CLAUDE.md files into .rpiv/guidance as architecture.md and update references.

Community
Intermediate
๐Ÿ“ฆ In Repo
juicesharpjuicesharp

explore

Generate and compare 2โ€“4 solution candidates for design decisions.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’