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

@kidcraze/ai-workflow-mcp

v1.0.1

Published

AI Workflow Agents - 从想法到产品上线的 AI 多角色协同开发系统

Downloads

76

Readme

AI Workflow MCP Server

从想法到产品上线的 AI 多角色协同开发系统。

安装

npm install -g @kidcraze/ai-workflow-mcp

快速开始

1. 激活 License

ai-workflow activate YOUR-LICENSE-KEY

2. 配置 IDE

ai-workflow setup

3. 开始使用

在 Cursor/Claude Desktop 中:

@产品专家 帮我做一个用户管理系统

或启动自动驾驶:

自动驾驶,帮我做一个用户管理系统

可用 Agent

| Agent | 调用方式 | 功能 | |-------|---------|------| | 产品专家 | @产品专家 | 需求分析、PRD编写、用户故事 | | UED专家 | @UED专家 | UX设计、原型生成、交互设计 | | 架构师 | @架构师 | 系统架构、API设计、数据库设计 | | Java专家 | @Java专家 | Spring Boot、微服务开发 | | 前端专家 | @前端专家 | React/Vue、组件开发 | | 测试专家 | @测试专家 | 测试策略、自动化测试 | | DevOps专家 | @DevOps专家 | CI/CD、部署运维 | | 项目经理 | @项目经理 | 项目计划、进度管理 | | 技术总监 | @技术总监 | 技术评审、质量把控 |

工作流模式

自动驾驶

自动执行 14 阶段完整工作流:

自动驾驶,<需求描述>

控制命令:

  • 暂停 - 暂停自动驾驶
  • 继续 - 继续自动驾驶
  • 状态 - 查看当前进度

手动执行

逐步调用各 Agent:

  1. @产品专家 分析需求
  2. @技术总监 需求评审
  3. @UED专家 设计原型
  4. ...

CLI 命令

# 激活 License
ai-workflow activate <license-key>

# 配置 IDE
ai-workflow setup [ide]

# 查看状态
ai-workflow status

# 诊断问题
ai-workflow doctor

# 使用指南
ai-workflow guide

定价

| 版本 | 价格 | 设备数 | Agent | |------|------|--------|-------| | Starter | ¥199 | 1 台 | 4 个核心 Agent | | Pro | ¥499 | 3 台 | 8 个 Agent + 自动驾驶 | | Team | ¥1299 | 10 台 | 全部 9 个 Agent |

Dashboard

查看工作流进度:

http://localhost:3000

支持

  • 文档: https://ai-workflow.dev/docs
  • 问题: ai-workflow doctor

License

MIT © zhi.qu