03 Context Generate

Route a request to generate a context artifact (skill, rule, agent, command, or hook) to its generator when the kind is unnamed. A named kind triggers its generator directly. Not for listing existing artifacts.

ai-driven-dev 6040a4d 941 B Updated

File contents

Context Generate

Routes a generation request to the dedicated generator for the artifact kind. Holds no generation logic of its own.

Routing

Artifact Generator
skill aidd-context:04-skill-generate
rule aidd-context:05-rule-generate
agent aidd-context:06-agent-generate
command aidd-context:07-command-generate
hook aidd-context:08-hook-generate

Identify the artifact kind from the request, then hand off to the matching generator. If the kind is unclear, ask which one. To survey or list existing artifacts, use the explore skill instead.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/03-context-generate commit 6040a4dfa9

Frequently asked questions

npx skillmds@latest add ai-driven-dev/03-context-generate