Automate the entire software development lifecycle by orchestrating multiple AI agents to handle requirements gathering, architecture design, feature implementation, testing, code review, and debugging through structured workflows with quality gates.
> **BMAD (Business-Minded Agile Development)** - AI-driven agile development automation with role-based agents
Full enterprise agile methodology with 6 specialized agents, UltraThink analysis, and repository-aware development.
Interactive System Architect agent for technical design with quality scoring and user confirmation
Automated Developer agent for implementing features based on PRD, architecture, and sprint plan
Repository-aware orchestrator agent for workflow coordination, repository analysis, and context management
This skill should be used for structured feature development with codebase understanding. Triggers on /do command. Provides a 5-phase workflow (Understand, Clarify, Design, Implement, Complete) using codeagent-wrapper to orchestrate code-explorer, code-architect, code-reviewer, and develop agents in parallel.
This skill should be used for multi-session autonomous agent work requiring progress checkpointing, failure recovery, and task dependency management. Triggers on '/harness' command, or when a task involves many subtasks needing progress persistence, sleep/resume cycles across context windows, recovery from mid-task failures with partial state, or distributed work across multiple agent sessions. Synthesized from Anthropic and OpenAI engineering practices for long-running agents.
Use this skill when you see `/omo`. Multi-agent orchestration for "code analysis / bug investigation / fix planning / implementation". Choose the minimal agent set and order based on task type + risk; recipes below show common patterns.
Interactive Product Owner skill for requirements gathering, analysis, and PRD generation. Triggers when users request product requirements, feature specification, PRD creation, or need help understanding and documenting project requirements. Uses quality scoring and iterative dialogue to ensure comprehensive requirements before generating professional PRD documents.
This skill should be used when users need to generate detailed, structured prompts for creating UI/UX prototypes. Trigger when users request help with "create a prototype prompt", "design a mobile app", "generate UI specifications", or need comprehensive design documentation for web/mobile applications. Works with multiple design systems including WeChat Work, iOS Native, Material Design, and Ant Design Mobile.
Executes bash commands
Hook triggers when Bash tool is used
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.
AI-powered development automation with multi-backend execution (Codex/Claude/Gemini/OpenCode)
npx github:stellarlinkco/myclaude
| Module | Description | Documentation |
|---|---|---|
| do | Recommended - 5-phase feature development with codeagent orchestration | /do command |
| omo | Multi-agent orchestration with intelligent routing | /omo command |
| bmad | BMAD agile workflow with 6 specialized agents | /bmad-pilot command |
| requirements | Lightweight requirements-to-code pipeline | /requirements-pilot command |
| essentials | 11 core dev commands: ask, bugfix, code, debug, docs, enhance-prompt, optimize, refactor, review, test, think | /code, /debug, etc. |
| sparv | SPARV workflow (Specify→Plan→Act→Review→Vault) | /sparv command |
| course | Course development (combines dev + product-requirements + test-cases) | Composite module |
| claudekit | ClaudeKit: do skill + global hooks (pre-bash, inject-spec, log-prompt) | Composite module |
Individual skills can be installed separately via npx github:stellarlinkco/myclaude --list (skills bundled in modules like do, omo, sparv are listed above):
| Skill | Description |
|---|---|
| browser | Browser automation for web testing and data extraction |
| codeagent | codeagent-wrapper invocation for multi-backend AI code tasks |
| codex | Direct Codex backend execution |
| dev | Lightweight end-to-end development workflow |
| gemini | Direct Gemini backend execution |
| product-requirements | Interactive PRD generation with quality scoring |
| prototype-prompt-generator | Structured UI/UX prototype prompt generation |
| skill-install | Install skills from GitHub with security scanning |
| test-cases | Comprehensive test case generation from requirements |
# Interactive installer (recommended)
npx github:stellarlinkco/myclaude
# List installable items (modules / skills / wrapper)
npx github:stellarlinkco/myclaude --list
# Detect installed modules and update from GitHub
npx github:stellarlinkco/myclaude --update
# Custom install directory / overwrite
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force
--update detects already installed modules in the target install dir (defaults to ~/.claude, via installed_modules.json when present) and updates them from GitHub (latest release) by overwriting the module files.
Edit config.json to enable/disable modules:
{
"modules": {
"bmad": { "enabled": false },
"requirements": { "enabled": false },
"essentials": { "enabled": false },
"omo": { "enabled": false },
"sparv": { "enabled": false },
"do": { "enabled": true },
"course": { "enabled": false }
}
}
| Scenario | Recommended |
|---|---|
| Feature development (default) | /do |
| Bug investigation + fix | /omo |
| Large enterprise project | /bmad-pilot |
| Quick prototype | /requirements-pilot |
| Simple task | /code, /debug |
| Role | Agent | Responsibility |
|---|---|---|
| Orchestrator | Claude Code | Planning, context gathering, verification |
| Executor | codeagent-wrapper | Code editing, test execution (Codex/Claude/Gemini/OpenCode) |
| Backend | Required Features |
|---|---|
| Codex | codex e, --json, -C, resume |
| Claude | --output-format stream-json, -r |
| Gemini | -o stream-json, -y, -r |
| OpenCode | opencode, stdin mode |
~/.claude/
├── bin/codeagent-wrapper
├── CLAUDE.md (installed by default)
├── commands/ (from essentials module)
├── agents/ (from bmad/requirements modules)
├── skills/ (from do/omo/sparv/course modules)
├── hooks/ (from claudekit module)
├── settings.json (auto-generated, hooks config)
└── installed_modules.json (auto-generated, tracks modules)
npx claudepluginhub stellarlinkco/myclaudeFull BMAD agile workflow with role-based agents (PO, Architect, SM, Dev, QA) and interactive approval gates
Requirements-driven development workflow with quality gates for practical feature implementation
Essential development commands for coding, debugging, testing, optimization, and documentation
Minimal SPARV workflow (Specify→Plan→Act→Review→Vault) with 10-point spec gate, unified journal, 2-action saves, 3-failure protocol, and EHRB risk detection.
No description provided.
Essential development commands for coding, debugging, testing, optimization, and documentation
Context management and multi-agent orchestration with performance optimization tools
Multi-agent orchestrator — supervisor loop that launches agents to implement plans
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
HelloAGENTS — The orchestration kernel that makes any AI CLI smarter. Adds intelligent routing, unified QA gates, safety guards, and notifications.
Multi-agent development workflow (/crew) — planning, implementation, review, documentation, evals, and audit gates. Commands, agents, and skills are auto-discovered from the repo.