Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-ideate
gsd-ns-ideate
GitHub根据用户意图将请求路由至相应的探索或记录技能。支持探索想法、草拟设计、技术冲刺、编写阶段规范以及捕获待办事项和笔记,直接调用匹配的 Skill 工具执行。
Trigger Scenarios
用户想要探索想法或机会
用户需要草拟粗略的设计或计划
用户需要进行限时技术冲刺
用户希望为某个阶段编写规范
用户想要记录想法、待办事项或笔记
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ns-ideate -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ns-ideate",
"description": "exploration capture | explore sketch spike spec capture",
"allowed-tools": [
"Read",
"Skill"
]
}
Route to the appropriate exploration / capture skill based on the user's intent.
gsd-note, gsd-add-todo, gsd-add-backlog, and gsd-plant-seed were folded
into gsd-capture (with --note, default, --backlog, --seed modes) by
#2790. The capture target lists pending todos via --list.
| User wants | Invoke |
|---|---|
| Explore an idea or opportunity | gsd-explore |
| Sketch out a rough design or plan | gsd-sketch |
| Time-boxed technical spike | gsd-spike |
| Write a spec for a phase | gsd-spec-phase |
| Capture a thought (todo / note / backlog / seed) | gsd-capture |
Invoke the matched skill directly using the Skill tool.
Version History
- 581d130 Current 2026-07-19 09:10


