What problem does it solve?
Design decisions discussed in conversations often never make it into the canonical project design document, leaving architecture, rationale, and TODOs out of sync; this Skill records and organizes those decisions into .claude/docs/DESIGN.md to keep the living design document current.
Core Features & Use Cases
- Read & Merge: Reads the existing DESIGN.md, extracts decisions and context from the conversation, and merges or appends updates into the appropriate sections.
- Section Mapping & Structure: Maps conversation topics to specific sections (Overview, Architecture, Implementation Plan subsections, TODO, Open Questions) so entries stay organized and discoverable.
- Changelog Entries: Adds a dated changelog entry summarizing what was recorded for auditability.
- Use Case: After a design discussion that settles on library choices and key patterns, run this Skill to record the decisions into Implementation Plan > Libraries and Patterns and add a changelog note.
- Operational Mode: Designed to operate without invoking external models when disable-model-invocation is required; supports English technical content and Korean descriptions for user-facing notes.
Quick Start
Please update the project DESIGN.md by recording decisions from this conversation and map goals to Overview and implementation choices to the appropriate Implementation Plan sections.