New Dev Decision
CommunityRecord implementation choices.
System Documentation
What problem does it solve?
This Skill addresses the need to document small, implementation-level technical decisions that don't warrant a full Architecture Decision Record (ADR), preventing the loss of valuable context about "why" certain choices were made.
Core Features & Use Cases
- Lightweight Decision Records: Captures implementation choices like library selection, algorithm approach, or data structure.
- Searchable Log: Creates a cumulative, searchable log of developer decisions.
- Use Case: When deciding to use
dataclassesinstead ofTypedDictfor DTOs, you can quickly create a decision record detailing the context, the chosen approach, and alternatives considered.
Quick Start
Create a new developer decision record with the title "Use dataclasses instead of TypedDict for DTOs", the context "We need a clear and concise way to represent data transfer objects that supports type hinting and immutability.", and the chosen decision "Chosen dataclasses for their built-in support for immutability and cleaner syntax compared to TypedDict.".
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: New Dev Decision Download link: https://github.com/beekeeper-lab/repomirrorkit/archive/main.zip#new-dev-decision Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.