ADR Create
技能 已验证 活跃Create 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.
功能
- Creates new ADRs with sequential numbering
- Registers ADRs in AgentDB
- Links ADRs to related decisions
- Supports standard ADR template
- Automates file slugification
使用场景
- Recording significant architectural decisions
- Documenting technology adoption choices
- Tracking API design decisions
- Maintaining a living record of architectural choices
非目标
- 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
工作流
- 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.
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-adr@ruflo质量评分
已验证类似扩展
Pathfinder
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。
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
100分析代码库以生成交互式知识图谱,用于理解架构、组件和关系
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