@fraylabs/possible 0.1.2 → 0.1.3
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: possible
|
|
3
|
-
description: Turn an unclear ambition into a concrete, verified outcome through a short guided conversation, then assemble and run the right reviewed Codex skills after confirmation. Use when the user invokes $possible, asks what they should build or
|
|
3
|
+
description: Turn an unclear ambition into a concrete, verified outcome through a short guided conversation, then assemble and run the right reviewed Codex skills after confirmation. Use when the user invokes $possible, asks what they should build, ship, or operate, wants help defining an outcome before implementation, or wants a Hardware Launch, Software Launch, Open-Source Release, Playable Web Game, or Web App Operations outcome coordinated end to end.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Possible
|
|
@@ -91,6 +91,8 @@ When invoked as `$possible resume`, look for `.possible/outcome-brief.md`, `.pos
|
|
|
91
91
|
- If the brief exists but the pack or lock does not, return to recommendation or installation without repeating answered questions.
|
|
92
92
|
- If no Possible state exists, begin with the intake question.
|
|
93
93
|
|
|
94
|
+
For a completed Operate pack, `$possible resume` reads the prior dated receipt, carries unresolved work forward, and runs the next requested cycle. Do not repeat intake or reset the operating history. An Operate pack is not complete when it merely writes a workflow: it must execute the first dated cycle.
|
|
95
|
+
|
|
94
96
|
## Boundaries
|
|
95
97
|
|
|
96
98
|
- Pack confirmation authorizes only the disclosed repo-local skill installation and local artifact work.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Use this bundled snapshot when the Possible MCP tools are unavailable. Link the recommended pack's public page during the recommendation; disclose its relevant source list and reviewed revisions before installing it.
|
|
4
4
|
|
|
5
|
-
Lanes 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 lane; select across the complete catalog from the desired finished outputs.
|
|
5
|
+
Lanes 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 lane; select across the complete catalog from the desired finished outputs.
|
|
6
6
|
|
|
7
7
|
## Hardware Launch
|
|
8
8
|
|
|
@@ -143,6 +143,39 @@ npx skills@1.5.19 add anthropics/skills --skill frontend-design --skill webapp-t
|
|
|
143
143
|
|
|
144
144
|
Never imply player demand, accessibility, compatibility, performance, or production readiness beyond direct evidence. Deployment, publishing, analytics, paid assets, and external distribution remain separate gates.
|
|
145
145
|
|
|
146
|
+
## Web App Operations
|
|
147
|
+
|
|
148
|
+
Slug: `web-app-operations`
|
|
149
|
+
|
|
150
|
+
Lane: `operate`
|
|
151
|
+
|
|
152
|
+
Public page: `https://possible.sh/packs/web-app-operations`
|
|
153
|
+
|
|
154
|
+
Use for an existing live web app that needs a repeatable operating loop for detecting problems, triaging work, maintaining dependencies, and recovering safely.
|
|
155
|
+
|
|
156
|
+
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 operations receipt.
|
|
157
|
+
|
|
158
|
+
Workstreams:
|
|
159
|
+
|
|
160
|
+
- Reliability loop — `webapp-testing`; owns `operations/checks/`, `operations/receipts/`, and the repository-native operations command.
|
|
161
|
+
- Triage and maintenance — `impediment-prioritization`, `dependabot`, `security-review`; owns the operations queue, maintenance/security evidence, and Dependabot configuration.
|
|
162
|
+
- Safe change and incident response — `devops-rollout-plan`, `incident-postmortem`; owns change, incident, rollback, and postmortem surfaces.
|
|
163
|
+
- Fresh review — `webapp-testing`, `security-review`; verifies the integrated operating loop after its first cycle.
|
|
164
|
+
|
|
165
|
+
Sources:
|
|
166
|
+
|
|
167
|
+
- `anthropics/skills`: `webapp-testing`; reviewed `fa0fa64bdc967915dc8399e803be67759e1e62b8`.
|
|
168
|
+
- `github/awesome-copilot`: `impediment-prioritization`, `dependabot`, `security-review`, `devops-rollout-plan`, `incident-postmortem`; reviewed `26fe2d126bf79aafb38f43344d450b69632200f8`.
|
|
169
|
+
|
|
170
|
+
Install:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
npx skills@1.5.19 add anthropics/skills --skill webapp-testing --agent codex
|
|
174
|
+
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
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
Establish the durable workflow and execute its first dated cycle. One health snapshot never proves uptime. Preserve empty queues, skipped checks, unavailable signals, unresolved work, and unproven claims honestly. Production changes, issue-tracker writes, monitoring changes, deploys, rollbacks, paging, status communication, and customer-data access remain separate gates.
|
|
178
|
+
|
|
146
179
|
## Selection rule
|
|
147
180
|
|
|
148
181
|
Recommend the pack whose finished outputs most closely match the user's desired end state:
|
|
@@ -151,5 +184,8 @@ Recommend the pack whose finished outputs most closely match the user's desired
|
|
|
151
184
|
- Software product plus release and launch presentation → Software Launch.
|
|
152
185
|
- Existing repository plus trustworthy public release materials → Open-Source Release.
|
|
153
186
|
- Browser-game idea plus one polished playable build → Playable Web Game.
|
|
187
|
+
- Live web app plus a repeatable reliability, issue-triage, maintenance, incident-response, and safe-change cadence → Web App Operations.
|
|
188
|
+
|
|
189
|
+
Use Web App Operations only when the app already exists and the desired outcome is an ongoing rhythm. An initial build or public launch belongs to Software Launch; a distributable repository release belongs to Open-Source Release; one isolated bug or incident with no requested recurring workflow is focused work, not a pack.
|
|
154
190
|
|
|
155
191
|
If none fits, say so. Do not force a pack or invent a new one during intake.
|