azclaude-copilot 0.4.18 → 0.4.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,27 +1,27 @@
1
- {
2
- "name": "azclaude-marketplace",
3
- "description": "AZCLAUDE — A complete AI coding environment for Claude Code",
4
- "owner": {
5
- "name": "haytamAroui",
6
- "url": "https://github.com/haytamAroui"
7
- },
8
- "plugins": [
9
- {
10
- "name": "azclaude",
11
- "description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 27 commands, 8 auto-invoked skills, 13 specialized agents, 4 hooks, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Security layer — 102-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /reflectfind stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /snapshotsave mid-session reasoning (WHY decisions were made) so it's auto-injected at the next session start, surviving context compaction\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
12
- "version": "0.4.12",
13
- "source": {
14
- "source": "github",
15
- "repo": "haytamAroui/AZ-CLAUDE",
16
- "ref": "main"
17
- },
18
- "author": {
19
- "name": "haytamAroui",
20
- "url": "https://github.com/haytamAroui"
21
- },
22
- "homepage": "https://github.com/haytamAroui/AZ-CLAUDE",
23
- "license": "MIT",
24
- "keywords": ["memory", "setup", "agents", "commands", "hooks", "domain-aware"]
25
- }
26
- ]
27
- }
1
+ {
2
+ "name": "azclaude-marketplace",
3
+ "description": "AZCLAUDE — A complete AI coding environment for Claude Code",
4
+ "owner": {
5
+ "name": "haytamAroui",
6
+ "url": "https://github.com/haytamAroui"
7
+ },
8
+ "plugins": [
9
+ {
10
+ "name": "azclaude",
11
+ "description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 33 commands, 8 auto-invoked skills, 13 specialized agents, 4 hooks, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Spec-driven workflow — /constitute writes project rules, /spec writes structured ACs, /analyze detects plan drift and ghost milestones, /blueprint traces every milestone to a spec\n• Security layer — 102-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n• Smart install — npx azclaude-copilot@latest auto-detects first install vs upgrade vs verify. Context-aware onboarding shows the right next command for your project state.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /constitutewrite your project's constitution (non-negotiables, architectural commitments, definition of done) gates all future AI actions\n• /analyzecross-artifact consistency check: ghost milestones, spec vs. code drift, unplanned commits\n• /reflect find stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
12
+ "version": "0.4.19",
13
+ "source": {
14
+ "source": "github",
15
+ "repo": "haytamAroui/AZ-CLAUDE-COPILOT",
16
+ "ref": "main"
17
+ },
18
+ "author": {
19
+ "name": "haytamAroui",
20
+ "url": "https://github.com/haytamAroui"
21
+ },
22
+ "homepage": "https://github.com/haytamAroui/AZ-CLAUDE-COPILOT/blob/main/DOCS.md",
23
+ "license": "MIT",
24
+ "keywords": ["memory", "setup", "agents", "commands", "hooks", "domain-aware", "spec-driven", "constitution", "copilot"]
25
+ }
26
+ ]
27
+ }
@@ -1,17 +1,17 @@
1
- {
2
- "name": "azclaude",
3
- "version": "0.4.12",
4
- "description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 27 commands, 8 auto-invoked skills, 13 specialized agents, 4 hooks, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Security layer — 102-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /reflectfind stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /snapshotsave mid-session reasoning (WHY decisions were made) so it's auto-injected at the next session start, surviving context compaction\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
5
- "author": {
6
- "name": "haytamAroui",
7
- "url": "https://github.com/haytamAroui"
8
- },
9
- "homepage": "https://github.com/haytamAroui/AZ-CLAUDE-COPILOT/blob/main/DOCS.md",
10
- "repository": "https://github.com/haytamAroui/AZ-CLAUDE-COPILOT",
11
- "license": "MIT",
12
- "keywords": ["memory", "setup", "agents", "commands", "context", "lazy-loading", "hooks", "domain-aware"],
13
- "commands": "./templates/commands/",
14
- "skills": "./templates/skills/",
15
- "agents": "./templates/agents/",
16
- "hooks": "./templates/hooks/hooks.json"
17
- }
1
+ {
2
+ "name": "azclaude",
3
+ "version": "0.4.19",
4
+ "description": "AZCLAUDE is a complete AI coding environment for Claude Code. It installs 33 commands, 8 auto-invoked skills, 13 specialized agents, 4 hooks, and a persistent memory system — in one command.\n\nKey features:\n• Memory across sessions — goals.md + checkpoints injected automatically before every session\n• Self-improving loop — /reflect fixes stale CLAUDE.md rules, /reflexes learns from tool-use patterns, /evolve creates agents from git evidence\n• Autonomous copilot mode — /copilot runs a three-tier team (orchestrator → problem-architect → milestone-builder) across sessions until the product ships\n• Spec-driven workflow — /constitute writes project rules, /spec writes structured ACs, /analyze detects plan drift and ghost milestones, /blueprint traces every milestone to a spec\n• Security layer — 102-rule environment scan (/sentinel), pre-write secret blocking, pre-ship credential audit\n• Progressive levels 0–10 — start with CLAUDE.md, grow into multi-agent pipelines and self-evolving environments\n• Zero dependencies — no npm packages, no external APIs, no vector databases. Plain markdown files and Claude Code's native architecture.\n• Smart install — npx azclaude-copilot@latest auto-detects first install vs upgrade vs verify. Context-aware onboarding shows the right next command for your project state.\n\nExample use cases:\n• /setup — scan an existing project, detect stack + domain + scale, fill CLAUDE.md, generate project-specific skills and agents automatically\n• /copilot \"Build a compliance SaaS with trilingual support\" — walk away, come back to working code across multiple sessions\n• /sentinel — run a scored security audit (0–100, grade A–F) across hooks, permissions, MCP servers, agent configs, and secrets\n• /evolve — detect gaps in the environment, generate new skills and agents from git co-change evidence, report score delta (e.g. 42/100 → 68/100)\n• /constitutewrite your project's constitution (non-negotiables, architectural commitments, definition of done) gates all future AI actions\n• /analyzecross-artifact consistency check: ghost milestones, spec vs. code drift, unplanned commits\n• /reflect find stale, missing, or contradicting rules in CLAUDE.md and propose exact fixes\n• /debate \"REST vs GraphQL for this project\" — adversarial evidence-based decision with order-independent scoring, logged to decisions.md",
5
+ "author": {
6
+ "name": "haytamAroui",
7
+ "url": "https://github.com/haytamAroui"
8
+ },
9
+ "homepage": "https://github.com/haytamAroui/AZ-CLAUDE-COPILOT/blob/main/DOCS.md",
10
+ "repository": "https://github.com/haytamAroui/AZ-CLAUDE-COPILOT",
11
+ "license": "MIT",
12
+ "keywords": ["memory", "setup", "agents", "commands", "context", "lazy-loading", "hooks", "domain-aware"],
13
+ "commands": "./templates/commands/",
14
+ "skills": "./templates/skills/",
15
+ "agents": "./templates/agents/",
16
+ "hooks": "./templates/hooks/hooks.json"
17
+ }
package/README.md CHANGED
@@ -117,7 +117,7 @@ npx azclaude-copilot@latest
117
117
  ```
118
118
 
119
119
  That's it. One command, no flags. Auto-detects whether this is a fresh install or an upgrade:
120
- - **First time** → full install (33 commands, 4 hooks, 15 agents, 8 skills, memory, reflexes)
120
+ - **First time** → full install (33 commands, 4 hooks, 13 agents, 8 skills, memory, reflexes)
121
121
  - **Already installed, older version** → auto-upgrades everything to latest templates
122
122
  - **Already up to date** → verifies, no overwrites
123
123
 
@@ -129,14 +129,14 @@ npx azclaude-copilot@latest doctor # 32 checks — verify everything is wired
129
129
 
130
130
  ## What You Get
131
131
 
132
- **33 commands** · **8 auto-invoked skills** · **15 agents** · **4 hooks** · **memory across sessions** · **learned reflexes** · **self-evolving environment**
132
+ **33 commands** · **8 auto-invoked skills** · **13 agents** · **4 hooks** · **memory across sessions** · **learned reflexes** · **self-evolving environment**
133
133
 
134
134
  ```
135
135
  .claude/
136
136
  ├── CLAUDE.md ← dispatch table: conventions, stack, routing
137
137
  ├── commands/ ← 33 slash commands (/add, /fix, /copilot, /spec, /sentinel...)
138
138
  ├── skills/ ← 8 skills (test-first, security, architecture-advisor...)
139
- ├── agents/ ← 15 agents (orchestrator, spec-reviewer, constitution-guard...)
139
+ ├── agents/ ← 13 agents (orchestrator, spec-reviewer, constitution-guard...)
140
140
  ├── capabilities/ ← 37 files, lazy-loaded via manifest.md (~380 tokens/task)
141
141
  ├── hooks/
142
142
  │ ├── user-prompt.js ← injects goals.md + checkpoint before your first message
@@ -807,11 +807,11 @@ Run `/level-up` at any time to see your current level and build the next one.
807
807
 
808
808
  ## Verified
809
809
 
810
- 1357 tests. Every template, command, capability, agent, hook, and CLI feature verified.
810
+ 1366 tests. Every template, command, capability, agent, hook, and CLI feature verified.
811
811
 
812
812
  ```bash
813
813
  bash tests/test-features.sh
814
- # Results: 1357 passed, 0 failed, 1357 total
814
+ # Results: 1366 passed, 0 failed, 1366 total
815
815
  ```
816
816
 
817
817
  ---
package/bin/cli.js CHANGED
@@ -373,7 +373,7 @@ function installCommands(projectDir, cfg) {
373
373
 
374
374
  // ─── Skills (SKILL.md — model-auto-invoked) ──────────────────────────────────
375
375
 
376
- const SKILLS = ['session-guard', 'test-first', 'env-scanner', 'debate', 'security', 'skill-creator', 'agent-creator', 'architecture-advisor'];
376
+ const SKILLS = ['session-guard', 'test-first', 'env-scanner', 'debate', 'security', 'skill-creator', 'agent-creator', 'architecture-advisor', 'frontend-design'];
377
377
 
378
378
  function installSkills(projectDir, cfg) {
379
379
  const skillsDir = path.join(projectDir, cfg, 'skills');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azclaude-copilot",
3
- "version": "0.4.18",
4
- "description": "AI coding environment — 33 commands, 8 skills, 15 agents, memory, reflexes, evolution. Install: npx azclaude-copilot@latest, then open Claude Code.",
3
+ "version": "0.4.20",
4
+ "description": "AI coding environment — 33 commands, 8 skills, 13 agents, memory, reflexes, evolution. Install: npx azclaude-copilot@latest, then open Claude Code.",
5
5
  "bin": {
6
6
  "azclaude": "bin/cli.js",
7
7
  "azclaude-copilot": "bin/copilot.js"
@@ -0,0 +1,150 @@
1
+ ---
2
+ name: frontend-design
3
+ description: >
4
+ Production-grade, visually distinctive frontend interfaces. Use when building
5
+ a landing page, creating a dashboard, designing a React component, making a
6
+ website, building something visually striking, creating a UI, designing a
7
+ poster, or when the user says "build me a site", "make this look good",
8
+ "design a page", "create a frontend", "visually striking", "beautiful UI",
9
+ "modern design", or any task where the primary deliverable is a rendered
10
+ interface. Also fires when /copilot reaches a milestone whose files include
11
+ index.html, .jsx, .tsx, .css, or .scss.
12
+ ---
13
+
14
+ # Frontend Design Skill
15
+
16
+ Produces interfaces that are visually distinctive and production-ready.
17
+ The core constraint: every design choice must be intentional, not default.
18
+
19
+ ## Step 0: Context Detection
20
+
21
+ Before writing any code, read three sources.
22
+
23
+ **1. Project stack and domain**
24
+ Read `CLAUDE.md` — find `Domain:` and `Stack:` fields.
25
+ If stack contains React/Next/Vue/Svelte: use component file structure.
26
+ If stack is plain HTML: single index.html with embedded or linked CSS/JS.
27
+
28
+ **2. Existing design system or brand guide**
29
+ ```bash
30
+ ls .claude/constitution.md 2>/dev/null
31
+ find . -name "design-tokens*" -o -name "brand-guide*" -o -name "theme.*" 2>/dev/null | head -5
32
+ ```
33
+ If `constitution.md` exists: read `## Visual Identity` section — it is non-negotiable.
34
+ If design tokens exist: import them. Do not invent conflicting values.
35
+
36
+ **3. Prior aesthetic decisions**
37
+ ```bash
38
+ grep -i "font\|color\|aesthetic\|palette" .claude/memory/decisions.md 2>/dev/null | head -10
39
+ ```
40
+ If prior decisions exist: stay consistent with them unless the user explicitly wants a change.
41
+
42
+ ---
43
+
44
+ ## Step 1: Pick an Aesthetic Direction
45
+
46
+ Choose ONE direction before writing any code.
47
+ Intentionality beats intensity — a minimal design executed with conviction beats a
48
+ maximalist design that hedges.
49
+
50
+ See `references/aesthetic-directions.md` for fonts, colors, and techniques per direction.
51
+
52
+ | Direction | Core signal |
53
+ |-----------|-------------|
54
+ | Brutally Minimal | Extreme whitespace, single weight, silence as design element |
55
+ | Maximalist Chaos | Layers, collisions, overflow, density as aesthetic |
56
+ | Retro-Futuristic | CRT nostalgia meets speculative UI — scanlines, phosphor glow |
57
+ | Organic/Natural | Irregular shapes, earth palette, no mechanical grids |
58
+ | Luxury/Refined | Restraint, gold/cream/black, editorial spacing |
59
+ | Playful/Toy-like | Rounded, saturated, bouncy, tactile affordances |
60
+ | Editorial/Magazine | Strong typographic hierarchy, column grids, pull quotes |
61
+ | Brutalist/Raw | Exposed structure, default-looking-but-intentional, harsh juxtapositions |
62
+ | Art Deco/Geometric | Symmetry, chevrons, gilt details, high contrast geometry |
63
+ | Soft/Pastel | Muted saturation, gentle gradients, airy spacing |
64
+ | Industrial/Utilitarian | Monospace, grid lines, data-forward, no decoration |
65
+ | Cyberpunk/Dark | Dark base, neon accent, glitch effects, terminal aesthetics |
66
+
67
+ State the chosen direction explicitly before proceeding. Example:
68
+ `Direction: Retro-Futuristic — scanline overlays, phosphor green on near-black, monospace headline`
69
+
70
+ ---
71
+
72
+ ## Step 2: Implement
73
+
74
+ ### Typography rules
75
+ - NEVER use: Inter, Roboto, Arial, Helvetica, system fonts without intentional treatment
76
+ - NEVER use: Space Grotesk (convergence signal — indicates no aesthetic thinking)
77
+ - DO use: characterful fonts from Google Fonts matched to the chosen direction
78
+ - Set: `font-display: swap` on all imported fonts
79
+
80
+ ### Color rules
81
+ - NEVER use: purple-to-pink gradient on white
82
+ - NEVER use: evenly distributed hues without hierarchy
83
+ - NEVER use: high-saturation rainbow palettes
84
+ - DO use: 1 dominant + 1-2 accent colors, committed to the direction
85
+ - DO use: a defined background treatment (texture, grain overlay, gradient mesh) — not flat solid color
86
+
87
+ ### Layout rules
88
+ - NEVER use: centered hero + 3-column feature grid without modification
89
+ - NEVER use: standard nav with no customization
90
+ - DO use: asymmetry, overlap, diagonal flow, or grid-breaking elements
91
+ - DO use: visual hierarchy that guides the eye in a deliberate path
92
+
93
+ ### Motion rules
94
+ - Prefer CSS transitions over JS animation libraries
95
+ - Scroll-triggered animations must serve comprehension, not decorate it
96
+ - Hover states must be thoughtful — not just opacity change
97
+ - Glassmorphism only if the direction calls for it (Luxury, Cyberpunk) — never as default
98
+
99
+ ### Detail rules
100
+ - Rounded corners only where intentional — not applied globally by default
101
+ - Micro-interactions must have a reason: confirm action, guide attention, indicate state
102
+ - Every spacing value must belong to a scale (4px, 8px, 16px, 24px, 32px, 48px, 64px)
103
+
104
+ ---
105
+
106
+ ## Step 3: Complexity Budget
107
+
108
+ Match animation/visual code ratio to the chosen direction.
109
+
110
+ | Direction type | Animation/visual code | Semantic structure |
111
+ |---|---|---|
112
+ | Maximalist (Chaos, Retro, Cyberpunk) | 60-70% | 30-40% |
113
+ | Minimalist (Minimal, Luxury, Soft) | 20-30% | 70-80% |
114
+ | Mid-complexity (Editorial, Deco, Industrial) | 40-50% | 50-60% |
115
+
116
+ Do not apply maximalist code budget to a minimalist direction. The restraint IS the design.
117
+
118
+ ---
119
+
120
+ ## Step 4: Production Requirements
121
+
122
+ - Entry file: `index.html` (always — even for React, the build output target is index.html)
123
+ - Cross-browser: test mental model against Chrome, Firefox, Safari rendering differences for any CSS used
124
+ - Mobile-responsive: no horizontal scroll on 375px viewport, tap targets >= 44px
125
+ - No broken links, placeholder `#` hrefs without intent, or `TODO` comments in shipped code
126
+ - Images: use aspect-ratio, width/height attributes, or explicit dimensions to prevent layout shift
127
+
128
+ ---
129
+
130
+ ## Completion
131
+
132
+ When done, output:
133
+
134
+ ```
135
+ Direction: {chosen direction}
136
+ Entry file: {absolute path to index.html}
137
+ Line count: {wc -l output}
138
+ Files created: {list}
139
+ ```
140
+
141
+ Run:
142
+ ```bash
143
+ wc -l index.html
144
+ ```
145
+
146
+ Show the actual line count. Do not estimate.
147
+
148
+ ## References
149
+
150
+ For the full aesthetic directions reference: `references/aesthetic-directions.md`
@@ -0,0 +1,26 @@
1
+ # Aesthetic Directions — Quick Reference
2
+
3
+ 12 directions for the frontend-design skill. Pick one before writing code.
4
+
5
+ | Direction | Vibe | Key Techniques | Example Fonts | Example Colors |
6
+ |-----------|------|---------------|---------------|----------------|
7
+ | **Brutally Minimal** | Silence as design. One element per screen. Every pixel earns its place. | Extreme whitespace, single typeface weight, monochrome or near-monochrome, no decoration | Garamond, Cormorant, DM Serif Display | #FFFFFF + #0A0A0A, or #F5F0EB + #1A1A1A |
8
+ | **Maximalist Chaos** | Density, layering, visual noise as deliberate statement. | Overlapping elements, competing type sizes, mixed media, bleed-to-edge images, stacked layers | Bebas Neue + handwritten mix, Display + body contrast | Saturated contrasting hues — no single dominant |
9
+ | **Retro-Futuristic** | Nostalgia for a future that never arrived. CRT terminals, tape decks, space-age UI. | Scanline overlays, phosphor glow, CRT curve, terminal cursor blink, VHS distortion | Share Tech Mono, VT323, Orbitron | #0D1B0D (near-black) + #00FF41 (phosphor green) or amber #FFB300 |
10
+ | **Organic/Natural** | Nature-sourced — irregular, warm, living. Rejects the mechanical grid. | Blob shapes, hand-drawn SVG borders, irregular column widths, grain textures, leaf/soil palette | Playfair Display, Lora, Newsreader | #3D2B1F, #8B7355, #E8DCC8, #4A7C59 |
11
+ | **Luxury/Refined** | Restraint that signals expense. Negative space is the product. | Wide letter-spacing on display type, rule lines instead of borders, gold/cream/black palette, no rounded corners | Cormorant Garamond, Bodoni Moda, Cinzel | #1A1208, #C9A84C (gold), #F5F0E8 (cream) |
12
+ | **Playful/Toy-like** | Tactile, bouncy, joyful. Designed to invite touch. | High border-radius, drop shadows with color, spring/bounce animations, illustrated elements, sticker-style badges | Nunito, Fredoka One, Baloo 2 | #FF6B6B, #4ECDC4, #FFE66D, #FFFFFF |
13
+ | **Editorial/Magazine** | Type IS the design. Grid discipline with deliberate breaks. | Strong typographic hierarchy, 12-column grid, pull quotes, dropcaps, ruled sections, photo crops | Libre Baskerville + Source Sans, Playfair + Inter (editorial exception), Fraunces | #F4F1EC (paper), #1C1C1C, red accent #D62828 |
14
+ | **Brutalist/Raw** | Deliberately anti-polished. The exposed skeleton is the aesthetic. | Default-looking elements styled with intent, visible borders, stark backgrounds, aggressive whitespace or none | Courier New (intentional), Times New Roman (reclaimed), monospace | #FFFFFF + #000000 + primary color blocks |
15
+ | **Art Deco/Geometric** | Symmetry, repetition, gilt geometry. Machine-age glamour. | Chevron patterns, radial symmetry, thin geometric ornaments, fan motifs, high contrast | Poiret One, Josefin Sans, Italiana | #1A1209, #C9A84C (gold), #F5E6C8, #1A2639 |
16
+ | **Soft/Pastel** | Gentle, airy, approachable. Saturation turned below 50%. | Muted gradients (analogous hues), cloud-like shapes, generous padding, soft shadows | Poppins (light weight only), Nunito Light, DM Sans | #F2E8FF, #E8F4F8, #FFF4E8, #E8F5E9 |
17
+ | **Industrial/Utilitarian** | Function first. Decoration is a bug. Data is the interface. | Monospace typefaces, visible grid lines, data tables as primary UI, tight spacing, no gradients | JetBrains Mono, IBM Plex Mono, Roboto Mono | #1A1A1A, #2D2D2D, #4A4A4A, #00CC66 (status green) |
18
+ | **Cyberpunk/Dark** | Dark base, neon accent, the city at 3am. Glitch is a feature. | Dark near-black base, neon accent (1 color only), glitch text effect, scanlines optional, terminal feel | Rajdhani, Exo 2, Orbitron | #0A0A0F, #FF2D78 (neon pink) or #00F5FF (cyan), #1A1A2E |
19
+
20
+ ## Usage Notes
21
+
22
+ - Pick exactly one direction per project. Mixing directions without a deliberate concept produces visual noise.
23
+ - The font column lists examples — always verify availability on Google Fonts before using.
24
+ - Color values are starting points. Adjust lightness to pass WCAG AA contrast (4.5:1 for body text).
25
+ - Maximalist directions (Chaos, Retro, Cyberpunk) allow more motion budget — see SKILL.md Step 3.
26
+ - Brutalist/Raw requires the most discipline: it looks like no thought went into it, which requires the most thought.