dragoon0x/everything-design-taste

design-documentation

Documenting design decisions, maintaining design docs, and design knowledge management.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill design-documentation

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,341 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Design Documentation

What to Document

Document Purpose Update Frequency
Design principles Guide decisions Rarely
Design system docs Component reference Per release
Design decision records Why we chose X over Y Per decision
User research findings Evidence base Per study
Competitive analysis Market awareness Quarterly
Pattern library Reusable solutions As patterns emerge

Design Decision Record (DDR)

## DDR-[number]: [Title]

Date: [date]
Status: Proposed / Accepted / Deprecated / Superseded
Deciders: [who decided]

### Context
What situation prompted this decision?

### Decision
What we decided and why.

### Alternatives Considered
What else was considered and why it was rejected.

### Consequences
Positive and negative implications.

Rules

  1. Write for your future self (you'll forget context in 6 months)
  2. Include the WHY, not just the WHAT
  3. Link to evidence (research, data, user quotes)
  4. Keep it findable (same tool as everything else, searchable)
  5. Update or archive, never leave stale docs