Skills Reference¶
SDLC workflow skills (Agent Skills format) for AI-assisted development.
The canonical skill definitions live in skills/ (each skill is skills/<name>/SKILL.md). This documentation describes what each skill does. For full instruction content, see the repository skills/ folder.
Development¶
| Command | What It Does |
|---|---|
/start-task |
Begin implementation with branch and context |
/complete-task |
Commit, push, create PR |
Quality¶
| Command | What It Does |
|---|---|
/review-code |
AI-assisted code review |
Navigation¶
- Quick Reference - Copy-paste cheat sheet
How Skills Work¶
Skills are Agent Skills (markdown with frontmatter) that tell AI agents what to achieve. The AI reads your project structure, issue tracker, implementation plans, and team conventions, then executes contextually—same skill, different projects, intelligent adaptation.
Each skill aligns with specific ASDLC patterns and pillars (Factory Architecture, Standardized Parts, Quality Control); see Agentic SDLC section 5. Strategic Pillars for details.