βββββββ βββββββββββββββββββ βββββββ ββββ βββ βββββββ βββββββ ββββββββ
βββββββββββββββββββββββββββββββββββ βββββ βββ βββββββββββββββββββββββββ
βββ βββββββββ ββββββββββββββ ββββββββββ βββ βββ βββββββββββββββββββ
βββ βββββββββ ββββββββββββββ βββββββββββββ βββ ββββββββββ ββββββββ
βββββββββββββββββββββββββββββββββββββββ ββββββ ββββββββββββ ββββββββ
βββββββ βββββββββββββββββββ βββββββ βββ βββββ βββββββ βββ ββββββββ
A Claude Code plugin for design companies and entrepreneurs.
Connect your tools. Get daily briefs. Track your team.
DESIGN-OPS connects your existing tools and gives you automated insights across three pillars:
| Pillar | What You Get |
|---|---|
| Operations | Calendar events, tasks due, email summaries |
| Design | Figma activity, GitHub commits, PR reviews |
| Analytics | Page views, link clicks, traffic trends |
Clone the repo and run the install script.
git clone https://github.com/opensesh/DESIGN-OPS
bash DESIGN-OPS/.design-ops/install.shPaste this prompt into Claude Code and it will handle the rest.
Clone github.com/opensesh/DESIGN-OPS and run the install script.
Works in Claude Code CLI, desktop app, or IDE extensions.
Installs globally to ~/.claude/plugins/design-ops/.
Run from anywhere:
bash ~/.claude/design-ops/update.shThe script automatically finds your installation, shows available updates, and reinstalls.
Note: Start a new Claude Code session after updating.
/design-ops:setup # Connect your tools (~5 min)
/design-ops:dashboard # Get your daily overview
/design-ops:dashboard weekly # Weekly summary
/design-ops:library # Browse utility commandsPrerequisites: Claude Code, Git
All commands use the /design-ops: prefix (DESIGN-OPS).
| Command | Purpose |
|---|---|
/design-ops:setup |
Interactive onboarding wizard |
/design-ops:configure |
Update settings by pillar |
/design-ops:status |
Show current config and health |
/design-ops:test |
Run diagnostics |
/design-ops:add-tool |
Connect new MCP or API |
/design-ops:help |
Command reference |
/design-ops:library |
Browse utility commands |
The unified dashboard generates reports across pillars and timeframes:
/design-ops:dashboard [pillar] [timeframe]| Pillars | Timeframes |
|---|---|
ops β Operations |
daily / today / d |
design β Design |
weekly / week / w |
analytics β Analytics |
quarterly / quarter / q |
| omitted β All pillars | ytd / year / y |
Examples:
/design-ops:dashboard # All pillars, daily (default)
/design-ops:dashboard ops weekly # Operations, weekly
/design-ops:dashboard design quarterly # Design, quarterly
/design-ops:dashboard analytics ytd # Analytics, year-to-date| Command | Maps To |
|---|---|
/design-ops:daily-brief |
/design-ops:dashboard daily |
/design-ops:weekly-recap |
/design-ops:dashboard weekly |
/design-ops:team-pulse |
/design-ops:dashboard design daily |
Browse with /design-ops:library or filter by category: /design-ops:library design
Logistics (3) β Meeting prep, kickoffs, project coordination
| Command | Purpose |
|---|---|
/design-ops:meeting-brief |
Create focused meeting agendas |
/design-ops:meeting-recap |
Document meetings with action items |
/design-ops:kickoff-prep |
Generate project kickoff materials |
Content (3) β Content creation for social and marketing
| Command | Purpose |
|---|---|
/design-ops:social-post |
Create platform-optimized social content |
/design-ops:copy-variants |
Generate and A/B test copy variations |
/design-ops:content-brief |
Create content briefs for articles, blogs, case studies |
Development (3) β Research, analysis, and ideation tools
| Command | Purpose |
|---|---|
/design-ops:site-analysis |
Deep website analysis |
/design-ops:devils-advocate |
Challenge assumptions |
/design-ops:research-summary |
Synthesize research into actionable insights |
Design (5) β Design quality, research, and variation tools
| Command | Purpose |
|---|---|
/design-ops:design-audit |
Automated design system compliance check |
/design-ops:a11y-audit |
Accessibility compliance check (WCAG A/AA/AAA) |
/design-ops:mood-board |
Curated design inspiration from web sources |
/design-ops:competitor-scan |
Competitive design analysis |
/design-ops:variation-sprint |
Generate design variations within brand constraints |
Skills activate automatically based on context β no command needed.
| Skill | Triggers On |
|---|---|
brand-guidelines |
Brand colors (Aperol, Charcoal, Vanilla), voice, identity |
frontend-design |
UI components, layouts, design implementation |
design-system-quality |
Design system reviews, token validation |
brand-voice |
Content writing, copywriting, messaging |
design-feedback |
Design critique, visual review |
accessibility-audit |
Accessibility checks, a11y reviews |
systematic-debugging |
Debugging, error investigation |
verification-before-completion |
Task completion, claiming "done" |
DESIGN-OPS uses a pillar-based config stored at ~/.claude/design-ops-config.yaml:
pillars:
operations:
tools: [notion, google_workspace, slack]
outcomes:
daily: [calendar_events, tasks_due]
weekly: [week_overview, tasks_completed]
quarterly: [quarter_goals, budget_status]
ytd: [annual_goals, revenue_tracking]
design:
tools: [github, figma]
outcomes:
daily: [recent_commits, open_prs, design_updates]
weekly: [team_contributions, design_versions]
quarterly: [shipped_projects, design_velocity]
ytd: [projects_shipped, design_maturity]
analytics:
tools: [google_analytics, dubco]
outcomes:
daily: [pageviews, link_clicks]
weekly: [traffic_trends, top_links]
quarterly: [quarter_trends, campaign_performance]
ytd: [annual_traffic, yoy_comparison]Run /design-ops:setup for guided configuration.
| Tool | Connection | Pillar |
|---|---|---|
| Notion | MCP | Operations |
| Google Workspace | MCP | Operations |
| Slack | MCP | Operations |
| GitHub | MCP | Design |
| Figma | API | Design |
| Google Analytics | MCP | Analytics |
| Dub.co | MCP | Analytics |
For tools without native MCP support, DESIGN-OPS guides you through API wrapper creation:
/design-ops:add-tool substack # Guided setup for any tool| Document | Description |
|---|---|
| Config Schema | Complete configuration reference |
| Tool Registry | Known tools and connection types |
| MCP Education | Understanding MCPs, connection status, MCP vs API |
| Troubleshooting | Common issues and fixes |
Can I use this without all three pillars? Yes. Enable only what you need. The plugin adapts to your connected tools.
Having issues?
Run /design-ops:test to diagnose. Still stuck? hello@opensession.co
See CONTRIBUTING.md
Built with Claude Code by Open Session