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

wize-dev-kit

v0.2.0

Published

Full-lifecycle AI-assisted development kit with Test Architect and Whiteport Design Studio embedded. Inspired by BMAD Method and WDS.

Readme

Wize Development Kit

Full-lifecycle AI-assisted development kit with Test Architect and Whiteport Design Studio embedded. Inspired by BMAD Method and WDS Expansion.

npm version License: MIT Status Repo


Install

In any greenfield or brownfield repo:

npx wize-dev-kit install

Or straight from GitHub (no npm required):

npx github:qwize-br/wize-development-kit install

The installer asks:

  1. Profile(s) to enable (Core / +Web / +App — multi-select).
  2. IDE target(s) (Claude Code, Cursor, Windsurf, Codex, Continue, Kimi Code, OpenCode, Antigravity, or generic fallback — multi-select).
  3. Language preferences (communication + document output).
  4. Output folder (default .wize/).
  5. For brownfield repos: offers to run wize-document-project to baseline the existing codebase.

After install, open your IDE and start with:

"Activate Wizer and brief him on the project."

Wizer will route you to the right persona (Pepper for brief, Mantis for UX baseline, Tony for architecture preferences, etc.).


What it is

Wize Development Kit (WDK) is an installable AI agent stack that takes a project from brief → PRD → UX strategy → architecture → tested implementation through 9 specialized agents (Marvel-themed) and a structured workflow library. It runs inside your AI IDE (Claude Code, Cursor, Windsurf, and others) and writes structured artifacts to a hidden .wize/ folder in the target repo.

Three profiles, combinable in monorepos:

| Profile | What it adds | |---|---| | Wize Dev Core | Full lifecycle (analysis → plan → solution → implementation) + Test Architect + Whiteport UX + Agent Builder. Always installed. | | Wize Web Dev (overlay) | Web stack scaffolds, SEO, analytics, WCAG playbook for Mantis, Playwright/Vitest playbook for Hawkeye. | | Wize App Development (overlay) | Mobile scaffolds, store-listing, platform guidelines (HIG/Material 3), Detox/Maestro playbook for Hawkeye. |


The roster

| # | Persona | Code | Role | |---|---|---|---| | 1 | Wizer | wize-orchestrator | Orchestrator, knowledge base, briefing, routing | | 2 | Pepper Potts | wize-agent-analyst | Business Analyst + WDS Saga (product brief, trigger map) | | 3 | Peggy Carter | wize-agent-tech-writer | Technical Writer (transversal) | | 4 | Maria Hill | wize-agent-pm | Product Manager (PRD, epics, sprints) | | 5 | Mantis | wize-agent-ux-designer | UX Designer + WDS Freya (scenarios, design, design system) | | 6 | Nick Fury | wize-agent-solution-strategist | Solution Strategy, tech vision, NFR principles | | 7 | Tony Stark | wize-agent-architect | System Architect (architecture, ADRs, epics, stories) | | 8 | Hawkeye | wize-agent-test-architect | Test Architect — 6 gates (risk, design, trace, nfr, review, gate) | | 9 | Shuri | wize-agent-dev | Senior Developer (TDD, code, refactor) |

See ROSTER.md for personas, styles and BMAD equivalences.


Walkthrough — a full project, end to end

Below is the canonical flow Wizer drives in a real session. Each step is a slash command in your IDE; each persona reads the previous artifact before writing its own. Nothing is mocked.

1.  /wize-orchestrator          Wizer greets, reads .wize/config/{project,user}.toml.
                                Detects the project state and routes you.

2.  /wize-product-brief         Pepper turns raw demand into brief.md.
    /wize-trigger-map           Pepper maps user psychology → business goals (WDS).
    /wize-research              Pepper synthesizes external evidence (optional).

3.  /wize-create-prd            Maria Hill writes prd.md (goals, scope, ACs).
    /wize-validate-prd          Maria Hill (+ Mantis/Fury) signs off.

4.  /wize-ux-scenarios          Mantis runs the 8-question WDS dialog.
    /wize-ux-design             Mantis writes page specs (one .md per screen).

5.  /wize-tech-vision           Fury picks the stack family + non-negotiables.
    /wize-nfr-principles        Fury writes the NFR budget (perf, sec, a11y…).

6.  /wize-create-architecture   Tony writes architecture.md + ADRs.
    /wize-design-system         Mantis writes design-system/ (tokens + components).
    /wize-create-epics-and-stories
                                Tony slices epics → stories (each has ACs).

7.  /wize-tea-risk              Hawkeye builds the global risk profile.
    /wize-tea-design            Hawkeye writes test design for the next story.
    /wize-dev-story             Shuri implements (TDD, AC IDs in commits).
    /wize-tea-trace             Hawkeye maps each AC → tests.
    /wize-tea-review            Hawkeye runs story review.
    /wize-tea-gate              Hawkeye emits PASS / CONCERNS / FAIL / WAIVED.

8.  /wize-sprint-status         Maria Hill keeps the daily snapshot updated.
    /wize-retrospective         Wizer facilitates retro at end of each sprint.
    /wize-tea-nfr               Hawkeye assesses NFRs at epic boundary.

Cross-cutting:
    /wize-help                  Wizer figures out where you are and proposes
                                the next step (use anytime).
    /wize-quick-dev             Shuri takes a small fix without the full ride.
    /wize-party-mode            Wizer convenes multi-persona for hard calls.

Use /wize-help next whenever you're unsure — it inspects .wize/ and tells you the single next action.


Output layout (in the target repo)

.wize/
├── config/             # project.toml, user.toml, tea.toml
├── planning/           # brief, research, ux/, prd, tech-vision, nfr-principles
├── solutioning/        # architecture, adrs, epics, stories
├── implementation/     # sprint-status, retrospective, tea/{gates}
├── knowledge/          # long-lived docs and references
└── custom/             # agents/skills/workflows created by Agent Builder

CLI commands

npx wize-dev-kit install         # interactive setup
npx wize-dev-kit update          # bring an installed kit up to the current package version
npx wize-dev-kit sync            # re-render IDE adapters after editing config
npx wize-dev-kit agent list      # list built-in + custom agents
npx wize-dev-kit agent create    # scaffold a new custom agent (validated + dry-run)
npx wize-dev-kit agent edit <code>  # override a built-in via .wize/custom/agents/<code>/customize.toml
npx wize-dev-kit validate        # structural checks on the kit assets
npx wize-dev-kit uninstall       # remove .wize/ (your code is left untouched)

Documentation

  • ARCH.md — full architecture: distribution, fluxos, layout, installer.
  • ROSTER.md — 9 personas with style, role, BMAD equivalences.
  • DECISIONS.md — decisions log from the design interview.

Status

Alpha — v0.1.0. This release is a working skeleton: directory tree, agent descriptors, workflow stubs, installer scaffolding, and IDE adapter placeholders. The core flow (brief → PRD → architecture → story → TEA gates) is scaffolded but not yet wired end-to-end. Production-readiness target: v0.5.0.


Inspiration & credits

  • BMAD Method by Brian (BMad) Madison — for the agile AI lifecycle, agent personas, installer pattern, module system.
  • Whiteport Design Studio expansion — for the UX-first methodology, Norse pantheon (Saga, Freya), phase structure.

Wize Development Kit is an independent adaptation — not affiliated with or endorsed by BMAD or WDS authors. Marvel persona names are used as creative references under nominative fair use.


License

MIT — see LICENSE.