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

sdd-full

v5.0.1

Published

SDD Full - 完整的软件设计开发技能包

Readme

sdd-full

完整的软件设计开发技能包

概述

sdd-full 是一个全面的软件开发技能包,包含了从需求分析到发布上线的完整开发流程技能。

安装

npm install sdd-full

使用

JavaScript API 使用

const sdd = require('sdd-full');

// 获取所有技能列表
console.log(sdd.getSkills());

// 获取特定技能的内容
console.log(sdd.getSkill('sdd-full'));

// 获取技能决策树文档
console.log(sdd.getDecisionTree());

// 获取完整开发流程手册
console.log(sdd.getDevGuide());

命令行使用

# 直接运行查看技能包
node node_modules/sdd-full/index.js

包含的技能

需求分析类

  • brainstorming - 创意头脑风暴
  • market-research - 市场调研
  • competitive-brief - 竞品简报
  • prd-write - PRD 文档编写
  • requirement-completion-officer - 需求补全
  • sdd - 基础 SDD 拆分
  • sdd-full - 完整 SDD 流程

设计规划类

  • ui-sdd - UI 交互 SDD
  • sdd-code - 功能实现 SDD
  • sdd-test - 测试 SDD
  • sdd-deploy - 部署 SDD
  • sdd-ops - 运维 SDD
  • writing-plans - 编写计划

开发执行类

  • sdd-add - 快速迭代
  • test-driven-development - TDD 开发
  • systematic-debugging - 系统化调试
  • verification-before-completion - 完成前验证

质量保障类

  • quality-gate - 质量门禁
  • security-audit - 安全审计

发布运维类

  • finishing-a-development-branch - 完成开发分支
  • release-flow - 发布流程管理

知识沉淀类

  • claudeception - 持续学习
  • mempalace-auto-saver - 记忆宫殿自动保存

专项工具类

  • using-superpowers - Superpowers 全流程
  • requesting-code-review - 请求代码审查
  • receiving-code-review - 接收代码审查

版本历史

v1.0.0 (2026-05-04)

  • 初始版本发布
  • 包含完整的技能体系
  • 包含技能决策树
  • 包含完整开发流程手册

许可证

MIT