| name | help-me |
| version | 1.0.0 |
| description | Natural language skill discovery — describe what you want to do and get matched to the right skill. |
| trigger | manual |
| depends-on | [] |
| references | [] |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep |
| argument-hint | "I want to..." |
help-me
Finding the right skill for: $ARGUMENTS
Intent Matching
Map the user's natural language request to the most appropriate skill(s):
Development Workflow
| User Says | Skill | Why |
|---|
| "start working", "begin", "new sprint" | /sprint-start | Creates a clean feature branch |
| "build", "implement", "add feature", "create", "deliver" | /story-cycle <description> | Full story delivery with TDD |
| "ship", "finish sprint", "create PR", "merge" | /sprint-end | Quality gates → PR → merge |
| "resume", "pick up where I left off", "continue" | /continue | Smart session resumption |
| "done for today", "end session", "save progress" | /handoff | Structured session handoff |
Planning & Design
| User Says | Skill | Why |
|---|
| "plan", "break down", "decompose", "stories" | /ideate <idea> | Decompose into backlog stories |
| "explore design", "compare approaches", "architect" | /brainstorm <idea> | Design exploration with alternatives |
| "research", "investigate", "compare technologies" | /research <topic> | Deep online research with citations |
Testing & Quality
| User Says | Skill | Why |
|---|
| "test plan", "prepare for testing" | /manual-test | Generate test plan from changes |
| "found a bug", "test feedback", "this doesn't work" | /testing-cycle <feedback> | Classify and process test findings |
| "run UAT", "acceptance test" | /UAT-cycle <test-case-id> | Execute formal UAT test case |
| "verify UAT logic", "sense check" |