smithery.ai

spec-plan

使用 Spec 驱动开发,?

First seen Mar 22, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 840 B
  • docs SUMMARY.md 365 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

生成一份精炼、可评审的 Spec,不编写实现代码。

Workflow

  1. 理解仓库上下文(如可访问)。
  2. 只询问影响实现的关键问题,信息足够立即停止。
  3. 如有必要,给出 2~3 个方案并推荐一个。
  4. 生成唯一 Spec:docs/specs/spec{n}_<slug>.md。
  5. 等待用户 Review,根据反馈修改同一文件。
  6. 用户确认后,仅提交该 Spec。

Spec

建议包含:

  • Background
  • Goal
  • Overview
  • Requirements
  • Acceptance

Principles

  • Less is More
  • 能一句话说明,就不要写一段
  • Spec 聚焦「做什么」,而不是「怎么做」
  • Overview 展示整体改动
  • 不过度设计
  • 不写实现代码
  • 不生成额外文档
  • 一个 Spec,一个 Commit