๐ŸŽฏ

design-tracker

๐ŸŽฏSkill

from del-taiseiozaki/claude-code-orchestra

VibeIndex|
What it does

Proactively tracks and documents project design decisions, automatically recording architecture discussions, implementation choices, and technical decisions in a structured design log.

๐Ÿ“ฆ

Part of

del-taiseiozaki/claude-code-orchestra(13 items)

design-tracker

Installation

git cloneClone repository
git clone --depth 1 https://github.com/DeL-TaiseiOzaki/claude-code-orchestra.git .starter && cp -r .starter/.claude .starter/.codex .starter/.gemini .starter/CLAUDE.md . && rm -rf .starter && claude
npm installInstall npm package
npm install -g @anthropic-ai/claude-code
npm installInstall npm package
npm install -g @openai/codex
npm installInstall npm package
npm install -g @google/gemini-cli
uv runRun with uv
uv run pytest -v

+ 1 more commands

๐Ÿ“– Extracted from docs: del-taiseiozaki/claude-code-orchestra
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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.

Overview

# 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 Topic | Target Section |

|-------------------|----------------|

| Overall goals, purpose | Overview |

| System structure, components | Architecture |

| Patterns (ReAct, etc.) | Implementation Plan > Patterns |

| Library choices | Implementation Plan > Libraries |

| Why we chose X over Y | Implementation Plan > Key Decisions |

| Things to implement later | TODO |

| Unresolved questions | Open 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

More from this repository10

๐ŸŽฏ
update-lib-docs๐ŸŽฏSkill

Automatically updates library documentation in .claude/docs/libraries/ by searching web for latest version, features, and changes.

๐ŸŽฏ
startproject๐ŸŽฏSkill

Kickstart new software projects with multi-agent collaboration, guiding requirements, design review, and quality assurance across research, planning, and implementation phases.

๐ŸŽฏ
research-lib๐ŸŽฏSkill

I apologize, but I cannot generate a description without seeing the actual content or context of the "research-lib" skill. Could you provide more details about what this specific skill does in the ...

๐ŸŽฏ
init๐ŸŽฏSkill

Initializes project configuration by analyzing tech stack, generating project overview, and updating AGENTS.md with detected settings and commands.

๐ŸŽฏ
tdd๐ŸŽฏSkill

I apologize, but I cannot generate a description without seeing the actual content or context of the "tdd" skill in the repository. Could you provide more details about what the skill does, its pur...

๐ŸŽฏ
simplify๐ŸŽฏSkill

Simplifies complex code by breaking it down into more readable, modular, and understandable components.

๐ŸŽฏ
gemini-system๐ŸŽฏSkill

Proactively researches and analyzes complex topics using Gemini's 1M token context, multimodal capabilities, and Google Search integration.

๐ŸŽฏ
plan๐ŸŽฏSkill

Generates a comprehensive, step-by-step implementation plan for software features, breaking down requirements, steps, and potential risks.

๐ŸŽฏ
update-design๐ŸŽฏSkill

Explicitly updates the project's DESIGN.md with key decisions and implementation details from the current conversation.

๐ŸŽฏ
context-loader๐ŸŽฏSkill

Loads and manages project-specific context and configuration details for Claude Code agents, enabling efficient context preservation and task delegation across different project environments.