Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-ns-workflow
gsd-ns-workflow
GitHub根据用户意图将请求路由到相应的阶段流水线子技能。涵盖从上下文讨论、需求澄清、计划制定、执行、UAT验证,到阶段增删改查及流程推进等完整工作流环节。
Trigger Scenarios
需要收集规划前的上下文信息
明确某个阶段的具体交付内容
创建或更新项目计划文档
执行特定阶段的开发任务
进行构建功能的验收测试
添加、插入、移除或编辑项目阶段
推进工作流程至下一步
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-ns-workflow -g -y
SKILL.md
Frontmatter
{
"name": "gsd-ns-workflow",
"description": "workflow | discuss plan execute verify phase progress",
"allowed-tools": [
"Read",
"Skill"
]
}
Route to the appropriate phase-pipeline skill based on the user's intent.
Sub-skill names below are post-#2790 consolidated targets — gsd-phase
absorbs the former add/insert/remove/edit-phase commands and gsd-progress
absorbs the former next/do commands.
| User wants | Invoke |
|---|---|
| Gather context before planning | gsd-discuss-phase |
| Clarify what a phase delivers | gsd-spec-phase |
| Create a PLAN.md | gsd-plan-phase |
| Execute plans in a phase | gsd-execute-phase |
| Verify built features through UAT | gsd-verify-work |
| Add / insert / remove / edit a phase | gsd-phase |
| Advance to the next logical step | gsd-progress |
| Offload planning to the ultraplan cloud | gsd-ultraplan-phase |
| Cross-AI plan review convergence loop | gsd-plan-review-convergence |
Invoke the matched skill directly using the Skill tool.
Version History
- 581d130 Current 2026-07-19 09:10


