Ruflo Adr
Plugin Verified ActiveADR lifecycle management — create, index, supersede, check compliance, and link Architecture Decision Records to code via AgentDB hierarchical store + causal edges (supersedes/amends/depends-on/related)
To provide robust lifecycle management for Architecture Decision Records, ensuring architectural consistency and traceability within a project.
Features
- Create ADRs with sequential numbering
- Index ADRs and dependency graphs in AgentDB
- Track ADR lifecycle statuses (proposed, accepted, superseded)
- Link ADRs to code via git diff analysis
- Perform ADR compliance checks against code changes
Use Cases
- Creating a new ADR for a significant architectural decision.
- Ensuring code changes comply with established architectural decisions before merging.
- Reviewing the relationships and status of existing ADRs.
- Maintaining a consistent and traceable history of architectural choices.
Non-Goals
- Managing general project documentation outside of ADRs.
- Automating code refactoring based on ADRs.
- Acting as a general-purpose code linter or static analysis tool.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-adr@rufloContains 4 extensions
Skill (4)
Create a new Architecture Decision Record with sequential numbering and AgentDB registration
Build or rebuild the ADR index + dependency graph by running scripts/import.mjs (handles v3-style and plugin-style ADR formats; one Bash call vs hundreds of MCP round-trips)
Review code changes against accepted ADRs for compliance violations
Read back adr-patterns + adr-edges namespaces, surface dangling refs / supersede cycles / status mismatches; exit 1 on cycles
Quality Score
VerifiedTrust Signals
Similar Extensions
Context7 Plugin
100Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Multi Platform Apps
99Cross-platform application development coordinating web, iOS, Android, and desktop implementations
C4 Architecture
99Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Serverless Eda
99AWS serverless and event-driven architecture best practices based on Well-Architected Framework with MCP servers for SAM, Lambda, Step Functions, and messaging
Database Design
99Database architecture, schema design, and SQL optimization for production systems
Comprehensive Review
99Multi-perspective code analysis covering architecture, security, and best practices