@fraylabs/possible 0.1.9 → 0.1.10
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/LICENSE +21 -0
- package/assets/possible/SKILL.md +1 -1
- package/assets/possible/references/packs.md +109 -32
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Fray Labs
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/assets/possible/SKILL.md
CHANGED
|
@@ -48,7 +48,7 @@ Catalog categories are browsing metadata, not intake choices. Do not ask the use
|
|
|
48
48
|
Keep the recommendation compact and conversational. Present:
|
|
49
49
|
|
|
50
50
|
1. **What I think you want to make** — a brief outcome statement and any material assumption.
|
|
51
|
-
2. **Recommended Outcome Pack** — link its
|
|
51
|
+
2. **Recommended Outcome Pack** — use the public page listed in the bundled reference. If a pack has no published page, link its source specification instead and identify it as experimental. Explain in one or two sentences why it fits.
|
|
52
52
|
3. **What it will produce** — the concrete outputs and the most important acceptance checks.
|
|
53
53
|
4. **Before I run it** — note any relevant boundary or external action that remains unauthorized.
|
|
54
54
|
|
|
@@ -35,10 +35,10 @@ Sources:
|
|
|
35
35
|
Install:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-testing --agent codex
|
|
39
|
-
npx skills@1.5.19 add vercel-labs/agent-skills --skill vercel-react-best-practices --agent codex
|
|
40
|
-
npx skills@1.5.19 add remotion-dev/skills --skill remotion-best-practices --agent codex
|
|
41
|
-
npx skills@1.5.19 add earthtojake/text-to-cad --skill cad --agent codex
|
|
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
42
|
```
|
|
43
43
|
|
|
44
44
|
Never imply manufacturing readiness, physical validation, certification, or customer demand. Deployment, fabrication, purchasing, outreach, and real waitlist collection remain separate gates.
|
|
@@ -74,9 +74,9 @@ Sources:
|
|
|
74
74
|
Install:
|
|
75
75
|
|
|
76
76
|
```bash
|
|
77
|
-
npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-testing --agent codex
|
|
78
|
-
npx skills@1.5.19 add vercel-labs/agent-skills --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 --skill remotion-best-practices --agent codex
|
|
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
80
|
```
|
|
81
81
|
|
|
82
82
|
Never imply demand, uptime, security, performance, or production readiness. Deployment, DNS, analytics, outreach, and real data collection remain separate gates.
|
|
@@ -107,7 +107,7 @@ Sources:
|
|
|
107
107
|
Install:
|
|
108
108
|
|
|
109
109
|
```bash
|
|
110
|
-
npx skills@1.5.19 add github/awesome-copilot --skill github-release --skill create-readme --skill documentation-writer --skill github-actions-hardening --skill security-review --agent codex
|
|
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
111
|
```
|
|
112
112
|
|
|
113
113
|
Never imply security, compatibility, production readiness, or release authority. Pushing, tagging, publishing packages, creating releases, and changing repository settings remain separate gates.
|
|
@@ -140,9 +140,9 @@ Sources:
|
|
|
140
140
|
Install:
|
|
141
141
|
|
|
142
142
|
```bash
|
|
143
|
-
npx skills@1.5.19 add mrgoonie/claudekit-skills --skill threejs --agent codex
|
|
144
|
-
npx skills@1.5.19 add dylantarre/animation-principles --skill game-designer --skill mobile-touch --agent codex
|
|
145
|
-
npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-testing --agent codex
|
|
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
146
|
```
|
|
147
147
|
|
|
148
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.
|
|
@@ -174,8 +174,8 @@ Sources:
|
|
|
174
174
|
Install:
|
|
175
175
|
|
|
176
176
|
```bash
|
|
177
|
-
npx skills@1.5.19 add anthropics/skills --skill webapp-testing --agent codex
|
|
178
|
-
npx skills@1.5.19 add github/awesome-copilot --skill impediment-prioritization --skill dependabot --skill security-review --skill devops-rollout-plan --skill incident-postmortem --agent codex
|
|
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
179
|
```
|
|
180
180
|
|
|
181
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.
|
|
@@ -209,8 +209,8 @@ Sources:
|
|
|
209
209
|
Install:
|
|
210
210
|
|
|
211
211
|
```bash
|
|
212
|
-
npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-testing --agent codex
|
|
213
|
-
npx skills@1.5.19 add github/awesome-copilot --skill security-review --agent codex
|
|
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
214
|
```
|
|
215
215
|
|
|
216
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.
|
|
@@ -245,9 +245,9 @@ Sources:
|
|
|
245
245
|
Install:
|
|
246
246
|
|
|
247
247
|
```bash
|
|
248
|
-
npx skills@1.5.19 add github/awesome-copilot --skill devops-rollout-plan --skill github-actions-hardening --skill security-review --agent codex
|
|
249
|
-
npx skills@1.5.19 add anthropics/skills --skill webapp-testing --agent codex
|
|
250
|
-
npx skills@1.5.19 add vercel-labs/agent-skills --skill deploy-to-vercel --agent codex
|
|
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
251
|
```
|
|
252
252
|
|
|
253
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.
|
|
@@ -316,9 +316,9 @@ Install:
|
|
|
316
316
|
|
|
317
317
|
```bash
|
|
318
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 --skill frontend-design --skill webapp-testing --agent codex
|
|
320
|
-
npx skills@1.5.19 add vercel-labs/agent-skills --skill vercel-react-best-practices --agent codex
|
|
321
|
-
npx skills@1.5.19 add github/awesome-copilot --skill security-review --skill devops-rollout-plan --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
322
|
```
|
|
323
323
|
|
|
324
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.
|
|
@@ -355,8 +355,8 @@ Install:
|
|
|
355
355
|
|
|
356
356
|
```bash
|
|
357
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 --skill frontend-design --skill webapp-testing --agent codex
|
|
359
|
-
npx skills@1.5.19 add remotion-dev/skills --skill remotion-best-practices --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
360
|
```
|
|
361
361
|
|
|
362
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.
|
|
@@ -391,7 +391,7 @@ Install:
|
|
|
391
391
|
|
|
392
392
|
```bash
|
|
393
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 --skill impediment-prioritization --skill security-review --skill incident-postmortem --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
395
|
```
|
|
396
396
|
|
|
397
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.
|
|
@@ -425,9 +425,9 @@ Sources:
|
|
|
425
425
|
Install:
|
|
426
426
|
|
|
427
427
|
```bash
|
|
428
|
-
npx skills@1.5.19 add fraylabs/possible --skill mujoco-robotics --agent codex
|
|
429
|
-
npx skills@1.5.19 add earthtojake/text-to-cad --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 --skill robotics-design-patterns --skill robotics-software-principles --skill ros2-development --skill robotics-testing --agent codex
|
|
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
431
|
```
|
|
432
432
|
|
|
433
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.
|
|
@@ -462,14 +462,89 @@ Sources:
|
|
|
462
462
|
Install:
|
|
463
463
|
|
|
464
464
|
```bash
|
|
465
|
-
npx skills@1.5.19 add coreyhaines31/marketingskills --skill copywriting --agent codex
|
|
466
|
-
npx skills@1.5.19 add zarazhangrui/frontend-slides --skill frontend-slides --agent codex
|
|
467
|
-
npx skills@1.5.19 add pbakaus/impeccable --skill impeccable --agent codex
|
|
468
|
-
npx skills@1.5.19 add anthropics/skills --skill webapp-testing --agent codex
|
|
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
469
|
```
|
|
470
470
|
|
|
471
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
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
|
+
|
|
473
548
|
## Selection rule
|
|
474
549
|
|
|
475
550
|
Recommend the Outcome Pack whose finished outputs most closely match the user's desired end state:
|
|
@@ -487,7 +562,9 @@ Recommend the Outcome Pack whose finished outputs most closely match the user's
|
|
|
487
562
|
- Funded Kickstarter campaign plus production, backer, logistics, communication, and 95%-shipped operations → Kickstarter Fulfillment.
|
|
488
563
|
- Robot hand, gripper, arm, mobile robot, quadruped, or full robot plus coherent CAD, description, controls, and simulation evidence → Robot Prototype.
|
|
489
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.
|
|
490
567
|
|
|
491
|
-
Use Working Web App when the
|
|
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.
|
|
492
569
|
|
|
493
570
|
If none fits, say so. Do not force an Outcome Pack or invent a new one during intake.
|