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

lean-ai-prd-team

v1.4.1

Published

Lean AI PRD Team — 8/10-agent AI development skill for Claude Code and other IDEs. Scenario-first, value-driven, minimum viable MVP delivery.

Downloads

371

Readme

Lean AI PRD Team

🌐 sky791016.github.io/lean-ai-dev-team

Apache 2.0 Works with any IDE Claude Code Lean AI


Standard vs. Pro

| | lean-ai-prd-team · Standard | lean-ai-prd-team-pro · Pro | |---|---|---| | Price | Free | Commercial authorization required | | Agents | 8 | 10 | | Scenarios | Greenfield / Refactor / Review | Greenfield / Refactor / Review | | Business Planner → PM → BA | ✅ | ✅ | | Technical Architect | ✅ | ✅ | | Frontend + Backend + Data | ✅ | ✅ | | Compliance PM (4-loop) | ✅ | ✅ | | Code Auditor (OWASP + Health Score /100) | ❌ | ✅ | | BA FP Sizing (IFPUG UFP) | ❌ | ✅ | | Value Assessor (Realized Value Score /100) | ❌ | ✅ |


English


Install Standard (Free)

git clone https://github.com/sky791016/lean-ai-dev-team ~/.claude/skills/lean-ai-prd-team

Then in Claude Code:

/lean-ai-prd-team [全新项目] your task
/lean-ai-prd-team [重构优化] your task
/lean-ai-prd-team [项目评审] your task

Other IDEs: Copy lean-ai-prd-team/SKILL.md into your system prompt / instruction file.


Install Pro (Commercial)

git clone https://github.com/sky791016/lean-ai-dev-team /tmp/lean-ai
cp -R /tmp/lean-ai/lean-ai-prd-team-pro ~/.claude/skills/

Then:

/lean-ai-prd-team-pro [全新项目] your task
/lean-ai-prd-team-pro [重构优化] your task
/lean-ai-prd-team-pro [项目评审] your task

Commercial use requires written authorization — contact: [email protected]


The 8-Agent Team (Standard)

Phase 1  Business Planner     L1-L5 scenario · Business case · 3-phase roadmap
Phase 2  Product Manager      ROI model · Scenario card · KPI dashboard
Phase 3  Business Analyst     Epics · User stories · Acceptance criteria · Human-AI design
Phase 4  Technical Architect  ADRs · API contracts · Clean Core design

Phase 5  Frontend  ─┐
(parallel) Backend  ─┤  Implement against architect's contracts
         Data       ─┘

Phase 6  Compliance PM        4-loop check · Conflict report · DoD sign-off

The 10-Agent Team (Pro)

Phase 0  Code Auditor ★       OWASP Top 10 · N+1 detection · Health Score /100
Phase 1  Business Planner
Phase 2  Product Manager
Phase 3  Business Analyst ★   + IFPUG FP table (UFP total)
Phase 4  Technical Architect

Phase 5  Frontend  ─┐
(parallel) Backend  ─┤
         Data       ─┤
         Value ★    ─┘  Assessor: 4-dimension benefit · Realized Value Score /100

Phase 6  Compliance PM

Example Prompts

Greenfield:

/lean-ai-prd-team-pro [全新项目]

Background: Legal team reviews 50+ supplier contracts/day, avg 2 hours each.
Goal: AI agent to auto-flag high-risk clauses and suggest revisions.
Constraints: Core ERP (SAP) cannot be modified. Chinese contracts. Human sign-off required.
Stack: Python Flask + PostgreSQL + React

Refactor:

/lean-ai-prd-team-pro [重构优化]

Current: Order query P99 = 4.2s, no test coverage, 3-year-old code.
Goal: P99 < 500ms + AI personalized recommendations.
Files: src/order/OrderService.java
DB: MySQL, 80M rows

Review:

/lean-ai-prd-team-pro [项目评审]

AI customer service system launching tomorrow.
Focus: Security vulnerabilities · AI hallucination risk · Concurrency · Data privacy
Files: src/chat/ChatController.java, src/ai/LLMService.java
Output: CTO-ready report

Works With Any IDE

| IDE | How | |---|---| | Claude Code | Native /lean-ai-prd-team or /lean-ai-prd-team-pro | | Cursor | Paste SKILL.md.cursorrules | | Windsurf | Paste SKILL.mdAGENTS.md | | GitHub Copilot | Paste → .github/copilot-instructions.md | | JetBrains AI | Settings → AI → Prompts → paste | | 通义灵码 / CodeBuddy / Comate | System Prompt → paste | | Pure API | system role → SKILL.md content |


Repository Structure

lean-ai-dev-team/
├── SKILL.md                    ← Standard skill (root, for one-line install)
├── README.md
├── LICENSE
├── lean-ai-prd-team/           ← Standard (8 agents · free)
│   └── SKILL.md
├── lean-ai-prd-team-pro/       ← Pro (10 agents · commercial)
│   └── SKILL.md
├── docs/                       ← Website (GitHub Pages)
└── references/

License

Copyright © 2026 Kai Shi (史凯) · [email protected] · Founder of Lean AI Method

Apache 2.0 with Non-Commercial Restriction. Free for personal, educational, non-commercial use. Commercial use → [email protected]


中文说明

标准版 vs 专业版

标准版(免费) — 8 个智能体,覆盖全新项目、重构优化、项目评审三种场景。

专业版(商业授权) — 在标准版基础上增加:

  • 代码审计师 — OWASP Top 10 安全扫描 + 架构健康评分 /100
  • BA 功能点分析 — 完整 IFPUG ILF/EIF/EI/EO/EQ,输出 UFP 总量
  • 效益评估师 — 4 维度效益体系,Realized Value Score /100,对比 PM 原始 ROI 模型

安装标准版

git clone https://github.com/sky791016/lean-ai-dev-team ~/.claude/skills/lean-ai-prd-team

安装专业版

git clone https://github.com/sky791016/lean-ai-dev-team /tmp/lean-ai
cp -R /tmp/lean-ai/lean-ai-prd-team-pro ~/.claude/skills/

商业使用请联系:[email protected]


方法论

基于 精益AI方法论(Lean AI Methodology),作者:史凯(Kai Shi)

"AI 转型不是采购大模型,而是以业务场景为核心,对流程、数据、组织、技术、运营进行精益化重构。"

官网:sky791016.github.io/lean-ai-dev-team

Copyright © 2026 Kai Shi (史凯) · [email protected] Apache 2.0 附非商业限制。专业版商业使用请联系 [email protected]