@bastani/atomic 0.6.5 → 0.6.6-0

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.
Files changed (125) hide show
  1. package/.agents/skills/ado-commit/SKILL.md +2 -0
  2. package/.agents/skills/ado-create-pr/SKILL.md +2 -0
  3. package/.agents/skills/advanced-evaluation/SKILL.md +2 -0
  4. package/.agents/skills/ast-grep/SKILL.md +2 -0
  5. package/.agents/skills/bdi-mental-states/SKILL.md +2 -0
  6. package/.agents/skills/bun/SKILL.md +156 -122
  7. package/.agents/skills/context-compression/SKILL.md +2 -0
  8. package/.agents/skills/context-degradation/SKILL.md +2 -0
  9. package/.agents/skills/context-fundamentals/SKILL.md +2 -0
  10. package/.agents/skills/context-optimization/SKILL.md +2 -0
  11. package/.agents/skills/create-spec/SKILL.md +2 -0
  12. package/.agents/skills/docx/SKILL.md +2 -0
  13. package/.agents/skills/evaluation/SKILL.md +2 -0
  14. package/.agents/skills/explain-code/SKILL.md +2 -0
  15. package/.agents/skills/filesystem-context/SKILL.md +2 -0
  16. package/.agents/skills/find-skills/SKILL.md +2 -0
  17. package/.agents/skills/gh-commit/SKILL.md +2 -0
  18. package/.agents/skills/gh-create-pr/SKILL.md +2 -0
  19. package/.agents/skills/hosted-agents/SKILL.md +2 -0
  20. package/.agents/skills/impeccable/SKILL.md +117 -304
  21. package/.agents/skills/impeccable/agents/openai.yaml +4 -0
  22. package/.agents/skills/{adapt/SKILL.md → impeccable/reference/adapt.md} +2 -11
  23. package/.agents/skills/{animate/SKILL.md → impeccable/reference/animate.md} +15 -15
  24. package/.agents/skills/{audit/SKILL.md → impeccable/reference/audit.md} +8 -22
  25. package/.agents/skills/{bolder/SKILL.md → impeccable/reference/bolder.md} +9 -13
  26. package/.agents/skills/impeccable/reference/brand.md +114 -0
  27. package/.agents/skills/{clarify/SKILL.md → impeccable/reference/clarify.md} +2 -11
  28. package/.agents/skills/{colorize/SKILL.md → impeccable/reference/colorize.md} +23 -12
  29. package/.agents/skills/impeccable/reference/craft.md +152 -29
  30. package/.agents/skills/{critique/SKILL.md → impeccable/reference/critique.md} +25 -37
  31. package/.agents/skills/{delight/SKILL.md → impeccable/reference/delight.md} +9 -11
  32. package/.agents/skills/{distill/SKILL.md → impeccable/reference/distill.md} +2 -13
  33. package/.agents/skills/impeccable/reference/document.md +427 -0
  34. package/.agents/skills/impeccable/reference/extract.md +1 -1
  35. package/.agents/skills/{harden/SKILL.md → impeccable/reference/harden.md} +1 -43
  36. package/.agents/skills/{layout/SKILL.md → impeccable/reference/layout.md} +27 -11
  37. package/.agents/skills/impeccable/reference/live.md +594 -0
  38. package/.agents/skills/impeccable/reference/motion-design.md +12 -2
  39. package/.agents/skills/impeccable/reference/onboard.md +234 -0
  40. package/.agents/skills/{optimize/SKILL.md → impeccable/reference/optimize.md} +4 -12
  41. package/.agents/skills/{overdrive/SKILL.md → impeccable/reference/overdrive.md} +9 -21
  42. package/.agents/skills/{critique → impeccable}/reference/personas.md +1 -1
  43. package/.agents/skills/{polish/SKILL.md → impeccable/reference/polish.md} +31 -23
  44. package/.agents/skills/impeccable/reference/product.md +62 -0
  45. package/.agents/skills/{quieter/SKILL.md → impeccable/reference/quieter.md} +7 -11
  46. package/.agents/skills/impeccable/reference/shape.md +151 -0
  47. package/.agents/skills/impeccable/reference/teach.md +156 -0
  48. package/.agents/skills/{typeset/SKILL.md → impeccable/reference/typeset.md} +19 -11
  49. package/.agents/skills/impeccable/reference/typography.md +31 -14
  50. package/.agents/skills/impeccable/scripts/cleanup-deprecated.mjs +87 -17
  51. package/.agents/skills/impeccable/scripts/command-metadata.json +94 -0
  52. package/.agents/skills/impeccable/scripts/design-parser.mjs +820 -0
  53. package/.agents/skills/impeccable/scripts/detect-csp.mjs +198 -0
  54. package/.agents/skills/impeccable/scripts/is-generated.mjs +69 -0
  55. package/.agents/skills/impeccable/scripts/live-accept.mjs +595 -0
  56. package/.agents/skills/impeccable/scripts/live-browser.js +4781 -0
  57. package/.agents/skills/impeccable/scripts/live-inject.mjs +445 -0
  58. package/.agents/skills/impeccable/scripts/live-poll.mjs +186 -0
  59. package/.agents/skills/impeccable/scripts/live-server.mjs +694 -0
  60. package/.agents/skills/impeccable/scripts/live-wrap.mjs +571 -0
  61. package/.agents/skills/impeccable/scripts/live.mjs +247 -0
  62. package/.agents/skills/impeccable/scripts/load-context.mjs +141 -0
  63. package/.agents/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
  64. package/.agents/skills/impeccable/scripts/pin.mjs +214 -0
  65. package/.agents/skills/init/SKILL.md +2 -0
  66. package/.agents/skills/liteparse/SKILL.md +1 -0
  67. package/.agents/skills/memory-systems/SKILL.md +2 -0
  68. package/.agents/skills/multi-agent-patterns/SKILL.md +2 -0
  69. package/.agents/skills/opentui/SKILL.md +1 -0
  70. package/.agents/skills/pdf/SKILL.md +2 -0
  71. package/.agents/skills/playwright-cli/SKILL.md +51 -5
  72. package/.agents/skills/playwright-cli/references/playwright-tests.md +1 -1
  73. package/.agents/skills/playwright-cli/references/running-code.md +10 -0
  74. package/.agents/skills/playwright-cli/references/session-management.md +56 -0
  75. package/.agents/skills/playwright-cli/references/spec-driven-testing.md +305 -0
  76. package/.agents/skills/playwright-cli/references/test-generation.md +49 -3
  77. package/.agents/skills/pptx/SKILL.md +2 -0
  78. package/.agents/skills/project-development/SKILL.md +2 -0
  79. package/.agents/skills/prompt-engineer/SKILL.md +2 -0
  80. package/.agents/skills/research-codebase/SKILL.md +2 -0
  81. package/.agents/skills/ripgrep/SKILL.md +2 -0
  82. package/.agents/skills/skill-creator/LICENSE.txt +1 -1
  83. package/.agents/skills/skill-creator/SKILL.md +2 -0
  84. package/.agents/skills/sl-commit/SKILL.md +2 -0
  85. package/.agents/skills/sl-submit-diff/SKILL.md +2 -0
  86. package/.agents/skills/tdd/SKILL.md +4 -0
  87. package/.agents/skills/tool-design/SKILL.md +2 -0
  88. package/.agents/skills/typescript-advanced-types/SKILL.md +2 -1
  89. package/.agents/skills/typescript-expert/SKILL.md +7 -1
  90. package/.agents/skills/typescript-react-reviewer/SKILL.md +2 -1
  91. package/.agents/skills/workflow-creator/SKILL.md +75 -72
  92. package/.agents/skills/workflow-creator/references/session-config.md +48 -1
  93. package/.agents/skills/xlsx/SKILL.md +2 -0
  94. package/.opencode/opencode.json +4 -2
  95. package/dist/sdk/runtime/executor.d.ts +8 -0
  96. package/dist/sdk/runtime/executor.d.ts.map +1 -1
  97. package/dist/sdk/runtime/port-discovery.d.ts +71 -0
  98. package/dist/sdk/runtime/port-discovery.d.ts.map +1 -0
  99. package/dist/sdk/runtime/tmux.d.ts +10 -0
  100. package/dist/sdk/runtime/tmux.d.ts.map +1 -1
  101. package/dist/sdk/types.d.ts +1 -0
  102. package/dist/sdk/types.d.ts.map +1 -1
  103. package/dist/sdk/workflows/builtin/deep-research-codebase/opencode/index.d.ts.map +1 -1
  104. package/dist/sdk/workflows/builtin/open-claude-design/opencode/index.d.ts.map +1 -1
  105. package/dist/sdk/workflows/builtin/ralph/claude/index.d.ts.map +1 -1
  106. package/dist/sdk/workflows/builtin/ralph/copilot/index.d.ts.map +1 -1
  107. package/dist/sdk/workflows/builtin/ralph/helpers/prompts.d.ts +15 -0
  108. package/dist/sdk/workflows/builtin/ralph/helpers/prompts.d.ts.map +1 -1
  109. package/dist/sdk/workflows/builtin/ralph/opencode/index.d.ts.map +1 -1
  110. package/package.json +1 -1
  111. package/src/sdk/runtime/executor.test.ts +254 -1
  112. package/src/sdk/runtime/executor.ts +135 -89
  113. package/src/sdk/runtime/port-discovery.test.ts +573 -0
  114. package/src/sdk/runtime/port-discovery.ts +496 -0
  115. package/src/sdk/runtime/tmux.ts +16 -0
  116. package/src/sdk/types.ts +1 -0
  117. package/src/sdk/workflows/builtin/deep-research-codebase/opencode/index.ts +24 -6
  118. package/src/sdk/workflows/builtin/open-claude-design/opencode/index.ts +52 -13
  119. package/src/sdk/workflows/builtin/ralph/claude/index.ts +31 -3
  120. package/src/sdk/workflows/builtin/ralph/copilot/index.ts +16 -0
  121. package/src/sdk/workflows/builtin/ralph/helpers/prompts.ts +70 -3
  122. package/src/sdk/workflows/builtin/ralph/opencode/index.ts +50 -6
  123. package/.agents/skills/shape/SKILL.md +0 -96
  124. /package/.agents/skills/{critique → impeccable}/reference/cognitive-load.md +0 -0
  125. /package/.agents/skills/{critique → impeccable}/reference/heuristics-scoring.md +0 -0
@@ -1,24 +1,12 @@
1
- ---
2
- name: critique
3
- description: Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or component.
4
- version: 2.1.1
5
- user-invocable: true
6
- argument-hint: "[area (feature, page, component...)]"
7
- ---
1
+ > **Additional context needed**: what the interface is trying to accomplish.
8
2
 
9
- ## STEPS
3
+ ### Gather Assessments
10
4
 
11
- ### Step 1: Preparation
5
+ Launch two independent assessments. **Neither may see the other's output** — this isolation is what makes the combined score honest. Running both in one head silently anchors them to each other; do not shortcut it for cost, speed, or context-size reasons.
12
6
 
13
- Invoke /impeccable, which contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding. If no design context exists yet, you MUST run /impeccable teach first. Additionally gather: what the interface is trying to accomplish.
7
+ Delegate each assessment to a separate sub-agent (Claude Code's `Agent` tool, Codex's subagent spawning, etc.). Each returns structured findings as text. Do NOT output findings to the user yet.
14
8
 
15
- ### Step 2: Gather Assessments
16
-
17
- Launch two independent assessments. **Neither must see the other's output** to avoid bias.
18
-
19
- You SHOULD delegate each assessment to a separate sub-agent for independence. Use your environment's agent spawning mechanism (e.g., Claude Code's `Agent` tool, or Codex's subagent spawning). Sub-agents should return their findings as structured text. Do NOT output findings to the user yet.
20
-
21
- If sub-agents are not available in the current environment, complete each assessment sequentially, writing findings to internal notes before proceeding.
9
+ Fall back to sequential in-head work only if the environment genuinely cannot spawn sub-agents.
22
10
 
23
11
  **Tab isolation**: When browser automation is available, each assessment MUST create its own new tab. Never reuse an existing tab, even if one is already open at the correct URL. This prevents the two assessments from interfering with each other's page state.
24
12
 
@@ -30,11 +18,11 @@ document.title = '[LLM] ' + document.title;
30
18
  ```
31
19
  Think like a design director. Evaluate:
32
20
 
33
- **AI Slop Detection (CRITICAL)**: Does this look like every other AI-generated interface? Review against ALL **DON'T** guidelines in the impeccable skill. Check for AI color palette, gradient text, dark glows, glassmorphism, hero metric layouts, identical card grids, generic fonts, and all other tells. **The test**: If someone said "AI made this," would you believe them immediately?
21
+ **AI Slop Detection (CRITICAL)**: Does this look like every other AI-generated interface? Review against ALL **DON'T** guidelines from the parent impeccable skill (already loaded in this context). Check for AI color palette, gradient text, dark glows, glassmorphism, hero metric layouts, identical card grids, generic fonts, and all other tells. **The test**: If someone said "AI made this," would you believe them immediately?
34
22
 
35
23
  **Holistic Design Review**: visual hierarchy (eye flow, primary action clarity), information architecture (structure, grouping, cognitive load), emotional resonance (does it match brand and audience?), discoverability (are interactive elements obvious?), composition (balance, whitespace, rhythm), typography (hierarchy, readability, font choices), color (purposeful use, cohesion, accessibility), states & edge cases (empty, loading, error, success), microcopy (clarity, tone, helpfulness).
36
24
 
37
- **Cognitive Load** (consult [cognitive-load](reference/cognitive-load.md)):
25
+ **Cognitive Load** (consult [cognitive-load](cognitive-load.md)):
38
26
  - Run the 8-item cognitive load checklist. Report failure count: 0-1 = low (good), 2-3 = moderate, 4+ = critical.
39
27
  - Count visible options at each decision point. If >4, flag it.
40
28
  - Check for progressive disclosure: is complexity revealed only when needed?
@@ -44,7 +32,7 @@ Think like a design director. Evaluate:
44
32
  - **Peak-end rule**: Is the most intense moment positive? Does the experience end well?
45
33
  - **Emotional valleys**: Check for anxiety spikes at high-stakes moments (payment, delete, commit). Are there design interventions (progress indicators, reassurance copy, undo options)?
46
34
 
47
- **Nielsen's Heuristics** (consult [heuristics-scoring](reference/heuristics-scoring.md)):
35
+ **Nielsen's Heuristics** (consult [heuristics-scoring](heuristics-scoring.md)):
48
36
  Score each of the 10 heuristics 0-4. This scoring will be presented in the report.
49
37
 
50
38
  Return structured findings covering: AI slop verdict, heuristic scores, cognitive load assessment, what's working (2-3 items), priority issues (3-5 with what/why/fix), minor observations, and provocative questions.
@@ -64,7 +52,7 @@ npx impeccable --json [--fast] [target]
64
52
  - For 500+ files, narrow scope or ask the user
65
53
  - Exit code 0 = clean, 2 = findings
66
54
 
67
- **Browser visualization** (when browser automation tools are available AND the target is a viewable page):
55
+ **Browser visualization** — **required** when browser automation tools are available AND the target is a viewable page. The `[Human]` overlay tab is the user-facing deliverable; the critique is incomplete without it. Skip only if the target is not a viewable page (CSS-only file, non-browser target).
68
56
 
69
57
  The overlay is a **visual aid for the user**. It highlights issues directly in their browser. Do NOT scroll through the page to screenshot overlays. Instead, read the console output to get the results programmatically.
70
58
 
@@ -94,14 +82,14 @@ For multi-view targets, inject on 3-5 representative pages. If injection fails,
94
82
 
95
83
  Return: CLI findings (JSON), browser console findings (if applicable), and any false positives noted.
96
84
 
97
- ### Step 3: Generate Combined Critique Report
85
+ ### Generate Combined Critique Report
98
86
 
99
87
  Synthesize both assessments into a single report. Do NOT simply concatenate. Weave the findings together, noting where the LLM review and detector agree, where the detector caught issues the LLM missed, and where detector findings are false positives.
100
88
 
101
89
  Structure your feedback as a design director would:
102
90
 
103
91
  #### Design Health Score
104
- > *Consult [heuristics-scoring](reference/heuristics-scoring.md)*
92
+ > *Consult [heuristics-scoring](heuristics-scoring.md)*
105
93
 
106
94
  Present the Nielsen's 10 heuristics scores as a table:
107
95
 
@@ -140,16 +128,16 @@ Highlight 2-3 things done well. Be specific about why they work.
140
128
  #### Priority Issues
141
129
  The 3-5 most impactful design problems, ordered by importance.
142
130
 
143
- For each issue, tag with **P0-P3 severity** (consult [heuristics-scoring](reference/heuristics-scoring.md) for severity definitions):
131
+ For each issue, tag with **P0-P3 severity** (consult [heuristics-scoring](heuristics-scoring.md) for severity definitions):
144
132
  - **[P?] What**: Name the problem clearly
145
133
  - **Why it matters**: How this hurts users or undermines goals
146
134
  - **Fix**: What to do about it (be concrete)
147
- - **Suggested command**: Which command could address this (from: /animate, /quieter, /shape, /optimize, /adapt, /clarify, /layout, /distill, /delight, /audit, /harden, /polish, /bolder, /typeset, /critique, /colorize, /overdrive)
135
+ - **Suggested command**: Which command could address this (from: $impeccable adapt, $impeccable animate, $impeccable audit, $impeccable bolder, $impeccable clarify, $impeccable colorize, $impeccable critique, $impeccable delight, $impeccable distill, $impeccable document, $impeccable harden, $impeccable layout, $impeccable onboard, $impeccable optimize, $impeccable overdrive, $impeccable polish, $impeccable quieter, $impeccable shape, $impeccable typeset)
148
136
 
149
137
  #### Persona Red Flags
150
- > *Consult [personas](reference/personas.md)*
138
+ > *Consult [personas](personas.md)*
151
139
 
152
- Auto-select 2-3 personas most relevant to this interface type (use the selection table in the reference). If `.github/copilot-instructions.md` contains a `## Design Context` section from `impeccable teach`, also generate 1-2 project-specific personas from the audience/brand info.
140
+ Auto-select 2-3 personas most relevant to this interface type (use the selection table in the reference). If `AGENTS.md` contains a `## Design Context` section from `impeccable teach`, also generate 1-2 project-specific personas from the audience/brand info.
153
141
 
154
142
  For each selected persona, walk through the primary user action and list specific red flags found:
155
143
 
@@ -176,9 +164,9 @@ Provocative questions that might unlock better solutions:
176
164
  - Prioritize ruthlessly. If everything is important, nothing is.
177
165
  - Don't soften criticism. Developers need honest feedback to ship great design.
178
166
 
179
- ### Step 4: Ask the User
167
+ ### Ask the User
180
168
 
181
- **After presenting findings**, use targeted questions based on what was actually found. ask the user directly to clarify what you cannot infer. These answers will shape the action plan.
169
+ **After presenting findings**, use targeted questions based on what was actually found. STOP and use Codex's structured user-input/question tool when available; if unavailable, ask directly in chat to clarify what you cannot infer. These answers will shape the action plan.
182
170
 
183
171
  Ask questions along these lines (adapt to the specific findings; do NOT ask generic questions):
184
172
 
@@ -194,32 +182,32 @@ Ask questions along these lines (adapt to the specific findings; do NOT ask gene
194
182
  - Every question must reference specific findings from the report. Never ask generic "who is your audience?" questions.
195
183
  - Keep it to 2-4 questions maximum. Respect the user's time.
196
184
  - Offer concrete options, not open-ended prompts.
197
- - If findings are straightforward (e.g., only 1-2 clear issues), skip questions and go directly to Step 5.
185
+ - If findings are straightforward (e.g., only 1-2 clear issues), skip questions and go directly to Recommended Actions.
198
186
 
199
- ### Step 5: Recommended Actions
187
+ ### Recommended Actions
200
188
 
201
- **After receiving the user's answers**, present a prioritized action summary reflecting the user's priorities and scope from Step 4.
189
+ **After receiving the user's answers**, present a prioritized action summary reflecting the user's priorities and scope from Ask the User.
202
190
 
203
191
  #### Action Summary
204
192
 
205
193
  List recommended commands in priority order, based on the user's answers:
206
194
 
207
- 1. **`/command-name`**: Brief description of what to fix (specific context from critique findings)
208
- 2. **`/command-name`**: Brief description (specific context)
195
+ 1. **`$command-name`**: Brief description of what to fix (specific context from critique findings)
196
+ 2. **`$command-name`**: Brief description (specific context)
209
197
  ...
210
198
 
211
199
  **Rules for recommendations**:
212
- - Only recommend commands from: /animate, /quieter, /shape, /optimize, /adapt, /clarify, /layout, /distill, /delight, /audit, /harden, /polish, /bolder, /typeset, /critique, /colorize, /overdrive
200
+ - Only recommend commands from: $impeccable adapt, $impeccable animate, $impeccable audit, $impeccable bolder, $impeccable clarify, $impeccable colorize, $impeccable critique, $impeccable delight, $impeccable distill, $impeccable document, $impeccable harden, $impeccable layout, $impeccable onboard, $impeccable optimize, $impeccable overdrive, $impeccable polish, $impeccable quieter, $impeccable shape, $impeccable typeset
213
201
  - Order by the user's stated priorities first, then by impact
214
202
  - Each item's description should carry enough context that the command knows what to focus on
215
203
  - Map each Priority Issue to the appropriate command
216
204
  - Skip commands that would address zero issues
217
205
  - If the user chose a limited scope, only include items within that scope
218
206
  - If the user marked areas as off-limits, exclude commands that would touch those areas
219
- - End with `/polish` as the final step if any fixes were recommended
207
+ - End with `$impeccable polish` as the final step if any fixes were recommended
220
208
 
221
209
  After presenting the summary, tell the user:
222
210
 
223
211
  > You can ask me to run these one at a time, all at once, or in any order you prefer.
224
212
  >
225
- > Re-run `/critique` after fixes to see your score improve.
213
+ > Re-run `$impeccable critique` after fixes to see your score improve.
@@ -1,16 +1,14 @@
1
- ---
2
- name: delight
3
- description: Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.
4
- version: 2.1.1
5
- user-invocable: true
6
- argument-hint: "[target]"
7
- ---
1
+ > **Additional context needed**: what's appropriate for the domain (playful vs professional vs quirky vs elegant).
8
2
 
9
3
  Identify opportunities to add moments of joy, personality, and unexpected polish that transform functional interfaces into delightful experiences.
10
4
 
11
- ## MANDATORY PREPARATION
5
+ ---
6
+
7
+ ## Register
8
+
9
+ Brand: delight can be distributed — copy voice, section transitions, discovery rewards, seasonal touches, personality across the whole surface.
12
10
 
13
- Invoke /impeccable it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first. Additionally gather: what's appropriate for the domain (playful vs professional vs quirky vs elegant).
11
+ Product: delight at specific moments, not pages. Completion, first-time actions, error recovery, milestone crossings. Reliability and consistency carry the rest of the experience; delight pushed everywhere reads as noise.
14
12
 
15
13
  ---
16
14
 
@@ -39,7 +37,7 @@ Identify where delight would enhance (not distract from) the experience:
39
37
  - **Helpful surprises**: Anticipating needs before users ask (productivity tools)
40
38
  - **Sensory richness**: Satisfying sounds, smooth animations (creative tools)
41
39
 
42
- If any of these are unclear from the codebase, ask the user directly to clarify what you cannot infer.
40
+ If any of these are unclear from the codebase, STOP and use Codex's structured user-input/question tool when available; if unavailable, ask directly in chat to clarify what you cannot infer.
43
41
 
44
42
  **CRITICAL**: Delight should enhance usability, never obscure it. If users notice the delight more than accomplishing their goal, you've gone too far.
45
43
 
@@ -301,4 +299,4 @@ Test that delight actually delights:
301
299
  - **Appropriate**: Matches brand and context
302
300
  - **Accessible**: Works with reduced motion, screen readers
303
301
 
304
- Remember: Delight is the difference between a tool and an experience. Add personality, surprise users positively, and create moments worth sharing. But always respect usability - delight should enhance, never obstruct.
302
+ Remember: Delight is the difference between a tool and an experience. Add personality, surprise users positively, and create moments worth sharing. But always respect usability - delight should enhance, never obstruct.
@@ -1,16 +1,5 @@
1
- ---
2
- name: distill
3
- description: Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use when the user asks to simplify, declutter, reduce noise, remove elements, or make a UI cleaner and more focused.
4
- version: 2.1.1
5
- user-invocable: true
6
- argument-hint: "[target]"
7
- ---
8
-
9
1
  Remove unnecessary complexity from designs, revealing the essential elements and creating clarity through ruthless simplification.
10
2
 
11
- ## MANDATORY PREPARATION
12
-
13
- Invoke /impeccable — it contains design principles, anti-patterns, and the **Context Gathering Protocol**. Follow the protocol before proceeding — if no design context exists yet, you MUST run /impeccable teach first.
14
3
 
15
4
  ---
16
5
 
@@ -32,7 +21,7 @@ Analyze what makes the design feel complex or cluttered:
32
21
  - What can be removed, hidden, or combined?
33
22
  - What's the 20% that delivers 80% of value?
34
23
 
35
- If any of these are unclear from the codebase, ask the user directly to clarify what you cannot infer.
24
+ If any of these are unclear from the codebase, STOP and use Codex's structured user-input/question tool when available; if unavailable, ask directly in chat to clarify what you cannot infer.
36
25
 
37
26
  **CRITICAL**: Simplicity is not about removing features - it's about removing obstacles between users and their goals. Every element should justify its existence.
38
27
 
@@ -119,4 +108,4 @@ If you removed features or options:
119
108
  - Consider if they need alternative access points
120
109
  - Note any user feedback to monitor
121
110
 
122
- Remember: You have great taste and judgment. Simplification is an act of confidence - knowing what to keep and courage to remove the rest. As Antoine de Saint-Exupéry said: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."
111
+ Remember: You have great taste and judgment. Simplification is an act of confidence - knowing what to keep and courage to remove the rest. As Antoine de Saint-Exupéry said: "Perfection is achieved not when there is nothing more to add, but when there is nothing left to take away."