Draft
feat: minions plugin — Stripe-style Blueprint agents for unattended coding tasks#1
Conversation
Copilot
AI
changed the title
feat: add minions plugin — Stripe Blueprint architecture for unattended coding agents
feat: minions plugin — Stripe-style Blueprint agents for unattended coding tasks
Jul 2, 2026
Copilot created this pull request from a session on behalf of
88plug
July 2, 2026 04:42
View session
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.
Adds
minionsto the marketplace: a plugin modeled after Stripe's Minions architecture (Blueprint state machines mixing deterministic + agentic nodes) that drives Claude Code through unattended task execution — pre-hydrate context, implement, lint/test, fix once, report.Plugin surfaces
agents/minion.md— unattended executor enforcing the standard Blueprint sequence: deterministic pre-hydration → agentic implement → deterministic verify → one agentic fix pass (hard cap) → deterministic reportagents/blueprint-architect.md— designs reusable Blueprint definitions for recurring task patterns; outputs.minions/<name>.blueprint.mdfilesskills/blueprint/SKILL.md— encodes the D→A→D→A?→D pattern, design axioms (front-load determinism, minimize agentic surface, hard 2-pass cap), pre-hydration recipe, and verification recipecommands/minion.md—/minion <task|#issue|URL>fires the minion agentcommands/blueprint.md—/blueprint [list|show|design]manages stored Blueprint fileshooks/hooks.json+bin/minion-prehydrate.sh—UserPromptSubmithook; pre-fetches referenced GitHub issues/PRs viaghCLI and injects content before the agent loop startsMarketplace wiring
Entry added to
.claude-plugin/marketplace.jsonusinggit-subdirsource pointing toplugins/minions/in this repo.Key design constraints encoded
agents/minion.md§hard capagents/minion.md§behavioral constraints