update-design
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 |
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.
16simplify
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.
12update-lib-docs
Update library documentation in .claude/docs/libraries/ with latest information from web search.
12