ADR Create
Skill Verifiziert AktivCreate 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.
Funktionen
- Creates new ADRs with sequential numbering
- Registers ADRs in AgentDB
- Links ADRs to related decisions
- Supports standard ADR template
- Automates file slugification
Anwendungsfälle
- Recording significant architectural decisions
- Documenting technology adoption choices
- Tracking API design decisions
- Maintaining a living record of architectural choices
Nicht-Ziele
- 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
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-adr@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Pathfinder
100Ordnet eine Codebasis in Feature-gruppierte Flussdiagramme ein, identifiziert doppelte Belange über Features hinweg und schlägt eine einheitliche Architektur vor. Wird verwendet, wenn nach "dem idealen Pfad" gefragt wird, duplizierte Systeme vereinheitlicht oder die Architektur vor einem Refactoring auditiert werden soll. Gibt ein vorgeschlagenes einheitliches Flussdiagramm sowie Prompts zum Erstellen eines Plans pro System aus.
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
100Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen
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