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

@vitorbritto/braddock

v1.0.0

Published

AI Squad template for Claude Code — from vision to code, no improvising.

Downloads

76

Readme

What is this?

Remember Colonel James Braddock? The guy who walked into a hostile jungle alone — no written plan, no kickoff meeting, no slide deck — and came out with everything solved?

Let's be honest: there's no other Braddock in the world, and there never will be. So here's a complete squad instead: defined roles, traceable artifacts, iron-clad governance, and a Kanban JSON that doesn't lie to anyone.

Braddock doesn't ask for a PRD. But you need one.

Agents

Like any special operation worth its name, every mission requires specialists:

| Agent | Role | | ---------------------- | --------------------------------- | | pm | Transforms vision into PRD | | tech-lead | Architecture, trade-offs, risks | | architect-specialist | Structure, modules, boundaries | | backend-senior | Implements business rules | | frontend-senior | Interface, flows, integration | | ui-ux | Experience, clarity, conversion | | planner | Breaks work into epics and tasks | | qa | Validates, flags gaps, reviews |

Braddock went in alone to solve the problem. You have an entire squad. Use it.


Pipeline

No mission starts in the middle. Neither does this one:

Vision → PRD → Architecture → Spec → Tasks → Implementation → Review

Each step produces an artifact. Each artifact feeds the next step.


Skills

| Skill | What it does | | ------------------ | --------------------------------------------------- | | /kickoff | Initializes the operation, prepares the ground | | /create-prd | PM defines the mission objective | | /create-spec | Tech Lead + Architect + UI/UX build the plan | | /breakdown-work | Planner breaks into epics, stories, and small bets | | /implement-task | Executes the next eligible task | | /review-delivery | QA + Tech Lead validate what was delivered |

Structure

your-project/
├─ .braddock/
│  ├─ PROMPT.md             # The kickoff prompt. Paste into Claude Code.
│  ├─ board/
│  │  └─ kanban.json        # The tactical map. Always up to date.
│  └─ memory/
│     ├─ vision.md          # Why the mission exists
│     ├─ prd.md             # What needs to be done
│     ├─ architecture.md    # How it will be done
│     ├─ spec.md            # The technical contract
│     ├─ tasks.json         # What each agent will do
│     ├─ decisions.md       # Decisions that cannot be forgotten
│     └─ status.md          # Where we are right now
└─ .claude/
   ├─ CLAUDE.md             # The law. Non-negotiable.
   ├─ settings.json         # Minimal config. Braddock would approve.
   ├─ agents/               # The squad. One file per role.
   └─ skills/               # The moves. One skill per pipeline step.

Code of honor

  1. Always read .braddock/memory/ before taking any action.
  2. Never implement before a PRD and spec exist.
  3. Never assume a business rule without recording a decision.
  4. Maintain traceability: vision → PRD → spec → task → code.
  5. Before closing any step: validate consistency, flag risks, flag dependencies.

Getting started

1. Install Braddock in your project

# Install in the current directory
npx braddock init

# Install in a specific directory
npx braddock init /path/to/your/project

Does not overwrite files that already exist in the target project.

2. Define your product vision

Edit .braddock/memory/vision.md with your product idea. Without this, the squad has no mission.

3. Fire up the squad in Claude Code

Paste the content of PROMPT.md into Claude Code:

You are operating inside a virtual squad system called Braddock.

Read first, in this order:
- .claude/CLAUDE.md
- ./braddock/memory/vision.md
- ./braddock/memory/status.md

Your mission is to initialize the project and prepare the squad for execution.

Rules that cannot be broken:
- Never skip steps in the pipeline
- Never implement code before an approved PRD and spec exist
- Never assume a business rule without recording it in ./braddock/memory/decisions.md
- Always maintain traceability: vision → PRD → spec → task → code

Default pipeline:
/kickoff → /create-prd → /create-spec → /breakdown-work → /implement-task → /review-delivery

Start now with /kickoff.

From there, each skill points to the next one when it finishes. The squad is self-guided.

The most important thing

What makes this actually work isn't having several agents with fancy names.

It's this:

  • Strong governance — nobody acts outside their role
  • Fixed pipeline — no shortcuts, no improvising
  • Persisted artifacts — what was decided, stays recorded
  • Full traceability — vision connects to PRD connects to code

Without that, it's just a bunch of AI agents yelling in the jungle.

Braddock yelled. The squad documents.

Mission started. Waiting for /kickoff.