Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

File metadata and controls

32 lines (22 loc) · 1.01 KB

CC-Atelier

A Claude Code workspace for structured design thinking. Run design sessions with iterative brainstorming, trade-off analysis, and decision documentation before taking work to implementation.

What it does

  • 7-phase design workflow: Exploration, Requirements, Options, Decision, Detail, Validation, and Implementation Planning
  • Design artifacts: Design documents, ADRs, session notes, implementation plans
  • Agent teams: Parallel design work with specialized teammates (researcher, challenger, reviewer)
  • Assumption challenger: Fresh-context adversarial review to catch blind spots
  • UX design sessions: Claude-driven UX design with critique agents

Getting started

git clone https://github.com/liteman/cc-atelier my-design-workspace
cd my-design-workspace
rm -rf .git
git init  # optional: version your own design work

Open the directory in Claude Code, then:

/start-design-session

See CLAUDE.md for full documentation.

License

MIT