Evergreen

Agentic Design Framework

Evergreen

An opinionated agentic design framework for product designers who use Claude Code. Focus on your work, not the setup.

Quick Start

Up and running in minutes

Evergreen requires Claude Code. Full setup guide

New project

Start fresh with Evergreen as your foundation. Run these in your terminal.

1

Clone the repo

This creates a new folder with the project files.

git clone https://github.com/bobbydotdesign/evergreen.git my-project
2

Open the project folder

Skip this if you're already there.

cd my-project
3

Install dependencies

This installs everything the project needs to run.

npm install
4

Start Claude Code

You may be asked to trust the project folder — select "Yes, I trust this folder" to continue. Claude Code can start the dev server for you when you're ready to preview.

claude
5

Start building

Describe your idea and Claude generates a full PRD, then prototype it.

/ev-prd

Existing project

Already have a project? Add the skills to your codebase. Run these in your terminal.

1

Clone Evergreen temporarily

Pull down the skills and configuration files.

git clone https://github.com/bobbydotdesign/evergreen.git /tmp/evergreen
2

Copy the skills into your project

Add the Claude Code skills and project instructions to your codebase.

cp -r /tmp/evergreen/.claude .claude
cp /tmp/evergreen/CLAUDE.md CLAUDE.md
3

Clean up

Remove the temporary clone.

rm -rf /tmp/evergreen
4

Open Claude Code

Start Claude Code in your project. The skills are ready to use.

claude

Built-in Skills

Your CLI Design Workflow

What's Inside

A solid foundation, ready to go