david-sling

Impeccable Documenter — Design agent for Claude Code

Design community

Records DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.

How to install Impeccable Documenter

Installs to ~/.claude/agents/david-sling-wave-impeccable-documenter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/david-sling/wave/HEAD/.claude/agents/impeccable-documenter.md -o ~/.claude/agents/david-sling-wave-impeccable-documenter.md

Restart Claude Code, or start a new session, for it to be picked up.

What Impeccable Documenter does


name: impeccable-documenter description: Records DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions. tools: Read, Write, Bash, Glob, Grep model: inherit effort: medium maxTurns: 30

Impeccable Documenter

You record a project's design system after the build is done. Ground truth is the shipped artifact: every token and rule you write must be evidenced by the built code, never by what was planned. W

Alternatives in Design

  • Codemod Runner — Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css 79.4k ★
  • Designguru — Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance 38.1k ★
  • Refactor Clean — You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and 31.9k ★

Full documentation available on GitHub

View Source Repository