refactor(skills): correct RPI and HVE Builder subagents to be optional and advisory and remove rpi-quick and hve-builder-tester skills - #2902
Open
Allen Greaves (agreaves-ms) wants to merge 4 commits into
Conversation
…and rpi-quick, default research to balanced - remove all required subagent dispatch from rpi-research/plan/implement/review; helpers are optional and return suggestions only - delete RPI Planner subagent and rpi-quick skill; set RPI Researcher and Review Builder to GPT-5.6 Luna - refocus rpi-implement on following/updating the plan, checking off work, and a condensed changes log - add posture= arg to rpi-research (balanced default); add hve-builder guidance for RPI phase extensions - strip skill-restating text from 18 callers; update docs, evals, plugin.json, and extension projections 🧹 - Generated by Copilot
… pass, rename RPI Review Builder to RPI Reviewer - remove hve-builder-tester skill, HVE Artifact Tester subagent, and all freeze/sandbox/behavior-gate instructions - add HVE Builder Reviewer subagent (GPT-5.6 Luna) as an optional fresh-context reviewer; parent accepts or rejects findings and owns the verdict - rename rpi-review-builder to rpi-reviewer as an assignment-based helper needing no RV/Pxx inputs; rpi-review verifies its findings - update aliases, instructions, docs, evals (228 stimuli), plugin.json, and extension projections 🧹 - Generated by Copilot
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2902 +/- ##
=======================================
Coverage 83.00% 83.00%
=======================================
Files 185 185
Lines 34924 34924
Branches 228 228
=======================================
Hits 28989 28989
Misses 5861 5861
Partials 74 74
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Contributor
Eval Execution❌ Status: Failed — 1 spec(s) block merge
|
🧪 - Generated by Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Bill Berry (WilliamBerryiii)
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Simplifies how the RPI and HVE Builder workflows use subagents, and removes lifecycle machinery that had become a source of confusion.
RPI subagents become optional and advisory. No RPI phase requires a subagent.
RPI Researcherand the renamedRPI Reviewer(formerly RPI Review Builder) are read-only helpers the phase parent may assign a bounded, context-heavy portion of work to. They return source pointers or candidate findings as suggestions; the parent verifies at the cited evidence, assigns everyC#,W#, orRV-xxxID, and owns all artifacts, decisions, and routes. Both run onGPT-5.6 Luna (copilot). TheRPI Plannersubagent is removed;rpi-planinstead watches for skills or subagents whose descriptions say they are used during planning and follows those descriptions.rpi-implementis refocused on following the plan, updating it as new information comes to light, checking off completed work, and keeping a condensed behavioral changes log. It no longer mentions helpers or prescribes how the model should implement code.rpi-researchdefaults tobalancedposture (was deepest) and exposesposture=as a caller argument.rpi-quickis removed along with all references.RPI Agentand direct phase skills are the entry surfaces.hve-buildermoves to a parent-owned review pass. Thehve-builder-testerskill,HVE Artifact Testersubagent, and all freeze, sandbox, fidelity, change-classification, and behavior-gate instructions are removed. The main agent reviews its candidate against the requirements catalog and review rubric, optionally dispatching the new read-onlyHVE Builder Reviewersubagent (GPT-5.6 Luna) for a fresh-context pass. The parent decides what passes: it may accept or reject any reviewer finding on its own reasoning, including a finding that calls an instruction confusing when the parent's reading shows it is suitable for its purpose, and records the disposition in the review evidence.Caller cleanup. Eighteen non-RPI agents and instructions stop restating what the
rpi-researchskill already owns.hve-buildergains guidance for authoring RPI phase extensions where the artifact description is the whole contract.Related Issue(s)
N/A
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
hve-builderand addressed all actionable findings.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md).github/hooks/*/*.json)evals/)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
User Request:
Execution Flow:
hve-builderresolves the target, inferscreate,improve,refactor, captures the current contract, and authors the change directly.validate:skills,lint:frontmatter) and closes any mechanical findings.HVE Builder Reviewerwith the target, requirements, catalog, rubric, and read-only boundary..copilot-tracking/hve-builder/{{YYYY-MM-DD}}/and returnsPass.For RPI,
rpi-reviewmay handRPI Reviewerone assignment in plain words ("compare the P02 and P03Requirements:blocks against the changes record and report any requirement without matching evidence") with the two file paths, then verifies each returned candidate before recording anRV-xxx.Output Artifacts:
Review evidence excerpt:
Success Indicators:
hve-builderstage blocks on a subagent being available.C#,W#, orRV-xxxIDs and no file writes; the parent's artifact carries all IDs and decisions.hve-builderreview evidence names the reviewed revision and records each reviewer finding as accepted or rejected with a reason.rpi-researchopens atbalancedposture unlessposture=or a recorded brief-based reason changes it.plugin.json,extension/,docs/reference/, andevals/agent-behavior/regenerate with no drift.Testing
npm run validate:skills,npm run lint:frontmatter,npm run lint:md,npm run lint:md-links,npm run lint:tables,npm run plugin:validate,npm run docs:generate:checkall pass.scripts/evals/Build-AgentBehaviorSpec.ps1 -WhatIfandBuild-AgentInventory.ps1 -WhatIfreport no drift (62 agents, 30 subagents).git diff --checkclean.plugin.json(59 agents, 76 skills),docs/reference/catalogs and pages,extension/package.json,extension/README.md,evals/agent-behavior/AGENTS.ymlandeval.yaml.evals/behavior-conformance/skill-behavior.eval.yaml: removedrpi-quickandhve-builder-testerstimuli, rewrote thehve-builderreview-routing and convergence stimuli; total 228.hve-builder-reviewandrpi-reviewer;rpi-plannerandhve-artifact-testerpartials and the orphaned tester fixture removed.rpi-quick,rpi-planner,hve-builder-tester,hve-artifact-tester,RPI Review Builder,.copilot-tracking/sandbox, and freeze/behavior-gate vocabulary return only CHANGELOG, logs, tracking, synthetic test fixtures, and one historical ADR.Checklist
Required Checks
AI Artifact Contributions
hve-builderreview mode to review contributionhve-builderreviewRequired Local Checks
The following local-safe validation commands must pass before merging:
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
rpi-quickandhve-builder-testerskills, and theRPI PlannerandHVE Artifact Testersubagents, are removed.RPI Review Builderis renamedRPI Reviewer. Callers referencing the old names need updating..copilot-tracking/sandbox/is no longer a tracking root; itsapplyToentry was dropped fromcopilot-tracking.instructions.md.tools:frontmatter onRPI Researcherwas intentionally left unchanged per the hve-builder tool-configuration boundary, even though the body is now read-only.docs/planning/adrs/0010-*.mdstill nameshve-builder-testeras a historical run record and was left as-is.docs/reference/README.mdskill count moved 78 to 79 during regeneration; this was pre-existing generator drift picked up by the run.npm run validate:local,validate:docs, andspell-checkwere not run for this body; the individual lint and drift checks listed under Testing were.