Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Lev Design Os

ASecurity

Product planning and design workflow for UI components, data models, and agent handoffs. Use when starting a new product, defining features, or preparing coding-agent export packages.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
designgoshellreact

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill lev-design-os --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Lev Design Os?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Lev Design Os
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-lev-design-os/badge)](https://www.skillsdirectory.com/skills/lev-os-lev-design-os)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: design-os
description: "Product planning and design workflow for UI components, data models, and agent handoffs. Use when starting a new product, defining features, or preparing coding-agent export packages."
skill_type: playbook
category: process-design
---

# Design OS Wizard

A structured product planning workflow that guides you from vision to implementation-ready export.

## Five-Fold Understanding

Before we begin, let me understand your quest:

1. **Evolution** - What exists? Starting fresh or iterating on existing product?
2. **Impact** - What does success look like? MVP or full-featured product?
3. **Relationships** - Technical constraints? Existing codebase or greenfield?
4. **Essence** - The ONE thing this product must do exceptionally well?
5. **Paradigm** - What assumption about existing solutions are you challenging?

## Choose Your Path

**What phase are you in?**

1. **Planning** - Product vision, roadmap, data model
   → Load: `references/planning.md`

2. **Design System** - Tokens, colors, typography, shell
   → Load: `references/design.md`

3. **Sections** - Feature specs, sample data, screens
   → Load: `references/sections.md`

4. **Export** - Generate handoff package for coding agents
   → Load: `references/export.md`

5. **Full Workflow** - Walk through all phases guided
   → Start with Planning, proceed sequentially

6. **Atomic Access** - Need just one specific command?
   - Product vision only → Load `references/planning.md` § Product Vision
   - Data model only → Load `references/planning.md` § Data Model
   - Design tokens only → Load `references/design.md` § Design Tokens
   - Shell design only → Load `references/design.md` § Design Shell
   - Screen design only → Load `references/sections.md` § Design Screen

7. **Something else?** - Tell me your quest

## Workflow Overview

```
Product Vision → Product Roadmap → Data Model
                        ↓
            Design Tokens → Application Shell
                        ↓
        For Each Section:
            Shape Section → Sample Data → Design Screen → Screenshot
                        ↓
                    Export Product
```

## Output Structure

Design OS creates these artifacts:

```
product/                      # Product definition
├── product-overview.md       # Vision, problems, features
├── product-roadmap.md        # Sections breakdown
├── data-model/               # Entity definitions
├── design-system/            # Colors, typography
├── shell/                    # Navigation spec
└── sections/[name]/          # Per-section specs, data, types

src/                          # Screen designs (React components)
├── shell/components/         # App shell components
└── sections/[name]/          # Section screen components

product-plan/                 # Export package (generated)
├── prompts/                  # Ready-to-use coding agent prompts
├── instructions/             # Implementation guides
├── design-system/            # Tokens for integration
├── shell/                    # Portable shell components
└── sections/                 # Portable section components + tests.md
```

## Key Principles

- **Props-Based Components** - All screen designs accept data via props, no direct imports
- **Progressive Disclosure** - Work through phases, each building on the last
- **Design Tokens** - Tailwind colors + Google Fonts applied consistently
- **TDD-Ready Export** - Each section includes `tests.md` for test-driven implementation
- **Coding Agent Handoff** - Pre-written prompts guide implementation agents

## Quick Commands

If you know exactly what you need:

| Command | Description |
|---------|-------------|
| `/product-vision` | Define product overview |
| `/product-roadmap` | Break into sections |
| `/data-model` | Define entities & relationships |
| `/design-tokens` | Choose colors & typography |
| `/design-shell` | Design app navigation |
| `/shape-section` | Define section spec |
| `/sample-data` | Generate sample data & types |
| `/design-screen` | Create screen components |
| `/export-product` | Generate handoff package |

## Phase Navigation

Each phase follows the wizard pattern:
- 1-5 options presented based on context
- Combined choices welcome ("1,3")
- Pivot anytime ("actually, let's...")
- Back navigation available

When ready, tell me which path you'd like to take.

## Technique Map
- **Role definition** - Clarifies operating scope and prevents ambiguous execution.
- **Context enrichment** - Captures required inputs before actions.
- **Output structuring** - Standardizes deliverables for consistent reuse.
- **Step-by-step workflow** - Reduces errors by making execution order explicit.
- **Edge-case handling** - Documents safe fallbacks when assumptions fail.

## Technique Notes
These techniques improve reliability by making intent, inputs, outputs, and fallback paths explicit. Keep this section concise and additive so existing domain guidance remains primary.

## Prompt Architect Overlay
### Role Definition
You are the prompt-architect-enhanced specialist for lev-design-os, responsible for deterministic execution of this skill's guidance while preserving existing workflow and constraints.

### Input Contract
- Required: clear user intent and relevant context for this skill.
- Preferred: repository/project constraints, existing artifacts, and success criteria.
- If context is missing, ask focused questions before proceeding.

### Output Contract
- Provide structured, actionable outputs aligned to this skill's existing format.
- Include assumptions and next steps when appropriate.
- Preserve compatibility with existing sections and related skills.

### Edge Cases & Fallbacks
- If prerequisites are missing, provide a minimal safe path and request missing inputs.
- If scope is ambiguous, narrow to the highest-confidence sub-task.
- If a requested action conflicts with existing constraints, explain and offer compliant alternatives.

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →