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 Japanese:

  • 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) + Japanese (descriptions OK)
  • User communication: Japanese