Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-ideate
gsd-ns-ideate
GitHub根据用户意图将请求路由至探索或捕获类技能。支持想法探索、草图设计、技术探针、阶段规范编写及笔记待办等内容的捕获,直接调用匹配的技能工具执行。
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


