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

flnext-sdd

v4.0.2

Published

FLNext-SDD — 基于 Claude Code 的 13 阶段规格驱动开发工作流

Downloads

886

Readme

FLNext-SDD v4.0.0

基于 Claude Code 的 13 阶段规格驱动开发工作流(含 3b 架构评审、7b 集成门控)。

v4.0:认知锚定、决策血缘、熔断机制、集成门控、受控会诊、紧急修复、跨阶段一致性自检。。

快速开始

# 在你的项目目录下
npx flnext-sdd@latest

安装后在 Claude Code 中输入命令开始开发:

| 命令 | 说明 | |------|------| | /flnext-sdd-discovery | [0] 老项目扫描代码库 | | /flnext-sdd-requirement | [1] 需求讨论(钉钉 AI 表格) | | /flnext-sdd-prototype | [2] HTML 原型设计 | | /flnext-sdd-architecture | [3] 架构设计 + ADR | | /flnext-sdd-arch-review | [3b] 对抗性架构评审 | | /flnext-sdd-backend | [4] 后端开发 (7-Wave + Phase A 编译) | | /flnext-sdd-frontend | [5] 前端开发 (Phase B 编译) | | /flnext-sdd-testcase | [6] 测试用例 | | /flnext-sdd-testing | [7] 功能测试 | | /flnext-sdd-integration-gate | [7b] 集成门控(双编译+全栈联调) | | /flnext-sdd-submit | [8] 提测 (rebase + AI自检 + GitLab MR) | | /flnext-sdd-accept | [9] 验收 (Beta + 钉钉回传) | | /flnext-sdd-release | [10] 发布 | | /flnext-sdd-hotfix | 紧急修复 (P0/零日漏洞) | | /flnext-sdd-consultation | 受控会诊模式 | | /flnext-sdd-status | 查看进度 | | /flnext-sdd-quick | 快速通道 |

CLI 命令

| 命令 | 说明 | |------|------| | npx flnext-sdd | 安装 | | npx flnext-sdd --update | 更新(自动迁移 v4 STATE) | | npx flnext-sdd --status | 终端查看进度 | | npx flnext-sdd --audit | 宪法合规审计 | | npx flnext-sdd --drift-check | 代码漂移检测 |

核心特性

  • 13 阶段全覆盖 — Discovery → Release + 7b 集成门控
  • 双编译门禁 + 集成门控 — Phase A/B 独立确认,提测前全栈联调
  • AI 代码自检 — 9 大类(含跨阶段一致性 10 项)
  • 14 条宪法规原则 — 含认知锚定、决策血缘、熔断机制
  • 钉钉需求联动 — 需求/验收阶段自动读写钉钉 AI 表格
  • 7-Wave 开发编排 — 子代理并行开发
  • Delta 规格变更 — 增量变更 + 归档合并

更多

完整文档: FLNext-SDD 操作手册