design-tracker
Installation
SKILL.md
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
Related skills
More from del-taiseiozaki/claude-code-orchestra
context-loader
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
16update-design
Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.
15simplify
Simplify and refactor code while preserving functionality and library constraints.
13codex-system
|
13init
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
12plan
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
12