Add rfspec plugin: multi-model spec generation#8
Open
TheFactoriousDROID wants to merge 2 commits intoFactory-AI:masterfrom
Open
Add rfspec plugin: multi-model spec generation#8TheFactoriousDROID wants to merge 2 commits intoFactory-AI:masterfrom
TheFactoriousDROID wants to merge 2 commits intoFactory-AI:masterfrom
Conversation
a4d1b7f to
98672aa
Compare
Sends user prompt directly to Opus 4.6 (max), GPT-5.4 (xhigh), and Gemini 3.1 Pro (high) in parallel -- each at its maximum reasoning tier. Presents competing responses and lets the user pick or synthesize. Includes a skill that teaches the agent the full workflow: when to invoke rfspec, how to evaluate and compare results, how to synthesize, and where to save the final spec.
98672aa to
28c686a
Compare
…saving Background droid exec calls failed for Opus because no --auto flag was set, causing permission denial in non-interactive subprocesses. Also, the agent instructions allowed saving specs directly without user review -- now requires ExitSpecMode approval before writing to specs/active/.
shashank-factory
approved these changes
Mar 7, 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.
What
Adds the rfspec plugin -- a
/rfspecslash command that fans a prompt out to three models in parallel, each at its maximum reasoning tier:The user's prompt is passed directly to all three models with no prescriptive system prompt -- just raw reasoning. Results are presented side-by-side so the user can pick one or synthesize the best parts.
Changes
plugins/rfspec/-- new plugin directory.factory-plugin/plugin.json-- manifestcommands/rfspec-- executable bash command with dependency guards, paralleldroid execcalls, graceful per-model failure handlingREADME.md-- usage and requirements.factory-plugin/marketplace.json-- added rfspec entryREADME.md-- added rfspec to Available Plugins sectionRequirements
droidCLI (authenticated)jqfor JSON parsingDegrades gracefully: skips failed models and only errors if all three fail.