Skip to content
This project is under active development and subject to breaking changes. See the changelog for release notes.

Skills Reference

Skills are reusable knowledge packages activated semantically based on their description. The agent runtime reads each skill’s description field and decides at every turn whether the skill is relevant to the current task. A well-written description with clear trigger keywords and explicit use/don’t-use guidance is the primary mechanism for controlling when a skill loads.

SkillPurposeUsed By
adr-workflowADR creation and managementplan, specify
board-configPlatform detection (GitHub/ADO)devsquad, kickoff, decompose, implement
complexity-analysisStory complexity estimationkickoff, specify, plan, decompose
diagram-designArchitecture diagram guidanceplan, security
documentation-styleMarkdown formatting rulesAll doc-producing agents
engineering-practicesDevOps/SRE/CI/CD decisionsplan
git-branchBranch managementimplement
git-commitConventional Commitsimplement
init-configProject config initializationinit
init-docsDocumentation template initinit
init-scaffoldCommunity file scaffoldinginit
next-taskNext task suggestionimplement
pull-requestPR finalization and reviewimplement
quality-gateArtifact quality validationspecify, plan, decompose, review
reasoningDecision recording and handoffAll agents
security-reviewSecurity assessment workflowplan, implement, review
work-item-creationWork item creation ruleskickoff, decompose, implement, refine
work-item-workflowImplementation workflowdecompose, implement