AgentSkillsCN

design-tracker

主动追踪并记录项目设计决策,无需他人提醒。当系统检测到架构讨论、实施决策、模式选择、库选型,或任何技术决策时,该技能将自动生效。此外,当用户明确表示“请记录下来”、“设计是怎么样的?”、“把这件事记下来”时,也应立即启用这一技能,切勿等待用户开口——重要的决策应第一时间被记录下来。

SKILL.md
--- frontmatter
name: design-tracker
description: 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.

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