Create and maintain design documentation including wireframes, UI specifications, design system documentation, and accessibility guidelines.
Creates and maintains design documentation including wireframes, UI specifications, design system docs, and accessibility guidelines.
/plugin marketplace add marcel-ngan/ai-dev-team/plugin install ai-dev-team@ai-dev-team-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create and maintain design documentation including wireframes, UI specifications, design system documentation, and accessibility guidelines.
| Tool | Purpose |
|---|---|
Atlassian:createConfluencePage | Create new documentation |
Atlassian:updateConfluencePage | Update design specs |
Atlassian:getConfluencePage | Read documentation |
Atlassian:searchConfluenceUsingCql | Find design docs |
{
"cloudId": "{{confluence.cloudId}}",
"spaceId": "{{confluence.spaceId}}",
"spaceKey": "{{confluence.spaceKey}}",
"parentPages": {
"design": "{{confluence.parentPages.design}}"
}
}
# UI Specification: {{featureName}}
**Version:** 1.0
**Author:** UI/UX Designer Agent
**Created:** {{date}}
**Status:** Draft | In Review | Approved
**Related:** {{jiraStory}} | Wireframes
---
## Overview
### Purpose
[What this UI accomplishes]
### User Goals
- [Goal 1]
- [Goal 2]
---
## Screen: {{screenName}}
### Layout
┌─────────────────────────────────────┐ │ Header │ ├─────────────────────────────────────┤ │ │ │ Main Content │ │ │ │ ┌─────────────┐ ┌─────────────┐ │ │ │ Card 1 │ │ Card 2 │ │ │ └─────────────┘ └─────────────┘ │ │ │ ├─────────────────────────────────────┤ │ Footer │ └─────────────────────────────────────┘
### Components Used
| Component | Variant | Notes |
|-----------|---------|-------|
| Button | Primary | Submit action |
| Input | Text | Email field |
| Card | Default | Content container |
### States
| State | Description | Visual |
|-------|-------------|--------|
| Default | Initial load | [Description] |
| Loading | Data fetching | Spinner overlay |
| Error | Validation failed | Red border, error text |
| Success | Action complete | Success message |
---
## Interactions
### User Flow
1. User lands on page
2. User fills form
3. User clicks submit
4. System validates
5. Success/error feedback
### Micro-interactions
| Trigger | Animation | Duration |
|---------|-----------|----------|
| Button hover | Scale 1.02 | 150ms |
| Input focus | Border highlight | 200ms |
| Submit | Loading spinner | Until complete |
---
## Responsive Behavior
| Breakpoint | Layout Changes |
|------------|----------------|
| Desktop (>1024px) | 2-column grid |
| Tablet (768-1024px) | 2-column, smaller margins |
| Mobile (<768px) | Single column, stacked |
---
## Accessibility
### Requirements
- [ ] Color contrast ratio ≥4.5:1
- [ ] Focus indicators visible
- [ ] Form labels associated
- [ ] Error messages announced
- [ ] Keyboard navigable
### ARIA Labels
| Element | aria-label |
|---------|------------|
| Submit button | "Submit registration form" |
| Close button | "Close dialog" |
---
## Copy/Content
| Element | Text | Notes |
|---------|------|-------|
| Page title | "Create Account" | H1 |
| Submit button | "Register" | |
| Error message | "Please enter a valid email" | |
Atlassian:createConfluencePage({
cloudId: "{{confluence.cloudId}}",
spaceId: "{{confluence.spaceId}}",
parentId: "{{confluence.parentPages.design}}",
title: "UI Spec: User Registration",
body: `# UI Specification: User Registration
**Version:** 1.0
**Author:** UI/UX Designer Agent
**Created:** 2025-01-06
**Status:** Draft
**Related:** MDDEV-101
---
## Overview
### Purpose
Allow new users to create an account with email and password.
### User Goals
- Quick registration process
- Clear feedback on requirements
- Confidence in security
---
## Screen: Registration Form
### Layout
\`\`\`
┌─────────────────────────────────────┐
│ Logo │
├─────────────────────────────────────┤
│ Create Your Account │
│ │
│ ┌─────────────────────────────┐ │
│ │ Email │ │
│ └─────────────────────────────┘ │
│ │
│ ┌─────────────────────────────┐ │
│ │ Password │ │
│ └─────────────────────────────┘ │
│ Password strength: ████░░ Good │
│ │
│ ┌─────────────────────────────┐ │
│ │ Create Account │ │
│ └─────────────────────────────┘ │
│ │
│ Already have an account? Log in │
└─────────────────────────────────────┘
\`\`\`
### Components Used
| Component | Variant | Notes |
|-----------|---------|-------|
| Input | Email | With validation |
| Input | Password | With visibility toggle |
| PasswordStrength | Default | Visual indicator |
| Button | Primary | Full width |
| Link | Text | Secondary action |
### States
| State | Description |
|-------|-------------|
| Default | Empty form |
| Validating | Real-time validation |
| Submitting | Button shows spinner |
| Error | Field-level errors shown |
| Success | Redirect to verification |
---
## Responsive Behavior
| Breakpoint | Changes |
|------------|---------|
| Desktop | Centered card, max-width 400px |
| Mobile | Full width, padding 16px |
`,
contentFormat: "markdown"
})
# Design System: {{projectName}}
**Version:** {{version}}
**Last Updated:** {{date}}
---
## Foundations
### Colors
#### Primary Palette
| Name | Hex | Usage |
|------|-----|-------|
| Primary | #007AFF | CTAs, links |
| Primary Dark | #0056B3 | Hover states |
| Primary Light | #E5F0FF | Backgrounds |
#### Semantic Colors
| Name | Hex | Usage |
|------|-----|-------|
| Success | #28A745 | Positive feedback |
| Warning | #FFC107 | Caution states |
| Error | #DC3545 | Error states |
| Info | #17A2B8 | Information |
#### Neutrals
| Name | Hex | Usage |
|------|-----|-------|
| Gray 900 | #212529 | Primary text |
| Gray 600 | #6C757D | Secondary text |
| Gray 300 | #DEE2E6 | Borders |
| Gray 100 | #F8F9FA | Backgrounds |
### Typography
#### Font Stack
```css
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
| Name | Size | Weight | Line Height | Usage |
|---|---|---|---|---|
| H1 | 32px | 700 | 1.2 | Page titles |
| H2 | 24px | 600 | 1.3 | Section headers |
| H3 | 20px | 600 | 1.4 | Subsections |
| Body | 16px | 400 | 1.5 | Default text |
| Small | 14px | 400 | 1.4 | Captions |
| Token | Value | Usage |
|---|---|---|
| space-xs | 4px | Tight spacing |
| space-sm | 8px | Related elements |
| space-md | 16px | Default spacing |
| space-lg | 24px | Section spacing |
| space-xl | 32px | Large gaps |
| Variant | Usage |
|---|---|
| Primary | Main actions |
| Secondary | Alternative actions |
| Outline | Tertiary actions |
| Ghost | Subtle actions |
| Size | Height | Padding | Font |
|---|---|---|---|
| Small | 32px | 12px 16px | 14px |
| Medium | 40px | 12px 20px | 16px |
| Large | 48px | 16px 24px | 18px |
| Variant | Usage |
|---|---|
| Text | General text input |
| Email validation | |
| Password | Hidden text |
| Search | With search icon |
---
## Wireframe Documentation
### Wireframe Template
```markdown
# Wireframes: {{featureName}}
**Version:** {{version}}
**Author:** UI/UX Designer Agent
**Created:** {{date}}
---
## Screen 1: {{screenName}}
### Desktop
[ASCII wireframe or link to design tool]
### Mobile
[ASCII wireframe or link to design tool]
### Notes
- [Design decision 1]
- [Design decision 2]
### Open Questions
- [ ] [Question for stakeholder]
| Error | Cause | Resolution |
|---|---|---|
| 400 Bad Request | ASCII art formatting | Use code blocks |
| 404 Not Found | Parent page missing | Create Design parent first |
| 413 Too Large | Too many images | Link to external tool |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.