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

ai-sdd

v1.2.28

Published

Transform your coding workflow with AI-powered Spec-Driven Development. One command installs 11 powerful slash commands, Project Memory, and structured development workflows for 7 AI coding agents based on the AI-Assisted SDD methodology.

Readme

ai-sdd: AI-Assisted Spec-Driven Development

AI multiplies whatever you feed it. Feed it structure — specs, designs, tasks — and it multiplies your velocity. Feed it chaos, and it multiplies your mistakes.

ai-sdd.com · Get the Book · npm


The Problem

Every AI coding agent shares the same fundamental weakness: it cannot infer what you actually meant. It will confidently build the wrong thing, in the wrong way, at the wrong layer — unless you give it a contract first.

That contract is a specification.

The Methodology

AI-Assisted Spec-Driven Development (AI-SDD) is a structured collaboration model built on three roles:

  • Director — You define intent, constraints, and approve each phase
  • Executor — The AI implements within the boundaries you set
  • Contract — Specs (requirements, design, tasks) are the shared language that keeps both aligned

The methodology covers the complete development lifecycle: Requirements → Design → Tasks → Implementation → Validation — with human approval gates between each phase.

The complete methodology is documented at ai-sdd.com.


The Tool

ai-sdd is the NPM package that operationalizes the AI-SDD methodology across 7 AI coding agents: Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, and Windsurf.

# Install in your project (30 seconds)
cd your-project
npx ai-sdd

Once installed, /sdd: slash commands guide you and your AI agent through each phase of the spec-driven workflow.

Supports 7 agents × 12 languages.

npx ai-sdd --claude         # Claude Code [default]
npx ai-sdd --cursor         # Cursor IDE
npx ai-sdd --gemini         # Gemini CLI
npx ai-sdd --codex          # Codex CLI
npx ai-sdd --copilot        # GitHub Copilot
npx ai-sdd --qwen           # Qwen Code
npx ai-sdd --windsurf       # Windsurf IDE

npx ai-sdd --lang pt        # Portuguese (default: en)
npx ai-sdd --dry-run        # Preview without writing files

Supported languages: en, ja, zh-TW, zh, es, pt, de, fr, ru, it, ko, ar


Learn More

The full methodology, rationale, and step-by-step guidance — including how to apply SDD to brownfield projects, how to structure EARS-format requirements, and how to run multi-agent workflows — is covered in the book.

AI-Assisted SDD: Spec-Driven Development with Gemini, Claude, and ai-sdd Available in English, Portuguese, and Japanese on Amazon, Apple Books, Google Play, Kobo, and 4+ other stores worldwide.


Author

Leonardo Sampaio — Principal Architect, Computer Scientist with 20+ years of experience.

LinkedIn · ai-sdd.com

License

AI-SDD is an independent framework maintained by its author.

See LICENSE.md for full details.