04 Skill Generate

Generate a router-based skill across the host AI tools a project uses. Use when the user wants to create, scaffold, or refactor a skill, or turn a workflow into one. Not for other artifacts like rules, agents, commands, hooks.

ai-driven-dev 6e546fb 14 files · 13.2 KB Updated

File contents

Skill Generate

flowchart LR
  new([create]) --> scope --> plan --> write --> validate
  edit([modify]) --> plan

Actions

Run the flow above. Read only the next action file.

Action Does
scope frame the skill and target
plan break it into actions
write write the router and files
validate review the files and fix

Transversal rules

  • Default to create; follow modify when asked.
  • If a cited reference cannot be read, stop and report the missing file.
  • Confirm every target and name with the user.
  • Never write silently.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/04-skill-generate commit 6e546fb72b

Frequently asked questions

npx skillmds@latest add ai-driven-dev/04-skill-generate