# Skills Index

> 7 skills available, 27 planned across 9 categories.
> Each skill is a structured operational procedure with a SKILL.md definition.

## How Skills Work

Skills are loaded on demand when Claude detects a relevant task, or invoked manually.
Every skill:
- Reads project context from CLAUDE.md and project rules
- Follows a structured process with defined steps
- Produces a defined output format
- Validates quality before delivery

## Categories

### Cortex Core (7 skills)

| Skill | Status | Description |
|-------|--------|-------------|
| [continuous-learning](./continuous-learning/) | ✅ | Automatic learning system — detects corrections, extracts lessons, builds persistent knowledge base via SQLite |
| [frontend-design](./frontend-design/) | ✅ | Create distinctive, production-grade frontend interfaces with high design quality |
| [project-discovery](./project-discovery/) | ✅ | Interactive interview process to understand what the user wants to build before any code is written |
| [sanity-check](./sanity-check/) | ✅ | Comprehensive project sanity check — verifies consistency, completeness, and production-readiness |
| [scaffolding](./scaffolding/) | ✅ | Set up a new project based on discovery results, install Cortex, and prepare for development |
| [subagent-driven-development](./subagent-driven-development/) | ✅ | Execute implementation plans with independent tasks via parallel subagents |
| [ui-ux-pro-max](./ui-ux-pro-max/) | ✅ | UI/UX design intelligence — 67 styles, 96 palettes, 57 font pairings, 13 stacks |

### AI Automation (1 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| prompt-engineering-guide | 🔜 Planned | Design and document a prompt engineering guide with structured process and quality checks |

### Development (5 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| technical-spec | 🔜 Planned | Create a technical specification document |
| architecture-decision-record | 🔜 Planned | Create an architecture decision record (ADR) |
| database-schema-design | 🔜 Planned | Create a database schema design |
| incident-response | 🔜 Planned | Create an incident response plan |
| readme-template | 🔜 Planned | Create a README template |

### Design (2 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| logo-brief | 🔜 Planned | Create a logo brief |
| storyboard | 🔜 Planned | Create a storyboard |

### Product (6 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| ab-test-plan | 🔜 Planned | Design and document an A/B test plan |
| beta-program-plan | 🔜 Planned | Design and document a beta program plan |
| faq-builder | 🔜 Planned | Create a FAQ document |
| feature-roadmap | 🔜 Planned | Design and document a feature roadmap |
| prd-writer | 🔜 Planned | Create a product requirements document (PRD) |
| user-story | 🔜 Planned | Create user stories |

### Legal (4 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| privacy-policy | 🔜 Planned | Create a privacy policy |
| terms-of-service | 🔜 Planned | Create terms of service |
| cookie-policy | 🔜 Planned | Create a cookie policy |
| gdpr-compliance-audit | 🔜 Planned | Analyze and produce a GDPR compliance audit |

### Productivity (2 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| decision-matrix | 🔜 Planned | Create a decision matrix |
| project-breakdown | 🔜 Planned | Create a project breakdown |

### Email (8 planned)

| Skill | Status | Description |
|-------|--------|-------------|
| announcement-email | 🔜 Planned | Create an announcement email |
| welcome-sequence | 🔜 Planned | Create a welcome email sequence |
| confirmation-email | 🔜 Planned | Create a confirmation email |
| feature-launch-email | 🔜 Planned | Create a feature launch email |
| onboarding-sequence | 🔜 Planned | Create an onboarding email sequence |
| launch-sequence | 🔜 Planned | Create a launch email sequence |
| password-reset-email | 🔜 Planned | Create a password reset email |
| win-back-sequence | 🔜 Planned | Create a win-back email sequence |

## Summary

| Category | Available | Planned | Total |
|----------|-----------|---------|-------|
| Cortex Core | 7 | 0 | 7 |
| AI Automation | 0 | 1 | 1 |
| Development | 0 | 5 | 5 |
| Design | 0 | 2 | 2 |
| Product | 0 | 6 | 6 |
| Legal | 0 | 4 | 4 |
| Productivity | 0 | 2 | 2 |
| Email | 0 | 8 | 8 |
| **Total** | **7** | **27** | **34** |

## Quick Start

1. Skills auto-detect when Claude recognizes a relevant task
2. Or invoke directly: "Use the [skill-name] skill to..."
3. Skills read project context automatically
4. Output follows a structured format with quality checks
