ADR Create
Skill Verified ActiveCreate a new Architecture Decision Record with sequential numbering and AgentDB registration
To streamline the process of documenting architectural decisions by automating the creation, numbering, and registration of ADRs.
Features
- Creates new ADRs with sequential numbering
- Registers ADRs in AgentDB
- Links ADRs to related decisions
- Supports standard ADR template
- Automates file slugification
Use Cases
- Recording significant architectural decisions
- Documenting technology adoption choices
- Tracking API design decisions
- Maintaining a living record of architectural choices
Non-Goals
- Deciding on the architectural decision itself
- Managing the full lifecycle of an ADR beyond creation and initial registration
- Enforcing specific ADR content beyond the template structure
Workflow
- Find next ADR number by globbing existing files.
- Slugify the provided title.
- Create the ADR Markdown file using a standard template.
- Store ADR metadata in AgentDB.
- Find related ADRs using memory search.
- Create causal edges for related ADRs.
- Store the ADR title and context in adr-patterns for semantic search.
- Output created file path and related ADRs.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-adr@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Pathfinder
100Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed unified flowchart plus per-system /make-plan prompts.
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
V3 Ddd Architecture
100Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.
Understand
100Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships
Cloud Architect
100Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost optimization, disaster recovery, landing zones, security architecture, serverless design.
API Design Patterns
100Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices