Claude-skill-registry design-tracker

PROACTIVELY track and document project design decisions without being asked. Activate automatically when detecting architecture discussions, implementation decisions, pattern choices, library selections, or any technical decisions. Also use when user explicitly says "記録して", "設計どうなってる", "record this". Do NOT wait for user to ask - record important decisions immediately.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/design-tracker" ~/.claude/skills/majiayu000-claude-skill-registry-design-tracker && rm -rf "$T"
manifest: skills/data/design-tracker/SKILL.md
source content

Design Tracker Skill

Purpose

This skill manages the project's design documentation (

.claude/docs/DESIGN.md
). It automatically tracks:

  • Architecture decisions
  • Implementation plans
  • Library choices and their rationale
  • TODO items and open questions

When to Activate

  • User discusses architecture or design patterns
  • User makes implementation decisions (e.g., "let's use ReAct pattern")
  • User says "record this", "add to design", "document this"
  • User asks "what's our current design?" or "what have we decided?"
  • Important technical decisions are made during conversation

Workflow

Recording Decisions

  1. Read existing
    .claude/docs/DESIGN.md
  2. Extract the decision/information from conversation
  3. Update the appropriate section
  4. Add entry to Changelog with today's date

Sections to Update

Conversation TopicTarget Section
Overall goals, purposeOverview
System structure, componentsArchitecture
Patterns (ReAct, etc.)Implementation Plan > Patterns
Library choicesImplementation Plan > Libraries
Why we chose X over YImplementation Plan > Key Decisions
Things to implement laterTODO
Unresolved questionsOpen Questions

Output Format

When recording, confirm in Korean:

  • What was recorded
  • Which section was updated
  • Brief summary of the change

Language Rules

  • Thinking/Reasoning: English
  • Code examples: English
  • Document content: English (technical terms) + Korean (descriptions OK)
  • User communication: Korean