agentic-dev
Installation
SKILL.md
Agentic Development
Spec-driven development workflow with OpenSpec for change tracking. Supports both interactive (human-in-loop) and fully automated (Ralph Loop) execution.
When to Use
digraph when_to_use {
"New feature or change?" [shape=diamond];
"Bug fix or typo?" [shape=diamond];
"Use /agentic-dev proposal" [shape=box];
"Fix directly, skip OpenSpec" [shape=box];
"Proposal approved?" [shape=diamond];
"Human available?" [shape=diamond];
"/agentic-dev apply (interactive)" [shape=box];
"/agentic-dev apply --mode=auto" [shape=box];
"Implementation complete?" [shape=diamond];
"Use /agentic-dev done" [shape=box];