What problem does it solve?
This Skill helps teams Create Architecture Decision Records (ADRs) documenting significant technical decisions for the FF Analytics platform. It guides the ADR process from context gathering to documentation, ensuring decisions are traceable, well-rationalized, and easy to reference in the future.
Core Features & Use Cases
- End-to-end ADR workflow from context to final documentation
- Standard ADR templates and structure to ensure consistency
- Automated ADR numbering via the provided script
- When to use: for data model choices, infrastructure decisions, or conformance topics; useful when evaluating alternatives or updating prior ADRs
Quick Start
Run the ADR creation workflow by first determining the next ADR number with the provided script and then generating an ADR draft:
- Execute
scripts/get_next_adr_number.py to retrieve the next ADR number (e.g., ADR-015)
- Run
scripts/create_adr.py to create a new ADR draft and populate docs/adr/ADR-015-<slug>.md, then edit the sections as needed