Agent skill
update-design
Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/update-design
SKILL.md
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-trackerskill. Use this when you want to force a design document update.
Workflow
- Read existing
.claude/docs/DESIGN.md - Extract decisions/information from the conversation
- Update the appropriate section
- 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:
### 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:
## 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?