Generate Architecture Decision Records (ADRs) for Java projects through an interactive, conversational process that systematically gathers all necessary context to produce well-structured ADR documents. This is an interactive SKILL.
Prerequisites: Run ./mvnw validate or mvn validate before applying any ADR generation. If validation fails, stop immediately — do not proceed until all validation errors are resolved.
Core areas: ADR file storage configuration, conversational information gathering (context, stakeholders, decision drivers, options with pros/cons, outcome, consequences), MADR template generation, and validation with ./mvnw validate or mvn validate before proceeding.
Verwenden Sie diese Option, wenn Sie Architecture Decision Records (ADRs) für ein Java-Projekt durch einen interaktiven Dialogprozess generieren müssen, der Kontext, Stakeholder, Optionen und Ergebnisse systematisch erfasst, um gut strukturierte ADR-Dokumente zu erstellen. Teil des Skills-for-Java-Projekts Quelle: jabrena/cursor-rules-java.