@fraylabs/possible 0.1.10 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/possible/SKILL.md +74 -81
- package/assets/possible/agents/openai.yaml +2 -2
- package/package.json +8 -8
- package/src/bookmarks.mjs +72 -0
- package/src/index.mjs +67 -7
- package/src/outcome-commands.mjs +134 -0
- package/src/outcome-format.mjs +201 -0
- package/src/sources.mjs +174 -0
- package/assets/possible/references/packs.md +0 -570
|
@@ -1,570 +0,0 @@
|
|
|
1
|
-
# Possible Outcome Pack catalog
|
|
2
|
-
|
|
3
|
-
Use this bundled snapshot when the Possible MCP tools are unavailable. Link the recommended Outcome Pack's public page during the recommendation; disclose its selected agent skills, sources, and reviewed revisions before installing them.
|
|
4
|
-
|
|
5
|
-
Catalog categories are browsing labels only: Create is a first complete usable thing, Launch is a compelling public presentation, Release is evidence-backed readiness to ship or distribute, and Operate is a repeatable ongoing workflow. Do not ask the user to choose a category; select across the complete catalog from the desired finished outcome.
|
|
6
|
-
|
|
7
|
-
## Hardware Launch
|
|
8
|
-
|
|
9
|
-
Slug: `hardware-launch`
|
|
10
|
-
|
|
11
|
-
Lane: `launch`
|
|
12
|
-
|
|
13
|
-
Public page: `https://possible.sh/packs/hardware-launch`
|
|
14
|
-
|
|
15
|
-
Use for a physical-product idea or prototype that needs one coherent launch presentation.
|
|
16
|
-
|
|
17
|
-
Outputs: launch site, launch film, prototype CAD, honest waitlist contract, approved MVP deployment or a completion report explaining why deployment could not proceed, evidence report.
|
|
18
|
-
|
|
19
|
-
Optional lead-agent capability: OpenAI `@sites` plugin (`$sites-building`, `$sites-hosting`), reviewed at plugin version `0.1.30`. When it is available in the current Codex workspace, prefer it for a new MVP launch-site deployment so no separate Vercel registration is needed. It is not installed by the Skills CLI commands below. Deployment and provider mutations still require separate explicit approval.
|
|
20
|
-
|
|
21
|
-
Workstreams:
|
|
22
|
-
|
|
23
|
-
- Launch site — `frontend-design`, `vercel-react-best-practices`; owns `site/` and the waitlist contract.
|
|
24
|
-
- Launch film — `remotion-best-practices`; owns `film/` and the rendered preview.
|
|
25
|
-
- Prototype CAD — `cad`; owns `hardware/` and the geometry report.
|
|
26
|
-
- Fresh review — `webapp-testing`; verifies the integrated outcome after production.
|
|
27
|
-
|
|
28
|
-
Sources:
|
|
29
|
-
|
|
30
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
31
|
-
- `vercel-labs/agent-skills`: `vercel-react-best-practices`; reviewed `f8a72b9603728bb92a217a879b7e62e43ad76c81`.
|
|
32
|
-
- `remotion-dev/skills`: `remotion-best-practices`; reviewed `ab22f5fa89962ec943eaa18797cbf38c9d727743`.
|
|
33
|
-
- `earthtojake/text-to-cad`: `cad`; reviewed `fdbb4b4fb62d95ae298cfe9a46fdc7092bdaf423`.
|
|
34
|
-
|
|
35
|
-
Install:
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
39
|
-
npx skills@1.5.19 add vercel-labs/agent-skills@f8a72b9603728bb92a217a879b7e62e43ad76c81 --skill vercel-react-best-practices --agent codex
|
|
40
|
-
npx skills@1.5.19 add remotion-dev/skills@ab22f5fa89962ec943eaa18797cbf38c9d727743 --skill remotion-best-practices --agent codex
|
|
41
|
-
npx skills@1.5.19 add earthtojake/text-to-cad@fdbb4b4fb62d95ae298cfe9a46fdc7092bdaf423 --skill cad --agent codex
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Never imply manufacturing readiness, physical validation, certification, or customer demand. Deployment, fabrication, purchasing, outreach, and real waitlist collection remain separate gates.
|
|
45
|
-
|
|
46
|
-
## Software Launch
|
|
47
|
-
|
|
48
|
-
Slug: `software-launch`
|
|
49
|
-
|
|
50
|
-
Lane: `launch`
|
|
51
|
-
|
|
52
|
-
Public page: `https://possible.sh/packs/software-launch`
|
|
53
|
-
|
|
54
|
-
Use for an existing working software product whose primary flow already exists but needs a coherent release and launch presentation.
|
|
55
|
-
|
|
56
|
-
Outputs: stabilized product release candidate, launch site, demo film, approved MVP deployment or a completion report explaining why deployment could not proceed, evidence report.
|
|
57
|
-
|
|
58
|
-
Optional lead-agent capability: OpenAI `@sites` plugin (`$sites-building`, `$sites-hosting`), reviewed at plugin version `0.1.30`. Prefer it for a new MVP deployment when it is available and no provider is already selected; retain `deploy-to-vercel` as the reviewed fallback for an existing authorized Vercel target. The plugin is not installed by the Skills CLI commands below. Either external path requires separate explicit approval.
|
|
59
|
-
|
|
60
|
-
Workstreams:
|
|
61
|
-
|
|
62
|
-
- Product release candidate — `vercel-react-best-practices`; stabilizes the existing release candidate and owns `product/` and its test report.
|
|
63
|
-
- Launch site — `frontend-design`; owns `site/` and the launch narrative.
|
|
64
|
-
- Demo film — `remotion-best-practices`; owns `film/` and the rendered preview.
|
|
65
|
-
- Release readiness — `web-design-guidelines`; owns `release/` and the deployment plan. The lead agent retains `sites-hosting` or `deploy-to-vercel` until separate deployment approval.
|
|
66
|
-
- Fresh review — `webapp-testing`, `web-design-guidelines`; verifies the integrated outcome.
|
|
67
|
-
|
|
68
|
-
Sources:
|
|
69
|
-
|
|
70
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
71
|
-
- `vercel-labs/agent-skills`: `vercel-react-best-practices`, `web-design-guidelines`, `deploy-to-vercel`; reviewed `f8a72b9603728bb92a217a879b7e62e43ad76c81`.
|
|
72
|
-
- `remotion-dev/skills`: `remotion-best-practices`; reviewed `ab22f5fa89962ec943eaa18797cbf38c9d727743`.
|
|
73
|
-
|
|
74
|
-
Install:
|
|
75
|
-
|
|
76
|
-
```bash
|
|
77
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
78
|
-
npx skills@1.5.19 add vercel-labs/agent-skills@f8a72b9603728bb92a217a879b7e62e43ad76c81 --skill vercel-react-best-practices --skill web-design-guidelines --skill deploy-to-vercel --agent codex
|
|
79
|
-
npx skills@1.5.19 add remotion-dev/skills@ab22f5fa89962ec943eaa18797cbf38c9d727743 --skill remotion-best-practices --agent codex
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
Never imply demand, uptime, security, performance, or production readiness. Deployment, DNS, analytics, outreach, and real data collection remain separate gates.
|
|
83
|
-
|
|
84
|
-
## Open-Source Release
|
|
85
|
-
|
|
86
|
-
Slug: `open-source-release`
|
|
87
|
-
|
|
88
|
-
Lane: `release`
|
|
89
|
-
|
|
90
|
-
Public page: `https://possible.sh/packs/open-source-release`
|
|
91
|
-
|
|
92
|
-
Use for an existing repository that needs a trustworthy, usable release package without publishing it.
|
|
93
|
-
|
|
94
|
-
Outputs: release-ready package, README and docs, runnable examples, hardened CI, changelog and release plan, evidence report.
|
|
95
|
-
|
|
96
|
-
Workstreams:
|
|
97
|
-
|
|
98
|
-
- Release engineering — `github-release`; owns `release/`, versioning, and the changelog plan.
|
|
99
|
-
- Documentation and examples — `create-readme`, `documentation-writer`; owns `README.md`, `docs/`, and `examples/`.
|
|
100
|
-
- CI and security assurance — `github-actions-hardening`, `security-review`; owns workflow changes and the risk report.
|
|
101
|
-
- Fresh review — `security-review`, `github-actions-hardening`; verifies the release outcome.
|
|
102
|
-
|
|
103
|
-
Sources:
|
|
104
|
-
|
|
105
|
-
- `github/awesome-copilot`: all five skills below; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
106
|
-
|
|
107
|
-
Install:
|
|
108
|
-
|
|
109
|
-
```bash
|
|
110
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill github-release --skill create-readme --skill documentation-writer --skill github-actions-hardening --skill security-review --agent codex
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
Never imply security, compatibility, production readiness, or release authority. Pushing, tagging, publishing packages, creating releases, and changing repository settings remain separate gates.
|
|
114
|
-
|
|
115
|
-
## Playable Web Game
|
|
116
|
-
|
|
117
|
-
Slug: `playable-web-game`
|
|
118
|
-
|
|
119
|
-
Lane: `create`
|
|
120
|
-
|
|
121
|
-
Public page: `https://possible.sh/packs/playable-web-game`
|
|
122
|
-
|
|
123
|
-
Use for a browser-game idea that needs one polished, replayable Three.js experience rather than a general game engine or sprawling feature set.
|
|
124
|
-
|
|
125
|
-
Outputs: playable browser game, game brief and tuning rules, responsive HUD and controls, production build, evidence report.
|
|
126
|
-
|
|
127
|
-
Workstreams:
|
|
128
|
-
|
|
129
|
-
- Core loop and game feel — `game-designer`; owns `game/brief.md` and `game/tuning/`.
|
|
130
|
-
- Three.js game runtime — `threejs`; owns `game/src/`, `game/assets/`, and `game/build/`.
|
|
131
|
-
- HUD and controls — `frontend-design`, `mobile-touch`; owns `game/ui/` and `game/controls.md`.
|
|
132
|
-
- Fresh review — `webapp-testing`; verifies the integrated game with keyboard and touch-sized input paths.
|
|
133
|
-
|
|
134
|
-
Sources:
|
|
135
|
-
|
|
136
|
-
- `mrgoonie/claudekit-skills`: `threejs`; reviewed `80113d86bc4407f105af40a2c4ea58194f7c370a`.
|
|
137
|
-
- `dylantarre/animation-principles`: `game-designer`, `mobile-touch`; reviewed `83597134ba8ff59838270f94d7ac7282ffa3b54d`.
|
|
138
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
139
|
-
|
|
140
|
-
Install:
|
|
141
|
-
|
|
142
|
-
```bash
|
|
143
|
-
npx skills@1.5.19 add mrgoonie/claudekit-skills@80113d86bc4407f105af40a2c4ea58194f7c370a --skill threejs --agent codex
|
|
144
|
-
npx skills@1.5.19 add dylantarre/animation-principles@83597134ba8ff59838270f94d7ac7282ffa3b54d --skill game-designer --skill mobile-touch --agent codex
|
|
145
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
146
|
-
```
|
|
147
|
-
|
|
148
|
-
Never imply player demand, accessibility, compatibility, performance, or production readiness beyond direct evidence. Deployment, publishing, analytics, paid assets, and external distribution remain separate gates.
|
|
149
|
-
|
|
150
|
-
## Web App Operations
|
|
151
|
-
|
|
152
|
-
Slug: `web-app-operations`
|
|
153
|
-
|
|
154
|
-
Lane: `operate`
|
|
155
|
-
|
|
156
|
-
Public page: `https://possible.sh/packs/web-app-operations`
|
|
157
|
-
|
|
158
|
-
Use for an existing live web app that needs a repeatable or scheduled operating loop for detecting problems, triaging work, maintaining dependencies, and recovering safely. A request such as “schedule operations” selects this Outcome Pack when the application is already live.
|
|
159
|
-
|
|
160
|
-
Outputs: executable operations check and dated health baseline, issue intake and prioritized operations queue, dependency and security maintenance loop, incident/change/rollback runbooks, exercised recovery drill, first dated completion report, scheduling-ready task prompt, and—only when separately approved—an enabled schedule record.
|
|
161
|
-
|
|
162
|
-
Workstreams:
|
|
163
|
-
|
|
164
|
-
- Reliability loop — `webapp-testing`; owns `operations/checks/`, `operations/receipts/`, and the repository-native operations command.
|
|
165
|
-
- Triage and maintenance — `impediment-prioritization`, `dependabot`, `security-review`; owns the operations queue, maintenance/security evidence, and Dependabot configuration.
|
|
166
|
-
- Safe change and incident response — `devops-rollout-plan`, `incident-postmortem`; owns change, incident, rollback, and postmortem surfaces.
|
|
167
|
-
- Fresh review — `webapp-testing`, `security-review`; verifies the integrated operating loop after its first cycle.
|
|
168
|
-
|
|
169
|
-
Sources:
|
|
170
|
-
|
|
171
|
-
- `anthropics/skills`: `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
172
|
-
- `github/awesome-copilot`: `impediment-prioritization`, `dependabot`, `security-review`, `devops-rollout-plan`, `incident-postmortem`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
173
|
-
|
|
174
|
-
Install:
|
|
175
|
-
|
|
176
|
-
```bash
|
|
177
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill webapp-testing --agent codex
|
|
178
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill impediment-prioritization --skill dependabot --skill security-review --skill devops-rollout-plan --skill incident-postmortem --agent codex
|
|
179
|
-
```
|
|
180
|
-
|
|
181
|
-
Establish the durable workflow and execute its first dated cycle manually before offering a schedule. For recurring operations, default to a standalone scheduled task in an isolated worktree whose prompt invokes `$possible resume`, runs one cycle, writes a new dated completion report, reports findings, and stops at every external-action gate. Show the exact cadence, timezone, project, execution mode, prompt, and permissions before requesting separate approval to create or enable it. If scheduled-task management is unavailable, provide a tested scheduling-ready prompt without claiming a task exists.
|
|
182
|
-
|
|
183
|
-
One health snapshot never proves uptime. Preserve empty queues, skipped checks, unavailable signals, unresolved work, and unproven claims honestly. Scheduled-task changes, production changes, issue-tracker writes, monitoring changes, deploys, rollbacks, paging, status communication, and customer-data access remain separate gates.
|
|
184
|
-
|
|
185
|
-
## Working Web App
|
|
186
|
-
|
|
187
|
-
Slug: `working-web-app`
|
|
188
|
-
|
|
189
|
-
Lane: `create`
|
|
190
|
-
|
|
191
|
-
Public page: `https://possible.sh/packs/working-web-app`
|
|
192
|
-
|
|
193
|
-
Use when an idea, prototype, or rough repository needs to become a small locally runnable web product with one complete verified user flow—not a launch campaign or deployment.
|
|
194
|
-
|
|
195
|
-
Outputs: locally runnable working application, primary-flow and state contract, reproducible fixtures or demo data, automated checks, production build, evidence report.
|
|
196
|
-
|
|
197
|
-
Workstreams:
|
|
198
|
-
|
|
199
|
-
- Product flow and states — `frontend-design`; owns `product/flow.md`, `product/states.md`, and `product/data-contract.md`.
|
|
200
|
-
- Working application — `frontend-design`; owns application source, fixtures, and the production build.
|
|
201
|
-
- Automated product proof — `webapp-testing`; owns tests, the repeatable verification command, and the implementation report.
|
|
202
|
-
- Fresh review — `webapp-testing`, `security-review`; verifies the integrated app and reports scoped risks without claiming security.
|
|
203
|
-
|
|
204
|
-
Sources:
|
|
205
|
-
|
|
206
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
207
|
-
- `github/awesome-copilot`: `security-review`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
208
|
-
|
|
209
|
-
Install:
|
|
210
|
-
|
|
211
|
-
```bash
|
|
212
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
213
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill security-review --agent codex
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
Prove clean local setup, one complete user job, one material failure path, every promised state and persistence boundary, a production build, responsive browser behavior, and an exact completion report. Deployment, publishing, analytics, third-party services, and real customer data remain separate gates. Never call a local build secure, scalable, reliable, or production-ready.
|
|
217
|
-
|
|
218
|
-
## Production Web Release
|
|
219
|
-
|
|
220
|
-
Slug: `production-web-release`
|
|
221
|
-
|
|
222
|
-
Lane: `release`
|
|
223
|
-
|
|
224
|
-
Public page: `https://possible.sh/packs/production-web-release`
|
|
225
|
-
|
|
226
|
-
Use when an existing tested web app needs a gated, reversible production release with an immutable candidate, verified preview, exact approval, rollback path, post-deploy smoke evidence, and final completion report. Automated execution supports the reviewed OpenAI Sites and Vercel adapters; other providers stop with a provider-neutral completion report explaining why release could not proceed.
|
|
227
|
-
|
|
228
|
-
Optional lead-agent capability: OpenAI `@sites` plugin (`$sites-building`, `$sites-hosting`), reviewed at plugin version `0.1.30`. If `.openai/hosting.json` exists, use Sites. Otherwise prefer it for a new MVP target when available, so no separate Vercel registration is needed. It is not installed by the Skills CLI commands below. Every Sites URL is production, and exact provider mutations remain separately gated.
|
|
229
|
-
|
|
230
|
-
Outputs: pinned release candidate and provider inventory, security and pipeline preflight, rollout and rollback plan, preview smoke report, approved production deployment or a completion report explaining why deployment could not proceed, post-deployment evidence, final release report.
|
|
231
|
-
|
|
232
|
-
Workstreams:
|
|
233
|
-
|
|
234
|
-
- Candidate and release readiness — `devops-rollout-plan`, `security-review`; owns the candidate record, preflight, rollout plan, and rollback plan.
|
|
235
|
-
- Provider and delivery path — `github-actions-hardening`; owns provider evidence, pipeline review, and exact deploy commands. The lead agent holds `sites-hosting` or `deploy-to-vercel` until the separate exact production approval.
|
|
236
|
-
- Release verification — `webapp-testing`; owns repeatable preview, production, and rollback-recovery checks and reports.
|
|
237
|
-
- Fresh review — `webapp-testing`, `devops-rollout-plan`; verifies the integrated release evidence before any promotion.
|
|
238
|
-
|
|
239
|
-
Sources:
|
|
240
|
-
|
|
241
|
-
- `github/awesome-copilot`: `devops-rollout-plan`, `github-actions-hardening`, `security-review`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
242
|
-
- `anthropics/skills`: `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
243
|
-
- `vercel-labs/agent-skills`: `deploy-to-vercel`; reviewed `f8a72b9603728bb92a217a879b7e62e43ad76c81`.
|
|
244
|
-
|
|
245
|
-
Install:
|
|
246
|
-
|
|
247
|
-
```bash
|
|
248
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill devops-rollout-plan --skill github-actions-hardening --skill security-review --agent codex
|
|
249
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill webapp-testing --agent codex
|
|
250
|
-
npx skills@1.5.19 add vercel-labs/agent-skills@f8a72b9603728bb92a217a879b7e62e43ad76c81 --skill deploy-to-vercel --agent codex
|
|
251
|
-
```
|
|
252
|
-
|
|
253
|
-
Outcome Pack confirmation does not authorize production. Workstreams prepare evidence first; the lead agent integrates it, records go or no-go, and asks again for approval naming the provider, account or team, project, production target, exact candidate, method, and accepted risks. Do not mutate provider state, secrets, databases, DNS, billing, repositories, or workflows without approval for that exact action. Never infer success, availability, security, or rollback readiness from a plan or one browser pass.
|
|
254
|
-
|
|
255
|
-
## Marketing Operations
|
|
256
|
-
|
|
257
|
-
Slug: `marketing-operations`
|
|
258
|
-
|
|
259
|
-
Lane: `operate`
|
|
260
|
-
|
|
261
|
-
Public page: `https://possible.sh/packs/marketing-operations`
|
|
262
|
-
|
|
263
|
-
Use for a real product or offer that needs a repeatable or scheduled marketing rhythm across positioning, campaign planning, channel-ready draft production, measurement, and review. The product and audience must be grounded in confirmed evidence; this is not a substitute for building the product or creating its first complete launch package.
|
|
264
|
-
|
|
265
|
-
Outputs: versioned product-marketing source of truth and claims register, prioritized campaign plan and editorial calendar, first batch of channel-ready drafts, decision-led measurement and experiment plan, bounded recurring marketing loop, first dated completion report, scheduling-ready task prompt, and—only when separately approved—an enabled schedule record.
|
|
266
|
-
|
|
267
|
-
Workstreams:
|
|
268
|
-
|
|
269
|
-
- Positioning and campaign plan — `product-marketing`, `content-strategy`; owns the versioned context, `marketing/evidence/`, `marketing/plan/`, and `marketing/calendar/`.
|
|
270
|
-
- Channel-ready draft production — `copywriting`, `social`; owns `marketing/briefs/`, `marketing/drafts/`, and `marketing/review/`.
|
|
271
|
-
- Measurement and recurring loop — `analytics`, `marketing-loops`; owns `marketing/measurement/`, `marketing/loop.md`, `marketing/state/`, and `marketing/receipts/`.
|
|
272
|
-
- Fresh review — `product-marketing`, `analytics`; verifies claims, approval state, measurement logic, privacy boundaries, loop state, and honest unknowns after the first cycle.
|
|
273
|
-
|
|
274
|
-
Sources:
|
|
275
|
-
|
|
276
|
-
- `coreyhaines31/marketingskills`: all six skills below; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
277
|
-
|
|
278
|
-
Install:
|
|
279
|
-
|
|
280
|
-
```bash
|
|
281
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill product-marketing --skill content-strategy --skill copywriting --skill social --skill analytics --skill marketing-loops --agent codex
|
|
282
|
-
```
|
|
283
|
-
|
|
284
|
-
Establish the source of truth and execute the first dated cycle manually before offering a schedule. Scheduled cycles remain permanently repo-local and read-only toward external systems: they may inspect explicitly authorized evidence, maintain plans, and prepare reviewable drafts, but they never post, send, spend, perform outreach, change tracking or accounts, use write-capable connectors, or use credentials. Perform any such action later in a separate interactive task after separate explicit approval. Preserve one canonical durable state location, an atomic no-overlap lock, and a kill switch across runs. Never fabricate customer language, testimonials, metrics, baselines, attribution, rankings, competitor facts, demand, or results. Preserve honest no-signal and empty-calendar states.
|
|
285
|
-
|
|
286
|
-
## Billion-Dollar SaaS
|
|
287
|
-
|
|
288
|
-
Slug: `billion-dollar-saas`
|
|
289
|
-
|
|
290
|
-
Lane: `create`
|
|
291
|
-
|
|
292
|
-
Public page: `https://possible.sh/packs/billion-dollar-saas`
|
|
293
|
-
|
|
294
|
-
Use when the user asks for a successful, category-defining, Atlassian-scale, or billion-dollar software company without knowing every product, growth, revenue, trust, and operating system required. This Outcome Pack supplies the operational map; it never guarantees valuation, customers, product-market fit, or revenue.
|
|
295
|
-
|
|
296
|
-
Outputs: company and market thesis, working product and activation path, positioning and distribution system, pricing/revenue/sales/customer-success system, trust and reliability baseline, company operating cadence, system-coverage matrix, separate customer and revenue ledger beginning at zero, independent completion report.
|
|
297
|
-
|
|
298
|
-
Workstreams:
|
|
299
|
-
|
|
300
|
-
- Market, category, and company thesis — `product-marketing`, `analytics`; owns `company/market/`, `company/thesis.md`, and the evidence register.
|
|
301
|
-
- Product, onboarding, and activation — `frontend-design`, `vercel-react-best-practices`, `webapp-testing`; owns `company/product/`, `company/onboarding/`, and its report.
|
|
302
|
-
- Positioning, acquisition, and distribution — `product-marketing`, `content-strategy`, `copywriting`, `social`; owns `company/brand/`, `company/acquisition/`, and `company/distribution/`.
|
|
303
|
-
- Pricing, revenue, sales, and customer success — `product-marketing`, `analytics`; owns `company/revenue/`, `company/sales/`, and `company/customer-success/`.
|
|
304
|
-
- Security, reliability, compliance, and release trust — `security-review`, `devops-rollout-plan`, `webapp-testing`; owns `company/trust/`, `company/reliability/`, and `company/release/`.
|
|
305
|
-
- Measurement and company operations — `analytics`, `marketing-loops`; owns `company/operations/`, `company/metrics/`, and `company/receipts/`.
|
|
306
|
-
- Fresh review — `webapp-testing`, `analytics`, `security-review`; scores company-system maturity and verifies economic evidence separately.
|
|
307
|
-
|
|
308
|
-
Sources:
|
|
309
|
-
|
|
310
|
-
- `coreyhaines31/marketingskills`: `product-marketing`, `content-strategy`, `copywriting`, `social`, `analytics`, `marketing-loops`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
311
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
312
|
-
- `vercel-labs/agent-skills`: `vercel-react-best-practices`; reviewed `f8a72b9603728bb92a217a879b7e62e43ad76c81`.
|
|
313
|
-
- `github/awesome-copilot`: `security-review`, `devops-rollout-plan`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
314
|
-
|
|
315
|
-
Install:
|
|
316
|
-
|
|
317
|
-
```bash
|
|
318
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill product-marketing --skill content-strategy --skill copywriting --skill social --skill analytics --skill marketing-loops --agent codex
|
|
319
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
320
|
-
npx skills@1.5.19 add vercel-labs/agent-skills@f8a72b9603728bb92a217a879b7e62e43ad76c81 --skill vercel-react-best-practices --agent codex
|
|
321
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill security-review --skill devops-rollout-plan --agent codex
|
|
322
|
-
```
|
|
323
|
-
|
|
324
|
-
Do not copy a reference company's identity, code, private data, or copyrighted content. Public companies are system references, not cloning targets. Keep described, produced, executable, used, and economically validated systems distinct. Deployment, publishing, outreach, payments, contracts, spending, data collection, and provider mutations remain separate gates.
|
|
325
|
-
|
|
326
|
-
## Kickstarter Funding
|
|
327
|
-
|
|
328
|
-
Slug: `kickstarter-funding`
|
|
329
|
-
|
|
330
|
-
Lane: `launch`
|
|
331
|
-
|
|
332
|
-
Public page: `https://possible.sh/packs/kickstarter-funding`
|
|
333
|
-
|
|
334
|
-
Use when a rough product idea or prototype needs the complete Kickstarter path: feasibility, economics, offer, rewards, story, proof film, prelaunch audience, campaign operations, and payout evidence. Use Hardware Launch for a presentation without crowdfunding mechanics.
|
|
335
|
-
|
|
336
|
-
Outputs: feasibility and fixed funding-goal model, audience/offer/rewards/risks, responsive campaign story, proof-led film, prelaunch and campaign distribution system, measurement and payout controls, approved live execution or publication-ready blocked status, verified funding report.
|
|
337
|
-
|
|
338
|
-
Workstreams:
|
|
339
|
-
|
|
340
|
-
- Product feasibility, cost, and funding model — `product-marketing`, `analytics`; owns campaign feasibility, economics, and risk evidence.
|
|
341
|
-
- Audience, promise, rewards, and offer — `product-marketing`, `copywriting`; owns the offer, rewards, and claims register.
|
|
342
|
-
- Kickstarter story and campaign page — `frontend-design`, `copywriting`; owns the responsive local proof page and story.
|
|
343
|
-
- Proof-led campaign film — `remotion-best-practices`; owns rendered media and its report.
|
|
344
|
-
- Prelaunch audience and distribution — `content-strategy`, `social`, `copywriting`; owns audience research, calendar, and review-required drafts.
|
|
345
|
-
- Campaign decisions and payout evidence — `analytics`, `marketing-loops`, `webapp-testing`; owns measurement, operations, fixtures, and reports.
|
|
346
|
-
- Fresh review — `product-marketing`, `analytics`, `webapp-testing`; verifies economics, claims, media, local campaign behavior, and money evidence.
|
|
347
|
-
|
|
348
|
-
Sources:
|
|
349
|
-
|
|
350
|
-
- `coreyhaines31/marketingskills`: `product-marketing`, `content-strategy`, `copywriting`, `social`, `analytics`, `marketing-loops`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
351
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
352
|
-
- `remotion-dev/skills`: `remotion-best-practices`; reviewed `ab22f5fa89962ec943eaa18797cbf38c9d727743`.
|
|
353
|
-
|
|
354
|
-
Install:
|
|
355
|
-
|
|
356
|
-
```bash
|
|
357
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill product-marketing --skill content-strategy --skill copywriting --skill social --skill analytics --skill marketing-loops --agent codex
|
|
358
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
359
|
-
npx skills@1.5.19 add remotion-dev/skills@ab22f5fa89962ec943eaa18797cbf38c9d727743 --skill remotion-best-practices --agent codex
|
|
360
|
-
```
|
|
361
|
-
|
|
362
|
-
Never imply funding, demand, manufacturing feasibility, delivery, or payout. A local page must not impersonate Kickstarter or accept payment. Publishing, outreach, posting, email, advertising, account changes, and live campaign actions require separate approval. Count money only after privacy-safe evidence proves the platform payout was deposited.
|
|
363
|
-
|
|
364
|
-
## Kickstarter Fulfillment
|
|
365
|
-
|
|
366
|
-
Slug: `kickstarter-fulfillment`
|
|
367
|
-
|
|
368
|
-
Lane: `operate`
|
|
369
|
-
|
|
370
|
-
Public page: `https://possible.sh/packs/kickstarter-fulfillment`
|
|
371
|
-
|
|
372
|
-
Use after a real Kickstarter campaign reaches its funding goal and needs a durable production-to-shipment operation. This Outcome Pack manages obligations, suppliers, quality, privacy-safe orders, logistics, exceptions, communications, milestones, and a recurring control loop until 95% shipped or an honest blocked outcome.
|
|
373
|
-
|
|
374
|
-
Outputs: campaign-obligation baseline, production and quality system, privacy-safe order ledger, inventory/logistics/exception system, review-required backer communications, first control-loop report, scheduling-ready task, shipment milestone ledger, independent fulfillment report.
|
|
375
|
-
|
|
376
|
-
Workstreams:
|
|
377
|
-
|
|
378
|
-
- Production readiness and quality — `impediment-prioritization`, `incident-postmortem`; owns production, quality, and supplier evidence.
|
|
379
|
-
- Backer obligations and order ledger — `analytics`, `security-review`; owns privacy-safe backer, order, and data-boundary state.
|
|
380
|
-
- Inventory, freight, carrier, and shipment — `analytics`, `impediment-prioritization`; owns inventory, logistics, and exceptions.
|
|
381
|
-
- Backer communications — `product-marketing`, `copywriting`; owns evidence-grounded update and support drafts.
|
|
382
|
-
- Fulfillment control tower — `analytics`, `marketing-loops`, `incident-postmortem`; owns control state, dated completion reports, and scheduling handoff.
|
|
383
|
-
- Fresh review — `analytics`, `security-review`, `incident-postmortem`; verifies the frozen denominator, evidence milestones, privacy, exceptions, and exact shipment clocks.
|
|
384
|
-
|
|
385
|
-
Sources:
|
|
386
|
-
|
|
387
|
-
- `coreyhaines31/marketingskills`: `product-marketing`, `copywriting`, `analytics`, `marketing-loops`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
388
|
-
- `github/awesome-copilot`: `impediment-prioritization`, `security-review`, `incident-postmortem`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
389
|
-
|
|
390
|
-
Install:
|
|
391
|
-
|
|
392
|
-
```bash
|
|
393
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill product-marketing --skill copywriting --skill analytics --skill marketing-loops --agent codex
|
|
394
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill impediment-prioritization --skill security-review --skill incident-postmortem --agent codex
|
|
395
|
-
```
|
|
396
|
-
|
|
397
|
-
Run the first control cycle manually before offering a schedule. Scheduled cycles may inspect authorized privacy-safe evidence and prepare local state or drafts only. Purchasing, supplier contact, contracts, manufacturing orders, address exports, carrier bookings, labels, refunds, campaign changes, and backer messages remain separate explicit gates. Award 95% shipped only from privacy-safe campaign and carrier or fulfillment evidence against a frozen denominator; delivery is a separate claim.
|
|
398
|
-
|
|
399
|
-
## Robot Prototype
|
|
400
|
-
|
|
401
|
-
Slug: `robot-prototype`
|
|
402
|
-
|
|
403
|
-
Lane: `create`
|
|
404
|
-
|
|
405
|
-
Public page: `https://possible.sh/packs/robot-prototype`
|
|
406
|
-
|
|
407
|
-
Use when a robot hand, gripper, arm, mobile robot, quadruped, or full robot needs one coherent digital prototype across mechanics, kinematics, planning semantics, controls, and simulation.
|
|
408
|
-
|
|
409
|
-
Outputs: robot architecture and safety contract, parametric STEP assembly and component ledger, validated robot-description and planning-semantics package, MuJoCo model and task scene, bounded controller and ROS 2 interface baseline, deterministic tests and inspectable rollout, completion report and sim-to-real gap report.
|
|
410
|
-
|
|
411
|
-
Workstreams:
|
|
412
|
-
|
|
413
|
-
- Robot architecture and safety contract — `robotics-design-patterns`, `robotics-software-principles`; owns `robot/architecture/` and `robot/interfaces/`.
|
|
414
|
-
- Mechanical system and component model — `cad`, `step-parts`; owns `robot/mechanical/` and `robot/bom/`.
|
|
415
|
-
- Robot description and planning semantics — `urdf`, `srdf`, `cad-viewer`; owns `robot/description/` and `robot/planning/`.
|
|
416
|
-
- MuJoCo simulation and control baseline — `mujoco-robotics`, `ros2-development`; owns `robot/simulation/`, `robot/control/`, and `robot/tests/`.
|
|
417
|
-
- Fresh review — `robotics-testing`, `cad-viewer`; verifies the integrated digital prototype and reports remaining sim-to-real gaps.
|
|
418
|
-
|
|
419
|
-
Sources:
|
|
420
|
-
|
|
421
|
-
- `fraylabs/possible`: `mujoco-robotics`; reviewed `9adb697c211d2cebc07164554d7a9f859e7f763d`.
|
|
422
|
-
- `earthtojake/text-to-cad`: `cad`, `step-parts`, `urdf`, `srdf`, `cad-viewer`; reviewed `fdbb4b4fb62d95ae298cfe9a46fdc7092bdaf423`.
|
|
423
|
-
- `arpitg1304/robotics-agent-skills`: `robotics-design-patterns`, `robotics-software-principles`, `ros2-development`, `robotics-testing`; reviewed `54f7b578f3dc269d29c0beb623b3f2611fd3a430`.
|
|
424
|
-
|
|
425
|
-
Install:
|
|
426
|
-
|
|
427
|
-
```bash
|
|
428
|
-
npx skills@1.5.19 add fraylabs/possible@9adb697c211d2cebc07164554d7a9f859e7f763d --skill mujoco-robotics --agent codex
|
|
429
|
-
npx skills@1.5.19 add earthtojake/text-to-cad@fdbb4b4fb62d95ae298cfe9a46fdc7092bdaf423 --skill cad --skill step-parts --skill urdf --skill srdf --skill cad-viewer --agent codex
|
|
430
|
-
npx skills@1.5.19 add arpitg1304/robotics-agent-skills@54f7b578f3dc269d29c0beb623b3f2611fd3a430 --skill robotics-design-patterns --skill robotics-software-principles --skill ros2-development --skill robotics-testing --agent codex
|
|
431
|
-
```
|
|
432
|
-
|
|
433
|
-
Simulation is not physical validation. Do not connect to hardware, disable safety limits, purchase parts, fabricate components, or claim fabrication readiness, functional safety, payload, precision, stability, durability, or real-world task success without separate approval and direct evidence.
|
|
434
|
-
|
|
435
|
-
## Web Presentation
|
|
436
|
-
|
|
437
|
-
Slug: `web-presentation`
|
|
438
|
-
|
|
439
|
-
Lane: `create`
|
|
440
|
-
|
|
441
|
-
Public page: `https://possible.sh/packs/web-presentation`
|
|
442
|
-
|
|
443
|
-
Use when a pitch, talk, lesson, demo, or internal presentation should be an editable browser experience rather than a PowerPoint file, and the story, evidence, visual direction, motion, presenter experience, export, and review must work together.
|
|
444
|
-
|
|
445
|
-
Outputs: narrative, audience, timing, and evidence map; selected visual direction and asset ledger; editable coded browser presentation; keyboard, touch, fullscreen, progress, and presenter-note controls; responsive and reduced-motion behavior; PDF export and contact sheet; approved shareable deployment or deployment no-go completion report; evidence and completion report.
|
|
446
|
-
|
|
447
|
-
Workstreams:
|
|
448
|
-
|
|
449
|
-
- Narrative and evidence map — `copywriting`; owns `presentation/story/` and `presentation/evidence/`.
|
|
450
|
-
- Visual direction and illustration system — `frontend-slides`, `impeccable`; owns `presentation/direction/` and `presentation/assets/`.
|
|
451
|
-
- Coded presentation and presenter experience — `frontend-slides`, `impeccable`; owns `presentation/index.html`, `presentation/notes/`, and `presentation/export/`.
|
|
452
|
-
- Fresh review — `webapp-testing`, `impeccable`; verifies claims, every rendered slide, interaction paths, accessibility, timing, exports, provenance, and public/private boundaries.
|
|
453
|
-
|
|
454
|
-
Sources:
|
|
455
|
-
|
|
456
|
-
- `coreyhaines31/marketingskills`: `copywriting`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
457
|
-
- `zarazhangrui/frontend-slides`: `frontend-slides`; reviewed `9906a34d640d2111f724544cbc50f7f130569ae1`.
|
|
458
|
-
- `pbakaus/impeccable`: `impeccable`; reviewed `4d849eb75f216109ea7053ed21530a11fafcc786`.
|
|
459
|
-
- `anthropics/skills`: `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
460
|
-
- Optional OpenAI plugin: `@sites` with `$sites-building` and `$sites-hosting`, reviewed as a separate capability and not installed by the Skills CLI.
|
|
461
|
-
|
|
462
|
-
Install:
|
|
463
|
-
|
|
464
|
-
```bash
|
|
465
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill copywriting --agent codex
|
|
466
|
-
npx skills@1.5.19 add zarazhangrui/frontend-slides@9906a34d640d2111f724544cbc50f7f130569ae1 --skill frontend-slides --agent codex
|
|
467
|
-
npx skills@1.5.19 add pbakaus/impeccable@4d849eb75f216109ea7053ed21530a11fafcc786 --skill impeccable --agent codex
|
|
468
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill webapp-testing --agent codex
|
|
469
|
-
```
|
|
470
|
-
|
|
471
|
-
Do not invent evidence, metrics, testimonials, users, product capabilities, citations, or competitive claims. Generated imagery is illustrative, not factual proof. Do not copy protected deck or brand expression, publish private notes, install project hooks, deploy, upload, or share without the required inspection and separate approval.
|
|
472
|
-
|
|
473
|
-
## Developer Project Launch
|
|
474
|
-
|
|
475
|
-
Slug: `developer-project-launch`
|
|
476
|
-
|
|
477
|
-
Lane: `launch`
|
|
478
|
-
|
|
479
|
-
Status: `experimental` — available to test; promote only after a preserved end-to-end run and independent verification.
|
|
480
|
-
|
|
481
|
-
Public page: `https://possible.sh/packs/developer-project-launch`
|
|
482
|
-
|
|
483
|
-
Use when a working CLI, library, API, application, agent tool, or developer platform needs one coherent public explanation across its positioning, website, demonstration, README, examples, installation path, and proof.
|
|
484
|
-
|
|
485
|
-
Outputs: developer audience, pain, positioning, and claims register; distinctive responsive project launch site; evidence-backed demonstration; verified five-minute quickstart; installation path and runnable example; approved deployment or deployment no-go report; independent verification; machine-readable launch receipt.
|
|
486
|
-
|
|
487
|
-
Workstreams:
|
|
488
|
-
|
|
489
|
-
- Product truth and positioning — `copywriting`; owns `launch/positioning/` and `launch/claims/`.
|
|
490
|
-
- Developer adoption path — `create-readme`, `documentation-writer`; owns `launch/docs/`, `launch/examples/`, and the clean-room quickstart report.
|
|
491
|
-
- Launch site and project demonstration — `frontend-design`, `impeccable`, `vercel-react-best-practices`; owns `launch/site/`, `launch/demo/`, and `launch/assets/`.
|
|
492
|
-
- Fresh review — `webapp-testing`, `web-design-guidelines`, `impeccable`; verifies the integrated launch without owning implementation files.
|
|
493
|
-
|
|
494
|
-
Sources:
|
|
495
|
-
|
|
496
|
-
- `coreyhaines31/marketingskills`: `copywriting`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
497
|
-
- `anthropics/skills`: `frontend-design`, `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
498
|
-
- `pbakaus/impeccable`: `impeccable`; reviewed `4d849eb75f216109ea7053ed21530a11fafcc786`.
|
|
499
|
-
- `vercel-labs/agent-skills`: `vercel-react-best-practices`, `web-design-guidelines`, `deploy-to-vercel`; reviewed `f8a72b9603728bb92a217a879b7e62e43ad76c81`.
|
|
500
|
-
- `github/awesome-copilot`: `create-readme`, `documentation-writer`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
501
|
-
- Optional OpenAI plugin: `@sites` with `$sites-building` and `$sites-hosting`, reviewed separately and not installed by the Skills CLI.
|
|
502
|
-
|
|
503
|
-
Install:
|
|
504
|
-
|
|
505
|
-
```bash
|
|
506
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill copywriting --agent codex
|
|
507
|
-
npx skills@1.5.19 add anthropics/skills@fa0fa64bdc967915dc8399e803be67759e1e62b8 --skill frontend-design --skill webapp-testing --agent codex
|
|
508
|
-
npx skills@1.5.19 add pbakaus/impeccable@4d849eb75f216109ea7053ed21530a11fafcc786 --skill impeccable --agent codex
|
|
509
|
-
npx skills@1.5.19 add vercel-labs/agent-skills@f8a72b9603728bb92a217a879b7e62e43ad76c81 --skill vercel-react-best-practices --skill web-design-guidelines --skill deploy-to-vercel --agent codex
|
|
510
|
-
npx skills@1.5.19 add github/awesome-copilot@26fe2d126bf79aafb38f43344d450b69632200f8 --skill create-readme --skill documentation-writer --agent codex
|
|
511
|
-
```
|
|
512
|
-
|
|
513
|
-
The underlying product must already work. Never invent adoption, benchmarks, compatibility, performance, security, or capabilities. Deployment, publishing, pushing, tagging, release creation, DNS, analytics, data collection, and provider mutations require separate explicit approval. A local site is prepared, not launched. `launch/launch-receipt.json` may use verified only with approval evidence, public URLs, immutable identifiers, a passing clean-room quickstart, fresh public checks, and rollback evidence.
|
|
514
|
-
|
|
515
|
-
## Software Opportunity Discovery
|
|
516
|
-
|
|
517
|
-
Slug: `software-opportunity-discovery`
|
|
518
|
-
|
|
519
|
-
Lane: `create`
|
|
520
|
-
|
|
521
|
-
Status: `experimental` — available to test; promote only after a preserved end-to-end run and independent verification.
|
|
522
|
-
|
|
523
|
-
Public page: `https://possible.sh/packs/software-opportunity-discovery`
|
|
524
|
-
|
|
525
|
-
Use when a developer wants to build software but does not yet know which problem or audience is worth pursuing, or when several ideas need an evidence-backed decision rather than another generic brainstorm.
|
|
526
|
-
|
|
527
|
-
Outputs: developer constraints and advantages; dated source ledger and problem-evidence map; alternatives and underserved-gap landscape; three to five traceable opportunities; comparable scorecard; one recommendation with rejected alternatives; smallest falsifiable validation experiment; pursue, investigate, or no-go receipt; independent review.
|
|
528
|
-
|
|
529
|
-
Workstreams:
|
|
530
|
-
|
|
531
|
-
- Builder constraints and unfair advantages — `product-marketing`; owns `opportunity/operator/`.
|
|
532
|
-
- Customer problems and demand signals — `customer-research`; owns `opportunity/research/`.
|
|
533
|
-
- Alternatives and underserved gaps — `competitor-profiling`; owns `opportunity/landscape/`.
|
|
534
|
-
- Lead integration and fresh review — `product-marketing`, `analytics`, then fresh `customer-research` and `analytics`; produces the candidate scorecard, recommendation, validation plan, decision receipt, and independent audit in `outcome-room/`.
|
|
535
|
-
|
|
536
|
-
Sources:
|
|
537
|
-
|
|
538
|
-
- `coreyhaines31/marketingskills`: `customer-research`, `competitor-profiling`, `product-marketing`, `analytics`; reviewed `67264763cb107d61749f418d081c56e5bcbc0209`.
|
|
539
|
-
|
|
540
|
-
Install:
|
|
541
|
-
|
|
542
|
-
```bash
|
|
543
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills@67264763cb107d61749f418d081c56e5bcbc0209 --skill customer-research --skill competitor-profiling --skill product-marketing --skill analytics --agent codex
|
|
544
|
-
```
|
|
545
|
-
|
|
546
|
-
Never invent customer quotes, demand, market size, willingness to pay, pricing, competitors, users, revenue, funding, growth, or product-market fit. Preserve source dates and bias, and leave weak evidence at low confidence. Research uses only authorized artifacts and accessible public sources. Contacting people, publishing surveys, purchasing data, creating accounts, spending, and other external actions require separate explicit approval. A no-go is a valid result; a proposed experiment is not proof that the opportunity is validated.
|
|
547
|
-
|
|
548
|
-
## Selection rule
|
|
549
|
-
|
|
550
|
-
Recommend the Outcome Pack whose finished outputs most closely match the user's desired end state:
|
|
551
|
-
|
|
552
|
-
- Web-app idea or rough repository plus its first complete locally verified user flow → Working Web App.
|
|
553
|
-
- Browser-game idea plus one polished playable build → Playable Web Game.
|
|
554
|
-
- Physical product plus launch presentation → Hardware Launch.
|
|
555
|
-
- Software product plus release and launch presentation → Software Launch.
|
|
556
|
-
- Existing repository plus trustworthy public release materials → Open-Source Release.
|
|
557
|
-
- Existing tested web app plus a reversible approved production deployment and smoke report → Production Web Release.
|
|
558
|
-
- Live web app plus a repeatable reliability, issue-triage, maintenance, incident-response, and safe-change cadence → Web App Operations.
|
|
559
|
-
- Existing product or offer plus a repeatable positioning, campaign-planning, draft-production, measurement, and review cadence → Marketing Operations.
|
|
560
|
-
- Rough ambition for an Atlassian-scale or billion-dollar SaaS company plus the complete product, growth, revenue, trust, and operating system → Billion-Dollar SaaS.
|
|
561
|
-
- Rough product idea plus feasibility, offer, campaign assets, audience system, and a real Kickstarter funding path → Kickstarter Funding.
|
|
562
|
-
- Funded Kickstarter campaign plus production, backer, logistics, communication, and 95%-shipped operations → Kickstarter Fulfillment.
|
|
563
|
-
- Robot hand, gripper, arm, mobile robot, quadruped, or full robot plus coherent CAD, description, controls, and simulation evidence → Robot Prototype.
|
|
564
|
-
- Pitch, talk, lesson, demo, or internal presentation plus a coded browser deck, presenter experience, export, and evidence review → Web Presentation.
|
|
565
|
-
- Working developer tool, library, CLI, API, agent project, or platform plus positioning, a distinctive site, honest demonstration, verified quickstart, and adoption path → Developer Project Launch.
|
|
566
|
-
- Vague desire to build software plus customer-problem evidence, alternative research, ranked opportunities, and one falsifiable next bet → Software Opportunity Discovery.
|
|
567
|
-
|
|
568
|
-
Use Software Opportunity Discovery before Working Web App when the problem and audience are still undecided; use Working Web App once one product direction has been chosen. Use Developer Project Launch when a working developer project needs comprehension, presentation, proof, and a verified adoption path. Use Software Launch for a broader product release candidate, launch story, and film. Use Web Presentation when the primary deliverable is a slide-based browser presentation; a conventional landing page belongs elsewhere. Use Billion-Dollar SaaS when the user explicitly wants the broader company operating system and accepts that operational coverage cannot guarantee economic success. Use Kickstarter Funding when crowdfunding mechanics and payout are part of the outcome; use Kickstarter Fulfillment only after the campaign is funded. Use Robot Prototype for a simulation-backed digital prototype, not a fabrication-ready machine or hardware commissioning. Use Production Web Release when a tested candidate exists and the missing outcome is a gated production promotion with rollback and smoke evidence. Use Web App Operations only after the app is live and the desired outcome is an ongoing reliability and maintenance rhythm. Use Marketing Operations when the product or offer exists and the missing outcome is a recurring marketing system. Repository-only licensing, packaging, CI, versioning, and release engineering belong to Open-Source Release; one isolated bug, incident, or marketing asset with no requested recurring workflow is focused work, not an Outcome Pack run.
|
|
569
|
-
|
|
570
|
-
If none fits, say so. Do not force an Outcome Pack or invent a new one during intake.
|