Creates numbered Architecture Decision Records in your docs/adr folder, automatically figures out the next sequential ID, and registers them in AgentDB's graph database. The template follows the standard ADR format with status, context, decision, and consequences sections. What's clever here is the semantic search component: it looks for related ADRs you've already written and automatically links them together with causal edges. Good for teams that actually maintain ADRs and want the cross-referencing done automatically. Saves you from manually tracking which decisions relate to which, though you'll need Claude Flow's MCP tools set up for the graph features to work.
npx skills add https://github.com/ruvnet/ruflo --skill adr-create