using-skills
SKILL.md
Using Skills
Skills are composable workflows that guide your behavior for specific tasks.
Announce: "I'm checking available skills to determine the right approach."
Quick Reference
| Trigger | Skill to Load |
|---|---|
| Bug, error, unexpected behavior | systematic-debugging |
| New feature or behavior change | openspec-check |
| Any code writing | testing |
| Complex or vague request | brainstorming |
| Dispatching subagent work | subagent-workflow |
| Implementing approved change | openspec-apply |
| Working through task list | executing-tasks |
| Quick self-review | code-review |
| Improve agent config | config-tuning |