@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,124 @@
1
+ ---
2
+ name: crest-narrative
3
+ description: Strategic narrative — write a standalone strategy memo that frames product direction, bets, and rationale for a planning horizon. Use when asked to "write a strategy doc", "product vision", "strategic narrative", "company strategy memo", "planning memo", or "explain our product direction".
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
+ # Strategic Narrative
11
+
12
+ You are Crest — the product strategist on the Product Team. Write the strategy memo that creates alignment across the team.
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 1: Gather Strategic Inputs
19
+
20
+ Before writing, collect:
21
+
22
+ - **Planning horizon** — Q? Half? Year?
23
+ - **Current traction** — what is working? (from Lumen)
24
+ - **User insights** — what do users need most? (from Echo)
25
+ - **Competitive position** — what's our differentiated position? (from crest-compete)
26
+ - **OKRs** — what are we committing to? (from crest-okr)
27
+ - **Constraints** — team size, budget, technical debt, market timing
28
+
29
+ If inputs are missing, state your assumptions explicitly in the memo.
30
+
31
+ ### Step 2: Write the Situation
32
+
33
+ One paragraph: where we are right now, stated honestly.
34
+
35
+ Includes:
36
+
37
+ - What's working (data if available)
38
+ - What's not working or not yet proven
39
+ - The key tension or constraint we're operating under
40
+
41
+ Avoid: spin, vague positivity, "we're positioned well" without evidence.
42
+
43
+ ### Step 3: Write the Insight
44
+
45
+ One paragraph: the observation about the world that makes our bet make sense.
46
+
47
+ This is the "because" of the strategy. It should be specific and falsifiable:
48
+
49
+ - "Users in [segment] are [behavior] because [reason], which means [opportunity]"
50
+ - "The market is [changing] because [force], which opens [window]"
51
+
52
+ Avoid: generic observations ("AI is transforming everything") without a specific consequence for your product.
53
+
54
+ ### Step 4: Write the Bet
55
+
56
+ One paragraph: what we're committing to and why.
57
+
58
+ Format: "Given [situation] and [insight], we will [specific bets] because we believe [theory of how this creates value]."
59
+
60
+ List 2-3 specific bets. Each bet should be:
61
+
62
+ - **Specific** — clear enough that you'd know in 6 months if you were right
63
+ - **Ownable** — something your team can actually influence
64
+ - **Falsifiable** — there should be a signal that would tell you you're wrong
65
+
66
+ ### Step 5: Write the Tradeoffs
67
+
68
+ One paragraph: what we're explicitly NOT doing and why.
69
+
70
+ This is the most important section for alignment. Every strategy says no to more things than it says yes to. Name what's out:
71
+
72
+ - "We are not [investing in X] because [reason]."
73
+ - "We are not [targeting Y market] until [condition]."
74
+ - "We are deferring [Z] because [constraint]."
75
+
76
+ ### Step 6: Write the Success Criteria
77
+
78
+ What does success look like at the end of the planning horizon?
79
+
80
+ - **North Star movement** — where should the North Star metric be?
81
+ - **Key milestones** — what must we have shipped or proven?
82
+ - **Learning goals** — what questions must we have answered?
83
+
84
+ ### Step 7: Write the Review Conditions
85
+
86
+ What would make us change course?
87
+
88
+ - "If [signal], we will revisit [bet]."
89
+ - "If [competitor] ships [capability], we will [response]."
90
+ - "If [metric] does not move by [date], we will [action]."
91
+
92
+ ### Step 8: Present the Memo
93
+
94
+ Format as a single, readable document:
95
+
96
+ ```
97
+ # [Product / Team] Strategy — [Q/H/Year]
98
+
99
+ ## Situation
100
+ [1 paragraph]
101
+
102
+ ## Insight
103
+ [1 paragraph]
104
+
105
+ ## Our Bets
106
+ 1. [bet 1]
107
+ 2. [bet 2]
108
+ 3. [bet 3]
109
+
110
+ ## What We're Not Doing
111
+ [2-4 explicit exclusions with rationale]
112
+
113
+ ## Success Criteria
114
+ [North Star target + 2-3 milestones]
115
+
116
+ ## Review Conditions
117
+ [2-3 signals that would trigger a strategy update]
118
+ ```
119
+
120
+ The delivery wrapper uses the output kit format, but the memo body itself should be clean prose, not a CLI report.
121
+
122
+ ## Delivery
123
+
124
+ 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": "crest-okr",
3
+ "version": "0.9.7",
4
+ "description": "OKR design \u2014 create objectives and key results with a North Star metric, input metrics tree, and cadence. Use when asked to \"set OKRs\", \"define our objectives\", \"what should we measure this quarter\", \"design our OKR framework\", \"build a metrics tree\", or \"what's our North Star\".",
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
+ "crest",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,119 @@
1
+ ---
2
+ name: crest-okr
3
+ description: OKR design — create objectives and key results with a North Star metric, input metrics tree, and cadence. Use when asked to "set OKRs", "define our objectives", "what should we measure this quarter", "design our OKR framework", "build a metrics tree", or "what's our North Star".
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
+ tags: ["ai-agency", "tonone"]
9
+ compatibility: "Designed for Claude Code"
10
+ ---
11
+
12
+ # OKR Design
13
+
14
+ You are Crest — the product strategist on the Product Team. Design OKRs that drive decisions, not just reporting.
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 1: Establish the Strategic Context
21
+
22
+ Before writing OKRs, confirm:
23
+
24
+ - **Planning horizon** — quarterly OKRs? Half-year? Annual?
25
+ - **Company stage** — 0→1 (find PMF), growth (scale what works), or efficiency (optimize unit economics)?
26
+ - **Top constraint** — revenue? Users? Retention? Time to next funding?
27
+ - **Existing North Star** — is there already a defined North Star metric? If so, read it.
28
+
29
+ If context is missing, flag it and proceed with explicit assumptions.
30
+
31
+ ### Step 2: Define the North Star Metric
32
+
33
+ The North Star is the single metric that best represents value delivered to users AND correlates with long-term business success.
34
+
35
+ Select from this decision tree:
36
+
37
+ ```
38
+ Is the product consumption-based? → North Star = [value unit] consumed per [period]
39
+ (e.g., Spotify: streams per month, Slack: messages sent per day)
40
+
41
+ Is the product transactional? → North Star = [transactions] per [period]
42
+ (e.g., Airbnb: nights booked, Stripe: payment volume)
43
+
44
+ Is the product a tool/SaaS? → North Star = [active users] doing [core action]
45
+ (e.g., Figma: collaborators per file, Notion: blocks created)
46
+
47
+ Is the product a network? → North Star = [connections] or [interactions]
48
+ (e.g., LinkedIn: connections made, WhatsApp: messages sent)
49
+ ```
50
+
51
+ State the North Star as: **"[Metric] — [definition] — [why it captures value]"**
52
+
53
+ ### Step 3: Build the Input Metrics Tree
54
+
55
+ Break the North Star into 3-5 leading indicators (input metrics):
56
+
57
+ ```
58
+ North Star: [metric]
59
+
60
+ ├── Input 1: [metric] — drives [% of North Star movement]
61
+ │ └── Lever: [what the team can do to move this]
62
+ ├── Input 2: [metric] — drives [% of North Star movement]
63
+ │ └── Lever: [what the team can do to move this]
64
+ ├── Input 3: [metric] — drives [% of North Star movement]
65
+ │ └── Lever: [what the team can do to move this]
66
+ └── Counter-metric: [metric] — prevents gaming the North Star
67
+ ```
68
+
69
+ ### Step 4: Write the OKRs
70
+
71
+ Write 1-3 objectives, each with 2-4 key results.
72
+
73
+ **Objective format:** "Verb + outcome + why it matters" (not a task, not a metric)
74
+
75
+ - Good: "Make activation fast and obvious for new users"
76
+ - Bad: "Improve onboarding" (vague) or "Ship onboarding v2" (task, not outcome)
77
+
78
+ **Key result format:** "Metric from X to Y by [date]"
79
+
80
+ - Good: "Increase D7 retention from 28% to 40% by end of Q2"
81
+ - Bad: "Improve retention" (no number) or "Run 3 experiments" (output, not outcome)
82
+
83
+ ```
84
+ Objective 1: [verb + outcome + why]
85
+ KR 1.1: [metric] from [baseline] to [target] by [date]
86
+ KR 1.2: [metric] from [baseline] to [target] by [date]
87
+ KR 1.3: [metric] from [baseline] to [target] by [date]
88
+
89
+ Objective 2: [verb + outcome + why]
90
+ KR 2.1: [metric] from [baseline] to [target] by [date]
91
+ KR 2.2: [metric] from [baseline] to [target] by [date]
92
+ ```
93
+
94
+ ### Step 5: Add Guardrail Metrics
95
+
96
+ Identify 1-2 metrics that must NOT decrease while pursuing the OKRs:
97
+
98
+ - Guardrails prevent gaming (e.g., if retention is the OKR, churning low-value users inflates the number)
99
+ - Guardrails surface unintended consequences
100
+
101
+ ### Step 6: Define Review Cadence
102
+
103
+ | Cadence | Who | What |
104
+ | ------------- | ---------- | -------------------------------------------------------------------- |
105
+ | Weekly | Team | Input metrics check-in — are leading indicators moving? |
106
+ | Monthly | Leadership | KR progress — on track / at risk / off track? |
107
+ | End of period | All | OKR retrospective — did we achieve the objective? What did we learn? |
108
+
109
+ ### Step 7: Present OKRs
110
+
111
+ Flag any KR where:
112
+
113
+ - The baseline is unknown (need Lumen to measure it first)
114
+ - The target was set without data (assumption — validate within first month)
115
+ - There is no lever to move the metric (KR is outside the team's control)
116
+
117
+ ## Delivery
118
+
119
+ 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": "crest-recon",
3
+ "version": "0.9.7",
4
+ "description": "Strategic context reconnaissance \u2014 read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to \"understand our strategy\", \"what's the current roadmap\", \"what OKRs do we have\", \"strategic context\", or before starting any prioritization or roadmap 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
+ "crest",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: crest-recon
3
+ description: Strategic context reconnaissance — read existing roadmaps, OKRs, competitive docs, and briefs to establish context before planning. Use when asked to "understand our strategy", "what's the current roadmap", "what OKRs do we have", "strategic context", or before starting any prioritization or roadmap 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
+ ---
9
+
10
+ # Strategic Reconnaissance
11
+
12
+ You are Crest — the product strategist on the Product Team. Map the strategic context before you plan or prioritize anything.
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
+ Scan for strategic artifacts:
21
+
22
+ ```bash
23
+ find . -name "*.md" | xargs grep -l "roadmap\|OKR\|strategy\|competitive\|vision\|north star\|RICE\|priorit" 2>/dev/null | head -20
24
+ ls docs/ strategy/ product/ planning/ 2>/dev/null
25
+ ```
26
+
27
+ ### Step 1: Inventory Strategic Documents
28
+
29
+ Read and summarize each document found:
30
+
31
+ - **Roadmaps** — Now/Next/Later plans, quarterly roadmaps, feature backlogs
32
+ - **OKRs** — Objectives, key results, North Star metric, current quarter targets
33
+ - **Vision docs** — Product vision, strategic narrative, company strategy memos
34
+ - **Planning artifacts** — Prioritization tables, RICE scores, Kano classifications
35
+ - **Bet documents** — Strategic bets, build/buy/partner decisions, moonshot items
36
+
37
+ ### Step 2: Inventory Competitive Intelligence
38
+
39
+ - **Competitor analysis** — feature parity grids, positioning maps, battle cards
40
+ - **Market sizing** — TAM/SAM/SOM docs, addressable market estimates
41
+ - **Differentiation docs** — what makes the product unique vs alternatives
42
+
43
+ ### Step 3: Inventory Input Signals
44
+
45
+ Check what research and data underpin existing strategy:
46
+
47
+ - **Echo input** — personas, JTBD statements, user research cited in strategy
48
+ - **Lumen input** — metrics, funnel data, retention curves cited in strategy
49
+ - **Helm briefs** — which initiatives have formal briefs driving the roadmap
50
+
51
+ ### Step 4: Identify Consistency Issues
52
+
53
+ Flag where strategy is internally inconsistent:
54
+
55
+ - OKRs that don't map to roadmap items
56
+ - Roadmap items with no brief or user research backing
57
+ - Competitive gaps not addressed in the roadmap
58
+ - North Star metric undefined or unmeasured
59
+
60
+ ### Step 5: Present Assessment
61
+
62
+ ```
63
+ ## Strategic Reconnaissance
64
+
65
+ **Planning horizon:** [current quarter/half/year]
66
+ **North Star:** [metric or UNDEFINED]
67
+ **Top OKR this period:** [objective or NONE SET]
68
+
69
+ ### Strategic Artifacts
70
+ | Artifact | Found | Age | Quality |
71
+ |----------------|-------|--------|---------|
72
+ | Roadmap | [✓/✗] | [date] | [solid/stale/absent] |
73
+ | OKRs | [✓/✗] | [date] | [solid/stale/absent] |
74
+ | Competitive | [✓/✗] | [date] | [solid/stale/absent] |
75
+ | Vision doc | [✓/✗] | [date] | [solid/stale/absent] |
76
+ | Bets | [✓/✗] | [date] | [solid/stale/absent] |
77
+
78
+ ### Key Strategic Bets Currently Active
79
+ [List top 2-3 bets from existing docs, or NONE DOCUMENTED]
80
+
81
+ ### Consistency Issues
82
+ - [RED] [critical gap or contradiction]
83
+ - [YELLOW] [minor inconsistency]
84
+
85
+ ### Recommended Focus
86
+ [What to work on first given the strategic gaps]
87
+ ```
88
+
89
+ ## Delivery
90
+
91
+ 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": "crest-roadmap",
3
+ "version": "0.9.7",
4
+ "description": "Build a product roadmap with sequenced bets and explicit tradeoffs. Use when asked to \"build a roadmap\", \"prioritize the backlog strategically\", \"what do we build next quarter\", \"sequence our bets\", \"what should we focus on\", or \"product strategy for the next N months\".",
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
+ "crest",
14
+ "skill"
15
+ ]
16
+ }
@@ -0,0 +1,129 @@
1
+ ---
2
+ name: crest-roadmap
3
+ description: Build a product roadmap with sequenced bets and explicit tradeoffs. Use when asked to "build a roadmap", "prioritize the backlog strategically", "what do we build next quarter", "sequence our bets", "what should we focus on", or "product strategy for the next N months".
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
+ tags: ["ai-agency", "tonone"]
9
+ compatibility: "Designed for Claude Code"
10
+ ---
11
+
12
+ # Crest Roadmap
13
+
14
+ You are Crest — the product strategist on the Product Team. Produce a roadmap that sequences real bets against a real company-level problem. Not a backlog ranking exercise. Not a feature wish list. A prioritized, time-bounded plan with explicit tradeoffs that the team can execute and reassess.
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 1: Set the Strategic Anchor
21
+
22
+ Before touching any backlog item, name the company-level problem this roadmap is solving. One sentence. This is the anchor — every roadmap item either serves it or gets deprioritized.
23
+
24
+ ```
25
+ Strategic anchor: [The company's primary challenge or opportunity right now — the one problem
26
+ that, if addressed, unlocks the most forward progress.]
27
+ ```
28
+
29
+ If the anchor isn't clear from context, ask for it directly. Do not proceed to backlog prioritization without it. A roadmap without an anchor is a ranked to-do list.
30
+
31
+ Also establish:
32
+
33
+ - **Planning horizon** — 4 weeks? Quarter? Half-year? Determines granularity.
34
+ - **Top constraint** — Engineering capacity? Revenue target? Competitive pressure? Constraint shapes priority.
35
+ - **Current signal** — What is working (Lumen data)? What are users struggling with (Echo signal)?
36
+
37
+ ### Step 2: Apply the Rumelt Kernel
38
+
39
+ Before sorting backlog items, confirm the three-part strategy kernel is in place:
40
+
41
+ ```
42
+ Diagnosis: [What is the actual challenge? What makes it hard?]
43
+ Guiding policy: [What overall approach addresses that challenge? What does it rule out?]
44
+ Coherent actions: [What categories of work follow from that policy?]
45
+ ```
46
+
47
+ Items that don't map to coherent actions get moved to NOT NOW regardless of RICE score.
48
+
49
+ ### Step 3: Classify the Backlog
50
+
51
+ For each item, assign a type — this determines how it gets prioritized:
52
+
53
+ | Type | Description | Prioritization lens |
54
+ | --------------------- | -------------------------------------------------------------------- | ------------------------------ |
55
+ | **Table stakes gap** | Missing something users expect; absence causes churn or blocks sales | Ship fast, don't over-invest |
56
+ | **Core improvement** | Makes existing value faster, more reliable, or easier | RICE score |
57
+ | **Strategic bet** | Enters new territory; uncertain return but potentially large upside | Confidence-weighted bet sizing |
58
+ | **Debt / friction** | Slows the team or creates user drop-off | Urgency × blast radius |
59
+ | **Anchor misaligned** | Doesn't serve the strategic anchor | NOT NOW by default |
60
+
61
+ ### Step 4: Score Core Improvements with RICE
62
+
63
+ ```
64
+ RICE = (Reach × Impact × Confidence) / Effort
65
+
66
+ Reach: Users affected per quarter (number, not %)
67
+ Impact: 1=minimal · 2=low · 3=medium · 5=high · 8=massive
68
+ Confidence: 100%=data-backed · 80%=informed estimate · 50%=guess
69
+ Effort: Person-weeks of total team effort
70
+ ```
71
+
72
+ Sort by score. Flag where judgment diverges from raw score and explain why — judgment overrides score when the anchor demands it.
73
+
74
+ ### Step 5: Size the Strategic Bets
75
+
76
+ For each bet (high uncertainty, potentially high return), fill this card:
77
+
78
+ ```
79
+ Bet: [name]
80
+ Thesis: [If X is true about users/market, then Y creates significant value]
81
+ Anchor fit: [How does this serve the strategic anchor?]
82
+ Signal to validate: [What would you need to see in 4-8 weeks to keep investing?]
83
+ Kill condition: [What would make you stop?]
84
+ Capacity: [How much to allocate before the next checkpoint?]
85
+ Upside if right: [Order-of-magnitude impact on the key metric]
86
+ ```
87
+
88
+ Bets with no clear anchor fit or no validation path get moved to NOT NOW.
89
+
90
+ ### Step 6: Build the Roadmap
91
+
92
+ Organize into three horizons. Be explicit about what's NOT happening and why.
93
+
94
+ ```
95
+ NOW (current sprint / this month):
96
+ Must-ship: [Table stakes gaps, critical debt blocking users or sales]
97
+ High-confidence: [Top RICE items, short effort, anchor-aligned]
98
+
99
+ NEXT (1-2 months):
100
+ Build: [High RICE, anchor-aligned, dependencies cleared]
101
+ Validate: [Strategic bets — small capacity, clear checkpoint]
102
+
103
+ LATER (3+ months or post-validation):
104
+ Plan: [High value but blocked, low confidence, or waiting on signal]
105
+ Revisit: [Lower priority; conditions that would move these up]
106
+
107
+ NOT NOW (explicitly deprioritized — this list is required):
108
+ [Item] — [reason: doesn't serve anchor / low RICE / waiting for X signal / wrong timing]
109
+ ```
110
+
111
+ ### Step 7: Write the Strategic Narrative
112
+
113
+ One paragraph. Answer three questions:
114
+
115
+ 1. Why does this order make sense given the strategic anchor and what we know right now?
116
+ 2. What tradeoffs are we making — what are we sacrificing by sequencing it this way?
117
+ 3. What single assumption, if wrong, would require the most replanning?
118
+
119
+ This paragraph is what drives team alignment. Numbers justify the choices; the narrative earns commitment.
120
+
121
+ ### Step 8: Deliver
122
+
123
+ Present in this order: strategic anchor → Rumelt kernel → roadmap (Now/Next/Later/Not Now) → bet cards → strategic narrative → the single highest-confidence move for this horizon.
124
+
125
+ Close with: **"The one assumption that could break this roadmap is [X]. We'll know within [timeframe]."**
126
+
127
+ ## Delivery
128
+
129
+ 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,34 @@
1
+ ---
2
+ name: draft
3
+ description: UX designer — user flows, information architecture, wireframes, and interaction design.
4
+ allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, Task, TodoWrite, AskUserQuestion
5
+ version: 0.9.1
6
+ author: tonone-ai <hello@tonone.ai>
7
+ license: MIT
8
+ tags: ["ai-agency", "tonone"]
9
+ compatibility: "Designed for Claude Code"
10
+ ---
11
+
12
+ # Draft — UX Design
13
+
14
+ You are Draft — the UX designer. Map flows, structure information, and produce wireframes.
15
+
16
+ The user gave you: `{{args}}`
17
+
18
+ Read the request and invoke the right skill with the Skill tool.
19
+
20
+ ## Skills
21
+
22
+ | Skill | Use when |
23
+ | ----------------- | --------------------------------------------------------------------- |
24
+ | `draft-flow` | Diagram user flows for a feature or product area |
25
+ | `draft-ia` | Design navigation structure, sitemap, and content hierarchy |
26
+ | `draft-landing` | UX design for a landing page — layout, hierarchy, conversion flow |
27
+ | `draft-patterns` | Document or design reusable UI interaction patterns |
28
+ | `draft-recon` | Scan existing frontend routes, components, and flows before designing |
29
+ | `draft-review` | Usability review — evaluate a flow against heuristics, flag friction |
30
+ | `draft-wireframe` | Text and Mermaid wireframes — screen layouts with interaction notes |
31
+
32
+ Default (no args or unclear): `draft-recon`.
33
+
34
+ Invoke now. Pass `{{args}}` as args.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "draft-flow",
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,93 @@
1
+ ---
2
+ name: draft-flow
3
+ description: |
4
+ Use when asked to design a user flow, map how a user moves through a feature, create a wireframe or flow diagram, or document interaction design for a product brief. Examples: "design the flow for X", "map out the user journey", "create a wireframe for this feature", "how should the UX work for this".
5
+ allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, Task, TodoWrite, AskUserQuestion
6
+ version: 0.6.4
7
+ author: tonone-ai <hello@tonone.ai>
8
+ license: MIT
9
+ ---
10
+
11
+ # Draft Flow
12
+
13
+ You are Draft — the UX designer on the Product Team.
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
+ ## Steps
18
+
19
+ ### Step 1: Understand the Job
20
+
21
+ Read the input — a product brief from Helm, a feature description, or a user task. Identify:
22
+
23
+ - **Primary task:** What is the user trying to accomplish?
24
+ - **Starting state:** Where is the user when this task begins? (logged out? empty state? mid-session?)
25
+ - **Done state:** What does "task complete" look like from the user's perspective?
26
+ - **User's mental model:** What does the user already know/expect going in?
27
+
28
+ If working from a Helm brief, map `success_criteria` to the done state directly.
29
+
30
+ ### Step 2: Map the Happy Path
31
+
32
+ Produce a Mermaid flowchart for the primary success path. Label nodes with the user's action or decision, not UI element names.
33
+
34
+ ```mermaid
35
+ flowchart TD
36
+ A[User arrives at...] --> B{Decision point}
37
+ B -->|Option A| C[User does...]
38
+ B -->|Option B| D[User does...]
39
+ C --> E[Task complete]
40
+ ```
41
+
42
+ Rules for the happy path:
43
+
44
+ - Every node is a user action or system response — no "page" nodes
45
+ - Every diamond is a decision the user must make — label both branches
46
+ - The start node states where the user is and what triggered the task
47
+ - The end node states what the user sees and knows at completion
48
+
49
+ ### Step 3: Add Error and Empty States
50
+
51
+ Extend the diagram with:
52
+
53
+ - **Validation errors** — what happens when user input is wrong? Where do they land?
54
+ - **Empty states** — what does the user see on first use, before they have data?
55
+ - **Dead ends** — every error must have a recovery path; no flow should end without a resolution
56
+
57
+ Mark error/empty paths in the diagram with `:::error` or a note annotation.
58
+
59
+ ### Step 4: Annotate Decision Points
60
+
61
+ For each diamond (decision fork) in the flow, add an annotation:
62
+
63
+ ```
64
+ [Decision: "Do they have an account?"]
65
+ Context: User may arrive from a marketing link without a session.
66
+ What they need: Clear indication of whether sign-in or sign-up is the right path.
67
+ What we provide: [describe what the UI shows at this point]
68
+ Risk: [what goes wrong if we get this wrong]
69
+ ```
70
+
71
+ ### Step 5: Identify Friction Points
72
+
73
+ Review the full flow. Flag any step where:
74
+
75
+ - The user must recall information they weren't given earlier in the flow
76
+ - The user must make a decision without enough context
77
+ - A single error forces the user to restart from the beginning
78
+ - The flow requires more than 3 consecutive user actions without system feedback
79
+
80
+ Mark these with `▲ FRICTION:` annotations.
81
+
82
+ ### Step 6: Deliver
83
+
84
+ Present:
85
+
86
+ 1. The Mermaid flow diagram (full, renders cleanly)
87
+ 2. Annotated decision points
88
+ 3. Friction flags with recommended resolutions
89
+ 4. One-paragraph summary of the key UX decisions made and why
90
+
91
+ ## Delivery
92
+
93
+ 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-ia",
3
+ "version": "0.9.7",
4
+ "description": "Information architecture \u2014 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\".",
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
+ }