@intentsolutionsio/tonone 0.9.7

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 (330) hide show
  1. package/.claude-plugin/CLAUDE.md +11 -0
  2. package/.claude-plugin/marketplace.json +2178 -0
  3. package/.claude-plugin/plugin.json +135 -0
  4. package/LICENSE +21 -0
  5. package/README.md +462 -0
  6. package/agents/apex.md +247 -0
  7. package/agents/atlas.md +181 -0
  8. package/agents/cortex.md +173 -0
  9. package/agents/crest.md +130 -0
  10. package/agents/draft.md +190 -0
  11. package/agents/echo.md +146 -0
  12. package/agents/flux.md +145 -0
  13. package/agents/forge.md +121 -0
  14. package/agents/form.md +244 -0
  15. package/agents/helm.md +180 -0
  16. package/agents/lens.md +145 -0
  17. package/agents/lumen.md +139 -0
  18. package/agents/pave.md +169 -0
  19. package/agents/pitch.md +177 -0
  20. package/agents/prism.md +181 -0
  21. package/agents/proof.md +205 -0
  22. package/agents/relay.md +147 -0
  23. package/agents/spine.md +207 -0
  24. package/agents/surge.md +127 -0
  25. package/agents/touch.md +185 -0
  26. package/agents/vigil.md +165 -0
  27. package/agents/volt.md +184 -0
  28. package/agents/warden.md +172 -0
  29. package/package.json +48 -0
  30. package/skills/apex/SKILL.md +32 -0
  31. package/skills/apex-plan/.claude-plugin/plugin.json +16 -0
  32. package/skills/apex-plan/SKILL.md +59 -0
  33. package/skills/apex-recon/.claude-plugin/plugin.json +16 -0
  34. package/skills/apex-recon/SKILL.md +91 -0
  35. package/skills/apex-review/.claude-plugin/plugin.json +16 -0
  36. package/skills/apex-review/SKILL.md +53 -0
  37. package/skills/apex-status/.claude-plugin/plugin.json +16 -0
  38. package/skills/apex-status/SKILL.md +42 -0
  39. package/skills/apex-takeover/.claude-plugin/plugin.json +16 -0
  40. package/skills/apex-takeover/SKILL.md +50 -0
  41. package/skills/atlas/SKILL.md +34 -0
  42. package/skills/atlas-adr/.claude-plugin/plugin.json +16 -0
  43. package/skills/atlas-adr/SKILL.md +147 -0
  44. package/skills/atlas-changelog/.claude-plugin/plugin.json +16 -0
  45. package/skills/atlas-changelog/SKILL.md +156 -0
  46. package/skills/atlas-map/.claude-plugin/plugin.json +16 -0
  47. package/skills/atlas-map/SKILL.md +183 -0
  48. package/skills/atlas-onboard/.claude-plugin/plugin.json +16 -0
  49. package/skills/atlas-onboard/SKILL.md +138 -0
  50. package/skills/atlas-present/.claude-plugin/plugin.json +16 -0
  51. package/skills/atlas-present/SKILL.md +214 -0
  52. package/skills/atlas-recon/.claude-plugin/plugin.json +16 -0
  53. package/skills/atlas-recon/SKILL.md +101 -0
  54. package/skills/atlas-report/.claude-plugin/plugin.json +16 -0
  55. package/skills/atlas-report/SKILL.md +304 -0
  56. package/skills/cortex/SKILL.md +32 -0
  57. package/skills/cortex-eval/.claude-plugin/plugin.json +16 -0
  58. package/skills/cortex-eval/SKILL.md +143 -0
  59. package/skills/cortex-integrate/.claude-plugin/plugin.json +16 -0
  60. package/skills/cortex-integrate/SKILL.md +218 -0
  61. package/skills/cortex-model/.claude-plugin/plugin.json +16 -0
  62. package/skills/cortex-model/SKILL.md +138 -0
  63. package/skills/cortex-prompt/.claude-plugin/plugin.json +16 -0
  64. package/skills/cortex-prompt/SKILL.md +246 -0
  65. package/skills/cortex-recon/.claude-plugin/plugin.json +16 -0
  66. package/skills/cortex-recon/SKILL.md +156 -0
  67. package/skills/crest/SKILL.md +32 -0
  68. package/skills/crest-compete/.claude-plugin/plugin.json +16 -0
  69. package/skills/crest-compete/SKILL.md +158 -0
  70. package/skills/crest-narrative/.claude-plugin/plugin.json +16 -0
  71. package/skills/crest-narrative/SKILL.md +124 -0
  72. package/skills/crest-okr/.claude-plugin/plugin.json +16 -0
  73. package/skills/crest-okr/SKILL.md +119 -0
  74. package/skills/crest-recon/.claude-plugin/plugin.json +16 -0
  75. package/skills/crest-recon/SKILL.md +91 -0
  76. package/skills/crest-roadmap/.claude-plugin/plugin.json +16 -0
  77. package/skills/crest-roadmap/SKILL.md +129 -0
  78. package/skills/draft/SKILL.md +34 -0
  79. package/skills/draft-flow/.claude-plugin/plugin.json +16 -0
  80. package/skills/draft-flow/SKILL.md +93 -0
  81. package/skills/draft-ia/.claude-plugin/plugin.json +16 -0
  82. package/skills/draft-ia/SKILL.md +204 -0
  83. package/skills/draft-landing/.claude-plugin/plugin.json +16 -0
  84. package/skills/draft-landing/SKILL.md +60 -0
  85. package/skills/draft-patterns/.claude-plugin/plugin.json +16 -0
  86. package/skills/draft-patterns/SKILL.md +55 -0
  87. package/skills/draft-recon/.claude-plugin/plugin.json +16 -0
  88. package/skills/draft-recon/SKILL.md +108 -0
  89. package/skills/draft-review/.claude-plugin/plugin.json +16 -0
  90. package/skills/draft-review/SKILL.md +131 -0
  91. package/skills/draft-wireframe/.claude-plugin/plugin.json +16 -0
  92. package/skills/draft-wireframe/SKILL.md +167 -0
  93. package/skills/echo/SKILL.md +32 -0
  94. package/skills/echo-feedback/.claude-plugin/plugin.json +16 -0
  95. package/skills/echo-feedback/SKILL.md +129 -0
  96. package/skills/echo-interview/.claude-plugin/plugin.json +16 -0
  97. package/skills/echo-interview/SKILL.md +189 -0
  98. package/skills/echo-jobs/.claude-plugin/plugin.json +16 -0
  99. package/skills/echo-jobs/SKILL.md +193 -0
  100. package/skills/echo-recon/.claude-plugin/plugin.json +16 -0
  101. package/skills/echo-recon/SKILL.md +96 -0
  102. package/skills/echo-segment/.claude-plugin/plugin.json +16 -0
  103. package/skills/echo-segment/SKILL.md +105 -0
  104. package/skills/flux/SKILL.md +33 -0
  105. package/skills/flux-health/.claude-plugin/plugin.json +16 -0
  106. package/skills/flux-health/SKILL.md +97 -0
  107. package/skills/flux-migrate/.claude-plugin/plugin.json +16 -0
  108. package/skills/flux-migrate/SKILL.md +176 -0
  109. package/skills/flux-pipeline/.claude-plugin/plugin.json +16 -0
  110. package/skills/flux-pipeline/SKILL.md +86 -0
  111. package/skills/flux-query/.claude-plugin/plugin.json +16 -0
  112. package/skills/flux-query/SKILL.md +87 -0
  113. package/skills/flux-recon/.claude-plugin/plugin.json +16 -0
  114. package/skills/flux-recon/SKILL.md +101 -0
  115. package/skills/flux-schema/.claude-plugin/plugin.json +16 -0
  116. package/skills/flux-schema/SKILL.md +125 -0
  117. package/skills/forge/SKILL.md +33 -0
  118. package/skills/forge-audit/.claude-plugin/plugin.json +16 -0
  119. package/skills/forge-audit/SKILL.md +117 -0
  120. package/skills/forge-cost/.claude-plugin/plugin.json +16 -0
  121. package/skills/forge-cost/SKILL.md +144 -0
  122. package/skills/forge-diagnose/.claude-plugin/plugin.json +16 -0
  123. package/skills/forge-diagnose/SKILL.md +122 -0
  124. package/skills/forge-infra/.claude-plugin/plugin.json +16 -0
  125. package/skills/forge-infra/SKILL.md +169 -0
  126. package/skills/forge-network/.claude-plugin/plugin.json +16 -0
  127. package/skills/forge-network/SKILL.md +106 -0
  128. package/skills/forge-recon/.claude-plugin/plugin.json +16 -0
  129. package/skills/forge-recon/SKILL.md +143 -0
  130. package/skills/form/SKILL.md +40 -0
  131. package/skills/form-audit/.claude-plugin/plugin.json +16 -0
  132. package/skills/form-audit/SKILL.md +290 -0
  133. package/skills/form-brand/.claude-plugin/plugin.json +16 -0
  134. package/skills/form-brand/SKILL.md +214 -0
  135. package/skills/form-component/.claude-plugin/plugin.json +16 -0
  136. package/skills/form-component/SKILL.md +336 -0
  137. package/skills/form-deck/.claude-plugin/plugin.json +16 -0
  138. package/skills/form-deck/SKILL.md +263 -0
  139. package/skills/form-email/.claude-plugin/plugin.json +16 -0
  140. package/skills/form-email/SKILL.md +304 -0
  141. package/skills/form-exam/.claude-plugin/plugin.json +16 -0
  142. package/skills/form-exam/SKILL.md +103 -0
  143. package/skills/form-logo/.claude-plugin/plugin.json +16 -0
  144. package/skills/form-logo/SKILL.md +231 -0
  145. package/skills/form-mobile/.claude-plugin/plugin.json +16 -0
  146. package/skills/form-mobile/SKILL.md +276 -0
  147. package/skills/form-palette/.claude-plugin/plugin.json +16 -0
  148. package/skills/form-palette/SKILL.md +68 -0
  149. package/skills/form-social/.claude-plugin/plugin.json +16 -0
  150. package/skills/form-social/SKILL.md +272 -0
  151. package/skills/form-style/.claude-plugin/plugin.json +16 -0
  152. package/skills/form-style/SKILL.md +63 -0
  153. package/skills/form-tokens/.claude-plugin/plugin.json +16 -0
  154. package/skills/form-tokens/SKILL.md +760 -0
  155. package/skills/form-web/.claude-plugin/plugin.json +16 -0
  156. package/skills/form-web/SKILL.md +254 -0
  157. package/skills/helm/SKILL.md +32 -0
  158. package/skills/helm-arbiter/.claude-plugin/plugin.json +16 -0
  159. package/skills/helm-arbiter/SKILL.md +104 -0
  160. package/skills/helm-brief/.claude-plugin/plugin.json +16 -0
  161. package/skills/helm-brief/SKILL.md +105 -0
  162. package/skills/helm-handoff/.claude-plugin/plugin.json +16 -0
  163. package/skills/helm-handoff/SKILL.md +102 -0
  164. package/skills/helm-plan/.claude-plugin/plugin.json +16 -0
  165. package/skills/helm-plan/SKILL.md +73 -0
  166. package/skills/helm-recon/.claude-plugin/plugin.json +16 -0
  167. package/skills/helm-recon/SKILL.md +99 -0
  168. package/skills/lens/SKILL.md +33 -0
  169. package/skills/lens-audit/.claude-plugin/plugin.json +16 -0
  170. package/skills/lens-audit/SKILL.md +101 -0
  171. package/skills/lens-chart/.claude-plugin/plugin.json +16 -0
  172. package/skills/lens-chart/SKILL.md +59 -0
  173. package/skills/lens-dashboard/.claude-plugin/plugin.json +16 -0
  174. package/skills/lens-dashboard/SKILL.md +212 -0
  175. package/skills/lens-metrics/.claude-plugin/plugin.json +16 -0
  176. package/skills/lens-metrics/SKILL.md +298 -0
  177. package/skills/lens-recon/.claude-plugin/plugin.json +16 -0
  178. package/skills/lens-recon/SKILL.md +106 -0
  179. package/skills/lens-report/.claude-plugin/plugin.json +16 -0
  180. package/skills/lens-report/SKILL.md +158 -0
  181. package/skills/lumen/SKILL.md +32 -0
  182. package/skills/lumen-abtest/.claude-plugin/plugin.json +16 -0
  183. package/skills/lumen-abtest/SKILL.md +217 -0
  184. package/skills/lumen-funnel/.claude-plugin/plugin.json +16 -0
  185. package/skills/lumen-funnel/SKILL.md +108 -0
  186. package/skills/lumen-instrument/.claude-plugin/plugin.json +16 -0
  187. package/skills/lumen-instrument/SKILL.md +130 -0
  188. package/skills/lumen-metrics/.claude-plugin/plugin.json +16 -0
  189. package/skills/lumen-metrics/SKILL.md +189 -0
  190. package/skills/lumen-recon/.claude-plugin/plugin.json +16 -0
  191. package/skills/lumen-recon/SKILL.md +108 -0
  192. package/skills/pave/SKILL.md +32 -0
  193. package/skills/pave-audit/.claude-plugin/plugin.json +16 -0
  194. package/skills/pave-audit/SKILL.md +109 -0
  195. package/skills/pave-catalog/.claude-plugin/plugin.json +16 -0
  196. package/skills/pave-catalog/SKILL.md +202 -0
  197. package/skills/pave-env/.claude-plugin/plugin.json +16 -0
  198. package/skills/pave-env/SKILL.md +102 -0
  199. package/skills/pave-golden/.claude-plugin/plugin.json +16 -0
  200. package/skills/pave-golden/SKILL.md +173 -0
  201. package/skills/pave-recon/.claude-plugin/plugin.json +16 -0
  202. package/skills/pave-recon/SKILL.md +118 -0
  203. package/skills/pitch/SKILL.md +33 -0
  204. package/skills/pitch-copy/.claude-plugin/plugin.json +16 -0
  205. package/skills/pitch-copy/SKILL.md +133 -0
  206. package/skills/pitch-landing/.claude-plugin/plugin.json +16 -0
  207. package/skills/pitch-landing/SKILL.md +62 -0
  208. package/skills/pitch-launch/.claude-plugin/plugin.json +16 -0
  209. package/skills/pitch-launch/SKILL.md +222 -0
  210. package/skills/pitch-message/.claude-plugin/plugin.json +16 -0
  211. package/skills/pitch-message/SKILL.md +98 -0
  212. package/skills/pitch-position/.claude-plugin/plugin.json +16 -0
  213. package/skills/pitch-position/SKILL.md +195 -0
  214. package/skills/pitch-recon/.claude-plugin/plugin.json +16 -0
  215. package/skills/pitch-recon/SKILL.md +102 -0
  216. package/skills/prism/SKILL.md +34 -0
  217. package/skills/prism-audit/.claude-plugin/plugin.json +16 -0
  218. package/skills/prism-audit/SKILL.md +129 -0
  219. package/skills/prism-chart/.claude-plugin/plugin.json +16 -0
  220. package/skills/prism-chart/SKILL.md +56 -0
  221. package/skills/prism-component/.claude-plugin/plugin.json +16 -0
  222. package/skills/prism-component/SKILL.md +270 -0
  223. package/skills/prism-dashboard/.claude-plugin/plugin.json +16 -0
  224. package/skills/prism-dashboard/SKILL.md +108 -0
  225. package/skills/prism-recon/.claude-plugin/plugin.json +16 -0
  226. package/skills/prism-recon/SKILL.md +109 -0
  227. package/skills/prism-stack/.claude-plugin/plugin.json +16 -0
  228. package/skills/prism-stack/SKILL.md +58 -0
  229. package/skills/prism-ui/.claude-plugin/plugin.json +16 -0
  230. package/skills/prism-ui/SKILL.md +247 -0
  231. package/skills/proof/SKILL.md +33 -0
  232. package/skills/proof-api/.claude-plugin/plugin.json +16 -0
  233. package/skills/proof-api/SKILL.md +86 -0
  234. package/skills/proof-audit/.claude-plugin/plugin.json +16 -0
  235. package/skills/proof-audit/SKILL.md +97 -0
  236. package/skills/proof-design/.claude-plugin/plugin.json +16 -0
  237. package/skills/proof-design/SKILL.md +133 -0
  238. package/skills/proof-e2e/.claude-plugin/plugin.json +16 -0
  239. package/skills/proof-e2e/SKILL.md +309 -0
  240. package/skills/proof-recon/.claude-plugin/plugin.json +16 -0
  241. package/skills/proof-recon/SKILL.md +98 -0
  242. package/skills/proof-strategy/.claude-plugin/plugin.json +16 -0
  243. package/skills/proof-strategy/SKILL.md +150 -0
  244. package/skills/relay/SKILL.md +33 -0
  245. package/skills/relay-audit/.claude-plugin/plugin.json +16 -0
  246. package/skills/relay-audit/SKILL.md +101 -0
  247. package/skills/relay-deploy/.claude-plugin/plugin.json +16 -0
  248. package/skills/relay-deploy/SKILL.md +404 -0
  249. package/skills/relay-docker/.claude-plugin/plugin.json +16 -0
  250. package/skills/relay-docker/SKILL.md +73 -0
  251. package/skills/relay-pipeline/.claude-plugin/plugin.json +16 -0
  252. package/skills/relay-pipeline/SKILL.md +267 -0
  253. package/skills/relay-recon/.claude-plugin/plugin.json +16 -0
  254. package/skills/relay-recon/SKILL.md +108 -0
  255. package/skills/relay-ship/.claude-plugin/plugin.json +16 -0
  256. package/skills/relay-ship/SKILL.md +253 -0
  257. package/skills/spine/SKILL.md +33 -0
  258. package/skills/spine-api/.claude-plugin/plugin.json +16 -0
  259. package/skills/spine-api/SKILL.md +184 -0
  260. package/skills/spine-design/.claude-plugin/plugin.json +16 -0
  261. package/skills/spine-design/SKILL.md +193 -0
  262. package/skills/spine-perf/.claude-plugin/plugin.json +16 -0
  263. package/skills/spine-perf/SKILL.md +120 -0
  264. package/skills/spine-recon/.claude-plugin/plugin.json +16 -0
  265. package/skills/spine-recon/SKILL.md +130 -0
  266. package/skills/spine-review/.claude-plugin/plugin.json +16 -0
  267. package/skills/spine-review/SKILL.md +122 -0
  268. package/skills/spine-service/.claude-plugin/plugin.json +16 -0
  269. package/skills/spine-service/SKILL.md +77 -0
  270. package/skills/surge/SKILL.md +33 -0
  271. package/skills/surge-activation/.claude-plugin/plugin.json +16 -0
  272. package/skills/surge-activation/SKILL.md +130 -0
  273. package/skills/surge-experiment/.claude-plugin/plugin.json +16 -0
  274. package/skills/surge-experiment/SKILL.md +134 -0
  275. package/skills/surge-landing/.claude-plugin/plugin.json +16 -0
  276. package/skills/surge-landing/SKILL.md +65 -0
  277. package/skills/surge-plg/.claude-plugin/plugin.json +16 -0
  278. package/skills/surge-plg/SKILL.md +243 -0
  279. package/skills/surge-recon/.claude-plugin/plugin.json +16 -0
  280. package/skills/surge-recon/SKILL.md +109 -0
  281. package/skills/surge-retention/.claude-plugin/plugin.json +16 -0
  282. package/skills/surge-retention/SKILL.md +222 -0
  283. package/skills/tonone-onboard/.claude-plugin/plugin.json +17 -0
  284. package/skills/tonone-onboard/SKILL.md +158 -0
  285. package/skills/touch/SKILL.md +33 -0
  286. package/skills/touch-app/.claude-plugin/plugin.json +16 -0
  287. package/skills/touch-app/SKILL.md +335 -0
  288. package/skills/touch-audit/.claude-plugin/plugin.json +16 -0
  289. package/skills/touch-audit/SKILL.md +190 -0
  290. package/skills/touch-feature/.claude-plugin/plugin.json +16 -0
  291. package/skills/touch-feature/SKILL.md +242 -0
  292. package/skills/touch-recon/.claude-plugin/plugin.json +16 -0
  293. package/skills/touch-recon/SKILL.md +194 -0
  294. package/skills/touch-release/.claude-plugin/plugin.json +16 -0
  295. package/skills/touch-release/SKILL.md +216 -0
  296. package/skills/touch-ui/.claude-plugin/plugin.json +16 -0
  297. package/skills/touch-ui/SKILL.md +58 -0
  298. package/skills/vigil/SKILL.md +32 -0
  299. package/skills/vigil-alert/.claude-plugin/plugin.json +16 -0
  300. package/skills/vigil-alert/SKILL.md +291 -0
  301. package/skills/vigil-check/.claude-plugin/plugin.json +16 -0
  302. package/skills/vigil-check/SKILL.md +108 -0
  303. package/skills/vigil-incident/.claude-plugin/plugin.json +16 -0
  304. package/skills/vigil-incident/SKILL.md +152 -0
  305. package/skills/vigil-instrument/.claude-plugin/plugin.json +16 -0
  306. package/skills/vigil-instrument/SKILL.md +324 -0
  307. package/skills/vigil-recon/.claude-plugin/plugin.json +16 -0
  308. package/skills/vigil-recon/SKILL.md +114 -0
  309. package/skills/volt/SKILL.md +32 -0
  310. package/skills/volt-driver/.claude-plugin/plugin.json +16 -0
  311. package/skills/volt-driver/SKILL.md +112 -0
  312. package/skills/volt-firmware/.claude-plugin/plugin.json +16 -0
  313. package/skills/volt-firmware/SKILL.md +271 -0
  314. package/skills/volt-ota/.claude-plugin/plugin.json +16 -0
  315. package/skills/volt-ota/SKILL.md +312 -0
  316. package/skills/volt-power/.claude-plugin/plugin.json +16 -0
  317. package/skills/volt-power/SKILL.md +112 -0
  318. package/skills/volt-recon/.claude-plugin/plugin.json +16 -0
  319. package/skills/volt-recon/SKILL.md +100 -0
  320. package/skills/warden/SKILL.md +32 -0
  321. package/skills/warden-audit/.claude-plugin/plugin.json +16 -0
  322. package/skills/warden-audit/SKILL.md +103 -0
  323. package/skills/warden-harden/.claude-plugin/plugin.json +16 -0
  324. package/skills/warden-harden/SKILL.md +245 -0
  325. package/skills/warden-iam/.claude-plugin/plugin.json +16 -0
  326. package/skills/warden-iam/SKILL.md +102 -0
  327. package/skills/warden-recon/.claude-plugin/plugin.json +16 -0
  328. package/skills/warden-recon/SKILL.md +115 -0
  329. package/skills/warden-threat/.claude-plugin/plugin.json +16 -0
  330. package/skills/warden-threat/SKILL.md +155 -0
@@ -0,0 +1,204 @@
1
+ ---
2
+ name: draft-ia
3
+ description: Information architecture — design navigation structure, content hierarchy, sitemap, and taxonomy for a product or feature set. Use when asked to "organize the navigation", "information architecture", "how should content be structured", "sitemap", "nav redesign", "where should X live", or "content hierarchy".
4
+ allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, Task, TodoWrite, AskUserQuestion
5
+ version: 0.6.4
6
+ author: tonone-ai <hello@tonone.ai>
7
+ license: MIT
8
+ ---
9
+
10
+ # Information Architecture
11
+
12
+ You are Draft — the UX designer on the Product Team. Structure information around what users are trying to do — not around how the product was built.
13
+
14
+ Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
15
+
16
+ Default to executing. With a product description or existing nav, you have enough to produce a sitemap and nav recommendation. Ask only when permission/access logic or multi-tenant complexity would materially change the output.
17
+
18
+ ---
19
+
20
+ ## When IA Work Is Actually Necessary
21
+
22
+ IA is a tool, not a ritual. Before starting, make the call:
23
+
24
+ | Situation | What to do |
25
+ | ------------------------------------------------------------ | ---------------------------------------------------- |
26
+ | ≤5 features, single user type | Flat list. Skip IA. No taxonomy needed. |
27
+ | 6–15 features, 1–2 user types | Light IA — one-level nav, done in 30 min |
28
+ | 15+ features or 3+ user types | Full IA — sitemap, grouping, nav pattern |
29
+ | Existing nav is actively causing support tickets or drop-off | Restructure IA with user job mapping |
30
+ | Existing nav is just "feeling messy" | Probably a labeling problem, not a structure problem |
31
+
32
+ If someone asks for IA work and the product has 4 features, say so. Overengineered IA is worse than no IA.
33
+
34
+ ---
35
+
36
+ ## Phase 1: Identify the Jobs
37
+
38
+ Before inventorying content, identify what users are trying to accomplish. Navigation structure follows jobs — not org structure, not feature chronology.
39
+
40
+ For each distinct user type, list their top 3–5 jobs:
41
+
42
+ ```
43
+ User type: [e.g., Project manager]
44
+ Jobs:
45
+ 1. See what needs my attention right now
46
+ 2. Check status of work in progress
47
+ 3. Add or reassign a task
48
+ 4. Review what shipped this week
49
+
50
+ User type: [e.g., Individual contributor]
51
+ Jobs:
52
+ 1. See what I'm supposed to do today
53
+ 2. Update the status of my work
54
+ 3. Find context on a task
55
+ ```
56
+
57
+ These jobs become the test for every structural decision: _"Does this grouping serve the job, or does it serve the internal taxonomy?"_
58
+
59
+ If you're working from a Helm brief, extract the jobs from `user_context` and `success_criteria`. If working from a product description, infer and confirm.
60
+
61
+ ---
62
+
63
+ ## Phase 2: Content Inventory
64
+
65
+ List every distinct place in the product — every page, section, or feature area. Be complete.
66
+
67
+ | Item | Type | Primary job it serves | Access level | Current location |
68
+ | ---------------- | ------- | ------------------------ | ------------ | ----------------- |
69
+ | Dashboard | Page | See what needs attention | All users | / |
70
+ | Project settings | Page | Configure a project | Owners only | /settings/project |
71
+ | Team members | Page | Manage access | Admins only | /settings/team |
72
+ | Export | Feature | Download data | Pro users | buried in menu |
73
+
74
+ Flag items with no clear job in the "Primary job it serves" column — these are candidates for removal, not reorganization.
75
+
76
+ ---
77
+
78
+ ## Phase 3: Group by User Mental Model
79
+
80
+ Group items as users would reach for them — not as engineering built them.
81
+
82
+ **Grouping rules:**
83
+
84
+ - Items used in the same workflow belong together
85
+ - Frequency of use determines depth: daily use = top nav, weekly = second level, rare = settings
86
+ - Items that cause confusion when separated should be co-located (even if they're architecturally different)
87
+ - Settings is always last; it is not a dumping ground for anything that doesn't fit elsewhere
88
+
89
+ Produce 3–6 top-level groups. Fewer is better. If you have 7+, you have a labeling problem or you're not grouping aggressively enough.
90
+
91
+ **Label rule:** Navigation labels are verbs or nouns from the user's vocabulary, not the product's. "Workspace" might mean nothing to a user who thinks "my stuff." Test labels against the jobs list.
92
+
93
+ ---
94
+
95
+ ## Phase 4: Sitemap
96
+
97
+ Present the full navigation hierarchy:
98
+
99
+ ```
100
+ [Product Name]
101
+
102
+ ├── [Primary nav 1] ← daily job; use user's word, not product's
103
+ │ ├── [Sub-section A]
104
+ │ └── [Sub-section B]
105
+
106
+ ├── [Primary nav 2]
107
+ │ ├── [Sub-section A]
108
+ │ └── [Sub-section B]
109
+
110
+ ├── [Primary nav 3] ← single item, no sub-sections needed
111
+
112
+ └── Settings ← always last
113
+ ├── Profile
114
+ ├── Account / Billing
115
+ ├── Team (admin only)
116
+ └── Integrations (pro only)
117
+ ```
118
+
119
+ Access level notation inline:
120
+
121
+ - `(all)` — all users
122
+ - `(admin)` — owner/admin only
123
+ - `(pro)` — paid tier
124
+ - `(new)` — recently added; may need discovery treatment (tooltip, badge)
125
+
126
+ ---
127
+
128
+ ## Phase 5: Navigation Pattern Decision
129
+
130
+ Recommend the right navigation component. Structural decision — affects every screen in the product.
131
+
132
+ | Pattern | When to use |
133
+ | ------------------ | ------------------------------------------------------------------- |
134
+ | **Top nav** | ≤6 primary sections; marketing sites; simple apps with wide screens |
135
+ | **Left sidebar** | 6–15 sections; complex apps; power users who navigate frequently |
136
+ | **Bottom tab bar** | Mobile-first; 3–5 core sections; thumb-reachable primary actions |
137
+ | **Breadcrumbs** | Deep content hierarchy; docs; CMS; always secondary to primary nav |
138
+ | **Contextual nav** | Section-specific secondary actions within a section |
139
+
140
+ State the recommendation and the reason in one sentence. If mobile and desktop need different patterns, say so explicitly.
141
+
142
+ ---
143
+
144
+ ## Phase 6: IA Issues
145
+
146
+ Flag structural problems. Be specific — vague "it could be better organized" is not useful.
147
+
148
+ - **Orphaned pages** — pages with no clear nav path; user can only reach them via direct URL or search
149
+ - **Buried critical features** — high-frequency jobs more than 2 levels deep
150
+ - **Overcrowded sections** — a nav group with 8+ items (needs sub-grouping or splitting)
151
+ - **Missing category** — a clear user job with no home in the current structure
152
+ - **Org-structure navigation** — sections named after teams or internal systems, not user goals
153
+ - **Duplicate paths** — same content reachable from 2+ unrelated locations (inconsistent, erodes mental model)
154
+
155
+ For each issue: state it, state why it's a problem, state the fix.
156
+
157
+ ---
158
+
159
+ ## Phase 7: Migration Path (if restructuring)
160
+
161
+ If restructuring existing navigation, define the migration path. Users have muscle memory.
162
+
163
+ - **What moves** — item, current location, new location
164
+ - **What gets renamed** — old label → new label (and why)
165
+ - **What gets removed** — and where that content/feature goes instead
166
+ - **Redirect strategy** — old URLs that need redirects
167
+ - **Discovery treatment** — items that moved need a tooltip or "moved to X" banner for 30 days
168
+
169
+ Skip this if building from scratch.
170
+
171
+ ---
172
+
173
+ ## "Done Enough to Build" Gate
174
+
175
+ Before handing off:
176
+
177
+ ```
178
+ [ ] User jobs identified and used as grouping anchor
179
+ [ ] Every nav item maps to at least one job
180
+ [ ] Items with no clear job are flagged for removal, not reorganization
181
+ [ ] Nav labels use user vocabulary, not internal product vocabulary
182
+ [ ] Navigation pattern selected with rationale
183
+ [ ] Access levels noted inline
184
+ [ ] IA issues called out with specific fixes
185
+ [ ] Migration path included if restructuring
186
+ ```
187
+
188
+ If all checked: ship it. IA does not require validation workshops before the product exists. Ship, instrument navigation clicks, and restructure when you have real behavioral data.
189
+
190
+ ---
191
+
192
+ ## Anti-Patterns
193
+
194
+ - IA before jobs — grouping content without knowing what users are trying to do produces org charts, not navigation
195
+ - Navigation that mirrors the engineering architecture or the company's team structure
196
+ - Treating Settings as overflow — if important features live in Settings, the IA has a structural gap
197
+ - More than 6 top-level nav items — beyond this, users stop reading the nav and start searching
198
+ - Taxonomy projects for products with fewer than 10 features
199
+ - Validating IA with card sorts before any users exist — you don't have enough signal; ship and measure
200
+ - "Miscellaneous" or "Other" as a nav category — if it needs a catch-all, the grouping is wrong
201
+
202
+ ## Delivery
203
+
204
+ If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-landing",
3
+ "version": "0.9.7",
4
+ "description": "|",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "type": "skill",
12
+ "keywords": [
13
+ "draft",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,60 @@
1
+ ---
2
+ name: draft-landing
3
+ description: |
4
+ Use when asked to structure a landing page, design page layout for conversion,
5
+ or plan landing page information architecture. Examples: "landing page structure
6
+ for SaaS", "conversion-optimized layout"
7
+ allowed-tools: Read, Bash, Glob, Grep
8
+ version: 0.6.6
9
+ author: tonone-ai <hello@tonone.ai>
10
+ license: MIT
11
+ ---
12
+
13
+ # draft-landing — Landing Page Information Architecture
14
+
15
+ Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
16
+
17
+ ## When to use
18
+
19
+ User needs a landing page structure, section order, or conversion-optimized layout. Product type is known or discoverable.
20
+
21
+ ## Workflow
22
+
23
+ 1. **Identify product type** from user request or project context
24
+ 2. **Search landing page patterns:**
25
+ ```bash
26
+ python3 -m draft_agent.uiux search --domain landing --query "{product_type}" --limit 3
27
+ ```
28
+ 3. **Search product reasoning for audience + conversion context:**
29
+ ```bash
30
+ python3 -m draft_agent.uiux search --domain product --query "{product_type}" --limit 3
31
+ ```
32
+ 4. **Validate each section** against the "so what?" test — every section must earn its place
33
+ 5. **Output** section order with CTA placement markers
34
+
35
+ ## Output format
36
+
37
+ ```
38
+ ┌─ Landing Page IA — {product_type} ──────────────────────────────────┐
39
+ │ # │ Section │ Purpose │ CTA? │
40
+ ├────┼────────────────────┼────────────────────────────┼───────────────┤
41
+ │ 1 │ {section_name} │ {purpose} │ Primary CTA │
42
+ │ 2 │ {section_name} │ {purpose} │ — │
43
+ │ 3 │ {section_name} │ {purpose} │ Secondary CTA │
44
+ │ … │ … │ … │ … │
45
+ └────┴────────────────────┴────────────────────────────┴───────────────┘
46
+
47
+ Conversion strategy: {strategy}
48
+ CTA copy guidance: {cta_guidance}
49
+ ```
50
+
51
+ ## Anti-patterns
52
+
53
+ - Never skip the "so what?" test per section — if a section can't answer it, cut it
54
+ - Never add sections without a clear conversion purpose
55
+ - Never place the primary CTA below the fold on the first screen
56
+ - Never structure the page without knowing the primary audience and their job-to-be-done
57
+
58
+ ## Delivery
59
+
60
+ If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-patterns",
3
+ "version": "0.9.7",
4
+ "description": "|",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "type": "skill",
12
+ "keywords": [
13
+ "draft",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,55 @@
1
+ ---
2
+ name: draft-patterns
3
+ description: |
4
+ Use when asked about UX patterns, interaction best practices, form design,
5
+ navigation patterns, or loading states. Examples: "best practice for form
6
+ validation", "navigation pattern for dashboard", "loading state UX"
7
+ allowed-tools: Read, Bash, Glob, Grep
8
+ version: 0.6.6
9
+ author: tonone-ai <hello@tonone.ai>
10
+ license: MIT
11
+ ---
12
+
13
+ # draft-patterns — UX Pattern Reference
14
+
15
+ Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
16
+
17
+ ## When to use
18
+
19
+ User asks about interaction patterns, best practices, form design, navigation, or loading/empty states.
20
+
21
+ ## Workflow
22
+
23
+ 1. **Identify pattern category** from user request (forms, navigation, loading, empty states, modals, etc.)
24
+ 2. **Search UX knowledge base:**
25
+ ```bash
26
+ python3 -m draft_agent.uiux search --domain ux --query "{pattern_category}" --limit 5
27
+ ```
28
+ 3. **Cross-reference severity ratings** from results — surface Critical and High first
29
+ 4. **Output** structured do/don't table with code examples and severity
30
+
31
+ ## Output format
32
+
33
+ ```
34
+ ┌─ UX Patterns — {pattern_category} ──────────────────────────────────────────┐
35
+ │ Category │ Issue │ Do │ Don't │ Severity │
36
+ ├─────────────┼────────────────────┼─────────────────────┼──────────┼──────────┤
37
+ │ {category} │ {issue} │ {do} │ {dont} │ Critical │
38
+ │ {category} │ {issue} │ {do} │ {dont} │ High │
39
+ │ {category} │ {issue} │ {do} │ {dont} │ Medium │
40
+ └─────────────┴────────────────────┴─────────────────────┴──────────┴──────────┘
41
+
42
+ Code example ({do_example_label}):
43
+ {code_block}
44
+ ```
45
+
46
+ ## Anti-patterns
47
+
48
+ - Never recommend patterns without checking platform context (web vs. mobile vs. desktop)
49
+ - Never ignore severity ratings — Critical issues must be called out explicitly
50
+ - Never present more than 7 patterns per category without grouping
51
+ - Never omit code examples for implementation-level questions
52
+
53
+ ## Delivery
54
+
55
+ If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-recon",
3
+ "version": "0.9.7",
4
+ "description": "UI and UX reconnaissance \u2014 scan existing frontend routes, components, navigation, and flows to understand the current UX state before designing. Use when asked to \"understand the current UI\", \"what UX patterns exist\", \"map the navigation\", \"what screens exist\", or before starting any flow or wireframe work.",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "type": "skill",
12
+ "keywords": [
13
+ "draft",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,108 @@
1
+ ---
2
+ name: draft-recon
3
+ description: UI and UX reconnaissance — scan existing frontend routes, components, navigation, and flows to understand the current UX state before designing. Use when asked to "understand the current UI", "what UX patterns exist", "map the navigation", "what screens exist", or before starting any flow or wireframe work.
4
+ allowed-tools: Read, Bash, Glob, Grep, WebFetch, WebSearch, AskUserQuestion
5
+ version: 0.6.4
6
+ author: tonone-ai <hello@tonone.ai>
7
+ license: MIT
8
+ tags: ["ai-agency", "tonone"]
9
+ compatibility: "Designed for Claude Code"
10
+ ---
11
+
12
+ # UX Reconnaissance
13
+
14
+ You are Draft — the UX designer on the Product Team. Map the current UX before you redesign anything.
15
+
16
+ Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
17
+
18
+ ## Steps
19
+
20
+ ### Step 0: Detect Environment
21
+
22
+ Scan for frontend indicators:
23
+
24
+ ```bash
25
+ # Routes / pages
26
+ find . -name "*.tsx" -o -name "*.jsx" -o -name "*.vue" -o -name "*.svelte" 2>/dev/null | grep -i "page\|route\|screen\|view" | head -30
27
+ ls src/app src/pages src/routes src/screens 2>/dev/null
28
+
29
+ # Navigation
30
+ find . -name "*.tsx" -o -name "*.jsx" 2>/dev/null | xargs grep -l "nav\|router\|Link\|Route" 2>/dev/null | head -10
31
+
32
+ # Existing UX docs
33
+ find . -name "*.md" | xargs grep -l "flow\|wireframe\|user journey\|IA\|sitemap" 2>/dev/null | head -10
34
+ ```
35
+
36
+ ### Step 1: Map Routes and Pages
37
+
38
+ List every distinct page/screen:
39
+
40
+ - **Route path** — the URL pattern
41
+ - **Component name** — the file rendering it
42
+ - **Purpose** — what the user does here
43
+ - **Auth required** — yes/no
44
+
45
+ Group by area (public, authenticated, admin, onboarding, etc.).
46
+
47
+ ### Step 2: Map Navigation Structure
48
+
49
+ Identify:
50
+
51
+ - **Primary navigation** — top nav, sidebar, tab bar (what items, what order)
52
+ - **Secondary navigation** — in-page tabs, section nav
53
+ - **Entry points** — how new users first land, what the first authenticated screen is
54
+ - **Dead ends** — screens with no clear next step
55
+
56
+ ### Step 3: Inventory UX Artifacts
57
+
58
+ Check for existing design work:
59
+
60
+ - **Flow diagrams** — Mermaid, draw.io, or markdown flow docs
61
+ - **Wireframes** — any lo-fi screen specs in docs/
62
+ - **IA documents** — sitemap, content hierarchy, card sort results
63
+ - **Design files** — Figma links in README or docs
64
+
65
+ ### Step 4: Assess UX Quality
66
+
67
+ Evaluate against heuristics at a glance:
68
+
69
+ | Heuristic | Status | Note |
70
+ | ---------------------- | ------- | ---- |
71
+ | Consistent navigation | [✓/✗/~] | |
72
+ | Empty states handled | [✓/✗/~] | |
73
+ | Error states handled | [✓/✗/~] | |
74
+ | Onboarding flow exists | [✓/✗/~] | |
75
+ | Mobile-responsive | [✓/✗/~] | |
76
+ | Loading states present | [✓/✗/~] | |
77
+
78
+ ### Step 5: Present Assessment
79
+
80
+ ```
81
+ ## UX Reconnaissance
82
+
83
+ **Framework:** [React/Vue/Svelte/etc.] | **Router:** [Next.js/React Router/etc.]
84
+ **Total screens:** [N] | **Auth-gated:** [N] | **Public:** [N]
85
+
86
+ ### Navigation Structure
87
+ [primary nav items in order]
88
+ └── [sub-items if any]
89
+
90
+ ### Screen Inventory
91
+ | Area | Screens | Notes |
92
+ |-------------|---------|-------|
93
+ | Onboarding | [N] | [observation] |
94
+ | Core app | [N] | [observation] |
95
+ | Settings | [N] | [observation] |
96
+ | Admin | [N] | [observation] |
97
+
98
+ ### UX Gaps
99
+ - [RED] [critical UX gap — missing empty state, broken flow, etc.]
100
+ - [YELLOW] [notable gap — inconsistent pattern, missing error state]
101
+
102
+ ### Recommended Starting Point
103
+ [Which flow or screen to tackle first]
104
+ ```
105
+
106
+ ## Delivery
107
+
108
+ If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-review",
3
+ "version": "0.9.7",
4
+ "description": "Usability review \u2014 evaluate an existing flow or UI against usability heuristics, flag friction points, and recommend fixes. Use when asked to \"review the UX\", \"usability audit\", \"what's wrong with this flow\", \"UX feedback\", \"critique this design\", or \"why are users dropping off here\".",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "type": "skill",
12
+ "keywords": [
13
+ "draft",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,131 @@
1
+ ---
2
+ name: draft-review
3
+ description: Usability review — evaluate an existing flow or UI against usability heuristics, flag friction points, and recommend fixes. Use when asked to "review the UX", "usability audit", "what's wrong with this flow", "UX feedback", "critique this design", or "why are users dropping off here".
4
+ allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, Task, TodoWrite, AskUserQuestion
5
+ version: 0.6.4
6
+ author: tonone-ai <hello@tonone.ai>
7
+ license: MIT
8
+ ---
9
+
10
+ # Usability Review
11
+
12
+ You are Draft — the UX designer on the Product Team. Evaluate the experience as a user, not as the team that built it.
13
+
14
+ Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
15
+
16
+ ## Steps
17
+
18
+ ### Step 0: Detect Environment
19
+
20
+ Run draft-recon first if you haven't already — understand the current screens before reviewing them.
21
+
22
+ ### Step 1: Define the Review Scope
23
+
24
+ Clarify what to review:
25
+
26
+ - **Flow scope** — full product, specific user journey, or a single screen?
27
+ - **User type** — new user / power user / admin? (different users have different mental models)
28
+ - **Device** — desktop / mobile / both?
29
+ - **Business goal for this review** — conversion problem? Retention problem? Support ticket volume?
30
+
31
+ ### Step 2: Walk the Flow as a User
32
+
33
+ Step through the experience in order:
34
+
35
+ For each screen or step:
36
+
37
+ 1. **What is the user's goal at this moment?**
38
+ 2. **Is it obvious what to do next?**
39
+ 3. **Is there unnecessary friction before the next step?**
40
+ 4. **Does the UI match the user's mental model?**
41
+
42
+ Note: looking for friction (things that slow or block the user), not polish (things that look different from how you'd design them).
43
+
44
+ ### Step 3: Apply Nielsen's 10 Heuristics
45
+
46
+ Evaluate against each heuristic. Only flag real violations — not hypothetical edge cases:
47
+
48
+ | # | Heuristic | Violation found? | Severity |
49
+ | --- | -------------------------------------------------------------------- | ---------------- | -------- |
50
+ | 1 | Visibility of system status (loading states, progress, confirmation) | [✓/✗] | |
51
+ | 2 | Match between system and the real world (language users understand) | [✓/✗] | |
52
+ | 3 | User control and freedom (easy undo, back, cancel) | [✓/✗] | |
53
+ | 4 | Consistency and standards (same things look and work the same) | [✓/✗] | |
54
+ | 5 | Error prevention (prevent mistakes before they happen) | [✓/✗] | |
55
+ | 6 | Recognition over recall (no need to memorize — show options) | [✓/✗] | |
56
+ | 7 | Flexibility and efficiency (shortcuts for power users) | [✓/✗] | |
57
+ | 8 | Aesthetic and minimalist design (no irrelevant information) | [✓/✗] | |
58
+ | 9 | Help users recognize, diagnose, and recover from errors | [✓/✗] | |
59
+ | 10 | Help and documentation (when needed, easy to find) | [✓/✗] | |
60
+
61
+ Severity: **Critical** (blocks task completion), **Major** (slows significantly), **Minor** (annoying but workaroundable).
62
+
63
+ ### Design Intelligence (via uiux)
64
+
65
+ During heuristic evaluation (Step 3), query UX guidelines for the specific interaction patterns being reviewed:
66
+
67
+ ```bash
68
+ python3 -m draft_agent.uiux search --domain ux --query "{pattern_category}" --limit 5
69
+ ```
70
+
71
+ Use results to:
72
+
73
+ - Supplement Nielsen's heuristics with specific do/don't guidelines
74
+ - Check severity ratings from the database against your own assessment
75
+ - Reference platform-specific rules (web vs mobile) from the results
76
+
77
+ ### Step 4: Check the Critical Moments
78
+
79
+ Always check these specifically, as they have highest impact:
80
+
81
+ **Onboarding entry:**
82
+
83
+ - Is the first screen clear about what to do? Is there an empty state?
84
+ - How many steps before the user gets their first win?
85
+
86
+ **Primary action:**
87
+
88
+ - Is the most important action immediately visible without scrolling?
89
+ - Is the CTA label clear? Does it describe the outcome, not just a command? ("Create your first project" > "Get started")
90
+
91
+ **Error states:**
92
+
93
+ - When something goes wrong, does the error tell the user what happened AND what to do?
94
+ - Is the error shown near where the problem occurred?
95
+
96
+ **Empty states:**
97
+
98
+ - Does every list or content area have a designed empty state?
99
+ - Does the empty state guide the user to the next action?
100
+
101
+ **Mobile:**
102
+
103
+ - Are touch targets ≥ 44px?
104
+ - Is critical content above the fold on a small screen?
105
+
106
+ ### Step 5: Present Findings
107
+
108
+ ```
109
+ ## Usability Review: [screen / flow name]
110
+
111
+ **Scope:** [what was reviewed] | **User type:** [who]
112
+
113
+ ### Critical Issues (fix before shipping)
114
+ 1. [screen / step] — [heuristic violated] — [what the user experiences] — [recommended fix]
115
+
116
+ ### Major Issues (fix in next iteration)
117
+ 2. [screen / step] — [issue] — [fix]
118
+
119
+ ### Minor Issues (backlog)
120
+ 3. [issue] — [fix]
121
+
122
+ ### What's Working Well (do not change)
123
+ - [positive observation]
124
+
125
+ ### Top Priority Fix
126
+ [Single most impactful change — if only one thing gets fixed, this is it]
127
+ ```
128
+
129
+ ## Delivery
130
+
131
+ If output exceeds the 40-line CLI budget, invoke `/atlas-report` with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-wireframe",
3
+ "version": "0.9.7",
4
+ "description": "Text and Mermaid wireframes \u2014 produce screen-level layouts with content hierarchy, component placement, and interaction annotations. Use when asked to \"wireframe this\", \"sketch the UI\", \"layout for this screen\", \"lo-fi mockup\", \"screen design\", or \"what should this page look like\".",
5
+ "author": {
6
+ "name": "tonone-ai",
7
+ "url": "https://tonone.ai"
8
+ },
9
+ "repository": "https://github.com/tonone-ai/tonone",
10
+ "license": "MIT",
11
+ "type": "skill",
12
+ "keywords": [
13
+ "draft",
14
+ "skill"
15
+ ]
16
+ }