# Update Design

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

- Skill: `tomevault-io/update-design-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/update-design-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/update-design-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/update-design-3

---


# 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), Korean OK for descriptions
- User communication: Korean

If $ARGUMENTS provided, focus on recording that content.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/gaebalai) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-16 -->

