๐ŸŽฏ

update-design

๐ŸŽฏSkill

from del-taiseiozaki/claude-code-orchestra

VibeIndex|
What it does

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

๐Ÿ“ฆ

Part of

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

update-design

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

Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.

Overview

# Update Design Document

Record/update project design and implementation decisions in .claude/docs/DESIGN.md based on conversation content.

> Note: This skill explicitly invokes the same workflow as the design-tracker skill.

> Use this when you want to force a design document update.

Workflow

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

Section Mapping

| Topic | Section |

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

| Goals, purpose | Overview |

| Structure, components | Architecture |

| Design patterns | Implementation Plan > Patterns |

| Library choices | Implementation Plan > Libraries |

| Decision rationale | Implementation Plan > Key Decisions |

| Future work | TODO |

| Unresolved issues | Open Questions |

Update Format

When updating, add to the appropriate section:

```markdown

Key Decisions

#### {Decision Title} ({Date})

Context: {Why this decision was needed}

Decision: {What was decided}

Rationale: {Why this option was chosen}

```

Changelog Entry

Always add to Changelog:

```markdown

Changelog

{Date}

  • {Brief description of what was recorded}

```

Language

  • Document content: English (technical), Japanese OK for descriptions
  • User communication: Japanese

If $ARGUMENTS provided, focus on recording that content.

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.

๐ŸŽฏ
design-tracker๐ŸŽฏSkill

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

๐ŸŽฏ
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.

๐ŸŽฏ
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.