通用需求到开发设计工作流 — 26 个独立可组合 skill,跨行业(医药/SaaS/移动),3 个完整示例,5 个 CI workflow,Mermaid/Drawio 流程图工具链,VSCode 集成
SaferSkills independently audited analysis-to-delivery (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
26 个独立 skill 自由组合 — 走流程用 orchestration,做单件事用 action,纪律由 disciplines 自动加载。
/ask-delivery (router)/analysis-delivery-workflow/using-superpowers (router)skills/
├── ask-delivery/ # Router 1: 9 动作 + 1 编排
├── using-superpowers/ # Router 2: 7 个 superpowers skill
├── user-invoked/ # 9 个动作
│ ├── setup-analysis-delivery/ # 1: 项目配置
│ ├── grill-task/ # 2: 需求澄清 + 字段对齐
│ ├── to-brd/ # 3: BRD
│ ├── compliance-review/ # 4: 合规评审
│ ├── test-case-design/ # 5: 测试用例
│ ├── to-prd/ # 6: PRD
│ ├── dev-design/ # 7: FSD+数据模型+开发设计+回测+复盘
│ ├── qa-audit/ # 8: QA 审计
│ └── handoff/ # 9: 交接
├── orchestration/ # 1 + 7, 嵌套
│ ├── analysis-delivery-workflow/ # 9 阶段流程编排
│ └── development/ # 7 个 superpowers bridge
│ ├── brainstorming/
│ ├── design-an-interface/
│ ├── domain-modeling/
│ ├── writing-plans/
│ ├── tdd/
│ ├── executing-plans/
│ └── verification-before-completion/
└── disciplines/ # 7 个纪律 (model-invoked)
├── no-field-guessing/
├── no-self-invent/
├── ascii-flowchart/
├── stage-gate/
├── sql-dialect-discipline/
├── doc-numbering/
└── context-pointer/参考 mattpocock/skills 风格:
npx skills@latest add <your-repo>disciplines/ 下的 7 个纪律 model-invoked,会被任意 user-invoked skill 自动调用,无需手动触发。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.