Agent skill
Decision Tracking
ADR management and decision logging. Use when documenting architectural decisions, tracking technical choices, or creating decision records.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/decision-tracking
SKILL.md
Decision Tracking
CRITICAL: The description field above controls when Claude auto-loads this skill.
Instructions
- Provide templates and patterns for this skill
- Execute helper scripts when needed
- Reference documentation and examples
Available Scripts
- find-next-adr-number.sh - Finds the next available ADR number for auto-numbering
- create-adr.sh - Creates new ADR with proper numbering and MADR template
- update-adr-index.sh - Updates ADR index/README with all ADRs grouped by status
Templates
Templates ready in templates/ directory for code patterns and configurations.
Requirements
- Scripts should be mechanical helpers (deterministic operations)
- Templates should provide reusable patterns
- Documentation should be clear and actionable
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?