一键导入
specify
根据自然语言描述创建或更新功能规格说明。生成 specs/NNN-name.md,包含用户故事、验收标准和功能需求。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
根据自然语言描述创建或更新功能规格说明。生成 specs/NNN-name.md,包含用户故事、验收标准和功能需求。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage Wave settings and get guidance on settings.json, hooks, environment variables, permissions, MCP servers, memory, skills, subagents, plugins, and plugin marketplaces. Use this when the user wants to view, update, or learn how to configure Wave.
Reviews code for best practices and potential issues.
A test skill from the complex plugin.
Review the current diff for correctness bugs and reuse/simplification/efficiency cleanups at the given effort level (low/medium: fewer, high-confidence findings; high/max: broader coverage, may include lower-confidence findings)
Review the changed code for reuse, simplification, efficiency, and altitude cleanups, then apply the fixes. Quality only — it does not hunt for bugs; use /code-review for that.
Deep research harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report
| name | specify |
| description | 根据自然语言描述创建或更新功能规格说明。生成 docs/specs/<group>/name.md,包含用户故事、验收标准和功能需求。 |
$ARGUMENTS
你必须在继续之前考虑用户输入(如果不为空)。
用户在 /specify 后输入的文本就是功能描述。不要让用户重复,除非他们提供了空命令。
根据功能描述,执行以下步骤:
确定规格文件路径:
docs/specs/ 下):
core/ — Agent 核心机制(工具、权限、记忆、压缩、prompt)ui/ — 交互与 UI(命令、渲染、输入组件)multi-agent/ — 多 Agent 与并发(子代理、任务、工作流)ecosystem/ — 扩展与生态(技能、插件、MCP)automation/ — 自动化(钩子、循环、目标)enterprise/ — 企业管控(SSO、遥测、托管配置)core/docs/specs/<group>/<slug>.md加载模板 ${WAVE_SKILL_DIR}/templates/spec-template.md,了解必需章节。
编写规格说明:
[待澄清:具体问题](最多 3 处)如果存在 [待澄清] 标记(最多 3 处):
报告完成,输出规格文件路径。