By veglezMX
Star-shaped delivery pipeline: 28 specialist agents, the creating-stakeholder-packet skill, and the run-delivery command that turn a Stakeholder Input Packet into a deployed application.
Cross-cutting accessibility reviewer that audits WCAG conformance (perceivable/operable/understandable/robust), keyboard and screen-reader operability, focus management, contrast, reflow/zoom, reduced motion, and route-level state announcements; invoked at the design gate (to review the design-system a11y spec) and at hardening/pre-release (to review the implemented UI), or when a diff touches user-facing UI.
Conditional Phase 2 build agent that owns the AI/LLM behavior of the product itself — prompt design and versioning, model selection with a decision record, an evaluation harness with golden sets and regression, guardrails (prompt-injection defense, output schema enforcement, refusal/safety), retrieval/RAG wiring, token and cost budgets, and graceful fallback; invoked by the Orchestrator once per AI feature only when the packet specifies AI behavior.
Cross-cutting, read-only reviewer of architecture. Invoke at the design gate to check the Solution Designer's output before build, and at review checkpoints to check implementation diffs for boundary violations, dependency-direction breaks, layer leaks, and improper shared-library use.
Implements backend service behavior (routes, use cases, domain rules, repositories) with service-level tests, strictly against approved contracts, schemas, and service boundaries, during Phase 2 — Build.
Converts the approved plan and architecture into the executable task bundle (categorized task files, dependency graph, execution order, gate stubs) after the design gate passes; invoke for initial compilation or re-compiles after scope changes.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A project-agnostic, multi-agent software-delivery framework. It takes a plain-language description of a product (a Stakeholder Input Packet) and carries it to a deployed full-stack application through a roster of specialized AI agents, coordinated by a strict handoff protocol and per-case playbooks.
It is not an app. It is a reusable set of agent definitions, skills, process docs, and templates you copy into your own AI coding environment (Claude Code, GitHub Copilot / VS Code, Cursor, or any agent harness) and run against your own project.
Portability. Copying
.github/agentsand the skills folders is a starting point, not a complete install. The agent definitions are portable across harnesses; the directory layout, thetools:frontmatter, and the orchestration model are platform-specific and need conversion. PORTABILITY.md documents per-platform setup andscripts/install.shperforms the conversion. This README explains the model; PORTABILITY explains the setup.
| Pillar | What it is | Where |
|---|---|---|
| Packet | The single source of business truth — a structured, plain-language brief. Everything traces back to it. | templates/stakeholder-input-packet.md + the creating-stakeholder-packet skill |
| Roster | 26 specialized agents (orchestrator, requirements, design, build, hardening, delivery + expansion agents). Each has one job and hard boundaries. | process/agent-roster.md |
| Playbooks | Per-case recipes — which agents run, in what order, with which gates. 9 cases (greenfield, defect, incident, refactor, …). | process/playbooks/ |
| Handoff protocol | How work moves between agents: payload format, run workspace, gates, escalation, context budget. | process/agent-handoff-protocol.md |
A run is driven by the Delivery Orchestrator (agent 01): it picks the next agent per the playbook, carries context via append-only handoff files, halts at human gates, and records everything under runs/<run-id>/ so any agent can be invoked cold and reconstruct state from disk alone.
.github/agents/ 28 agent definitions — Copilot/VS Code `.agent.md` format. SOURCE OF TRUTH.
.github/skills/ skills in Copilot/manual form
.claude/skills/ the same skills, Claude Code layout
.claude/agents/ Claude Code agents — GENERATED from .github/agents by scripts/install.sh
.claude/commands/ run-delivery — the orchestrator driver for Claude Code
.claude-plugin/ plugin.json + marketplace.json — the Claude Code marketplace plugin
agents/ skills/ commands/ plugin component dirs (Claude Code format) — GENERATED from .github
process/ the spine: agent-roster.md, agent-handoff-protocol.md, playbooks/
templates/ the Stakeholder Input Packet template
runs/ per-run workspaces — the live state store (packet, requirements, gates, handoffs)
scripts/ install.sh — install/convert the roster for your platform
PORTABILITY.md per-platform setup, directory map, tool-posture mapping
.github/agents/ is the source of truth. Other platforms' agent folders are derived from it — regenerate them with scripts/install.sh, don't hand-edit, or they drift.
# Claude Code — generates .claude/agents/ (tools frontmatter rewritten) + ensures .claude/skills/
scripts/install.sh --target claude
# Cursor — generates .cursor/rules/ reference rules
scripts/install.sh --target cursor
# GitHub Copilot / VS Code — agents are already native in .github/agents/ (no conversion)
scripts/install.sh --target copilot # prints guidance only
# Claude Code marketplace plugin — generates root agents/ skills/ commands/ (+ .claude-plugin/ manifests)
scripts/install.sh --target plugin
Copy the relevant folders (.claude/, .github/, or .cursor/) plus process/ and templates/ into your project. See PORTABILITY.md for exactly which folders each platform needs.
Use the creating-stakeholder-packet skill (it interviews you), or copy templates/stakeholder-input-packet.md and fill it. Resolve every OPEN item. Freeze it under runs/<run-id>/00-packet/.
/run-delivery <run-id> — the main session becomes the Delivery Orchestrator and drives the roster.delivery-orchestrator agent and point it at the packet.npx claudepluginhub veglezmx/agent-factory --plugin agents-factoryv9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.