@xgent-ai/gomad
v1.1.0
Published
GOMAD Orchestration Method for Agile Development
Maintainers
Readme
GoMad (GOMAD Orchestration Method for Agile Development) is an agentic workflow framework for AI-driven software development. It guides you through a structured analysis → plan → solutioning → implementation pipeline using specialized agents and skill-based workflows.
What GoMad is
GoMad treats AI agents as expert collaborators in a structured agile process. Rather than asking an AI to "do the thinking" for you, GoMad's workflows bring out your best thinking in partnership with the model.
- Structured Workflows — Phased pipeline across analysis, planning, solutioning, and implementation
- Specialized Agents — Domain-expert personas for planning, architecture, development, and review
- Scale-Adaptive — Adjusts planning depth to project complexity, from small fixes to larger systems
- Skills Architecture — Composable skills under each workflow phase
- Complete Lifecycle — From initial analysis through delivery
Quick Start
Prerequisites: Node.js v20+ · Python 3.10+ (optional) · uv (optional)
npx @xgent-ai/gomad installFollow the installer prompts, then open your AI IDE (Claude Code, Cursor, etc.) in your project folder.
Non-Interactive Installation (for CI/CD):
npx @xgent-ai/gomad install --directory /path/to/project --modules gomad --tools claude-code --yesDocumentation
GoMad Docs Site — Tutorials, guides, concepts, and reference (site deployment pending; current docs live in the docs/ directory of this repository).
Contributing
We welcome contributions. See CONTRIBUTING.md for guidelines.
License
MIT License — see LICENSE for details.
Credits
GoMad is a hard fork of BMAD Method (bmad-code-org/BMAD-METHOD) by Brian (BMad) Madison and contributors. BMAD Method is MIT-licensed; the original copyright notice and license terms are preserved in LICENSE.
xgent-ai is not affiliated with, endorsed by, or sponsored by BMad Code, LLC. BMad™, BMad Method™, and BMad Core™ remain trademarks of BMad Code, LLC and are referenced here solely for attribution purposes.
See CHANGELOG.md for the v1.1.0 release notes, including the
fork rationale and breaking changes from @xgent-ai/[email protected].
