adr
Architecture Decision Records (ADR)
Provides a unified interface for managing Architecture Decision Records.
Usage
/adr <ACTION> [ARGUMENTS]
Actions
- init [DIRECTORY] - Initialize ADR directory structure
- new - Create new ADR with given title
- supersede - Create ADR that supersedes existing one
- list - List all ADRs in the project
- search - Search ADRs by content
- view - View specific ADR
- help - Show this help
What are ADRs?
More from jellydn/my-ai-tools
qmd-knowledge
Project-specific knowledge management system using qmd MCP server. Captures learnings, issue notes, and conventions in a searchable knowledge base.
35pickup
Resumes work from a previous handoff session which are stored in `.claude/handoffs/`
30prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
30codemap
Orchestrate parallel codebase analysis to produce 7 structured documents about the codebase in .planning/codebase/
30pr-review
Fix PR review comments by implementing requested changes
29tdd
Guides through the complete TDD workflow with Red-Green-Refactor cycle
27