npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@xgent-ai/gomad

v1.1.0

Published

GOMAD Orchestration Method for Agile Development

Readme

Version License: MIT Node.js Version

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 install

Follow 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 --yes

Documentation

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].