Skip to content

feat: Add date-based ADR numbering format#7

Open
sgbett wants to merge 1 commit intocodenamev:mainfrom
bettison-org:feature/#6-date-based-adr-numbering
Open

feat: Add date-based ADR numbering format#7
sgbett wants to merge 1 commit intocodenamev:mainfrom
bettison-org:feature/#6-date-based-adr-numbering

Conversation

@sgbett
Copy link
Contributor

@sgbett sgbett commented Jan 27, 2026

Summary

Adds configurable ADR numbering format to the create-adr skill, supporting both sequential and date-based naming.

Changes

  • Updated .claude/skills/create-adr/SKILL.md to document both numbering formats
  • Skill now reads adr.numbering_format from .architecture/config.yml

Configuration

adr:
  numbering_format: date-based  # or 'sequential' (default)

Formats

Format Example Filename
sequential ADR-001-use-react-for-frontend.md
date-based 20260125-ADR-use-react-for-frontend.md

Closes #6

🤖 Generated with Claude Code

Support both sequential (ADR-001) and date-based (20260125-ADR) formats
based on adr.numbering_format setting in .architecture/config.yml.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codenamev
Copy link
Owner

This is great, thanks! Could you please make sure to update the MCP as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add date-based ADR numbering format

2 participants