Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

ADR Create

Skill Verifiziert Aktiv
Teil von:Ruflo Adr

Create a new Architecture Decision Record with sequential numbering and AgentDB registration

Zweck

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

  1. Find next ADR number by globbing existing files.
  2. Slugify the provided title.
  3. Create the ADR Markdown file using a standard template.
  4. Store ADR metadata in AgentDB.
  5. Find related ADRs using memory search.
  6. Create causal edges for related ADRs.
  7. Store the ADR title and context in adr-patterns for semantic search.
  8. Output created file path and related ADRs.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-adr@ruflo

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Pathfinder

100

Ordnet 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.

Skill
thedotmack

Add New Opc Skill

100

Checklist 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.

Skill
ReScienceLab

V3 Ddd Architecture

100

Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern.

Skill
ruvnet

Understand

100

Analysieren Sie eine Codebasis, um einen interaktiven Wissensgraphen zur Verständnis von Architektur, Komponenten und Beziehungen zu erstellen

Skill
Lum1104

Cloud Architect

100

Designs 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.

Skill
jeffallan

API Design Patterns

100

Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices

Skill
bobmatnyc