05 Rule Generate

Generate a coding rule that governs editor and agent behavior across the host AI tools. Use when the user wants to write, add, or refactor a rule, convention, or coding standard. Not for other artifacts like skills, agents, or hooks.

ai-driven-dev f23e0a2 7 files · 10.5 KB Updated

File contents

Rule Generate

Write one canonical rule from intent and render it per confirmed host tool that supports rules, or once as a plugin source.

Actions

# Action Role Input
01 capture-rule Capture the topic, pick category and slug user request
02 write-rule Write the rule file per supported tool the topic
03 validate Check each rule file the files

Run the actions in order, 01 → 03, and run each action's ## Test before the next. Before running an action, read its file in actions/, not only the table or assets.

References

  • references/rule-authoring.md: the contract (taxonomy, naming, frontmatter, content).
  • references/tool-paths.md: per-tool rules path, frontmatter, unsupported tools, the gate.

Assets

  • assets/rule-template.md: rule file scaffold.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/05-rule-generate commit f23e0a26bd

Frequently asked questions

npx skillmds@latest add ai-driven-dev/05-rule-generate