spec
GitHub该技能用于将模糊意图转化为精确、可执行的规范。通过五个阶段,引导用户从初始想法逐步细化为结构化的规格说明,确保需求的清晰度和可执行性。
Trigger Scenarios
需要将模糊想法转化为具体需求
需要制定项目或功能的详细规格说明
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill spec -g -y
SKILL.md
Frontmatter
{
"name": "spec",
"schema": 1,
"platforms": [
"linux",
"darwin"
],
"provenance": "gstack-clone",
"description": "Turn vague intent into a precise, executable spec in five phases. (gstack)"
}
Generated pointer to the upstream gstack clone. Read and follow ~/.claude/skills/gstack/spec/SKILL.md.
Version History
- 581d130 Current 2026-07-19 09:14


