Standardizes the planning and documentation of technical decisions using PLAN.md and Architectural Decision Records (ADRs).
This skill formalizes the development process by integrating task decomposition and architectural documentation directly into your repository. It guides Claude to triage task complexity, maintain a living 'PLAN.md' at the root, and record significant technical choices in 'docs/ADR/' using a standardized template. This ensures that every implementation is backed by a clear strategy and a permanent record of why specific decisions were made, significantly improving long-term maintainability and team alignment.
주요 기능
01Standardized Architectural Decision Record (ADR) creation
020 GitHub stars
03Living PLAN.md management for real-time progress tracking
04Automated directory management for technical documentation
05Automated task triage and decomposition strategy
06Persistent technical decision history with additive change logs
사용 사례
01Recording architectural rationale and trade-offs for future project maintainers
02Breaking down complex coding tasks into manageable, documented implementation steps
03Maintaining a synchronized implementation plan during rapid prototyping or refactoring