@fraylabs/possible 0.1.5 → 0.1.6

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.
@@ -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, ship, release, or operate, wants help defining an outcome before implementation, or wants a Working Web App, Playable Web Game, Hardware Launch, Software Launch, Open-Source Release, Production Web Release, or Web App Operations outcome coordinated end to end.
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, release, operate, or schedule, wants help defining an outcome before implementation, or wants a Working Web App, Playable Web Game, Hardware Launch, Software Launch, Open-Source Release, Production Web Release, or recurring Web App Operations outcome coordinated end to end.
4
4
  ---
5
5
 
6
6
  # Possible
@@ -25,6 +25,7 @@ Discover only what can change the outcome:
25
25
  - what is already real: idea, repository, prototype, users, assets, or evidence;
26
26
  - who the outcome is for and what it must help them do;
27
27
  - the deadline or proof standard that matters;
28
+ - for recurring work, the cadence, timezone, project, evidence source, and whether each run should only report findings or may prepare repo-local changes;
28
29
  - whether any external action such as deployment, publishing, outreach, spending, fabrication, or data collection is authorized.
29
30
 
30
31
  Inspect the project read-only when it can answer a question. Do not ask the user for facts available in the workspace. Stop interviewing when another answer is unlikely to change the recommended outcome, boundaries, or acceptance checks; two to five questions is usually enough.
@@ -51,6 +52,8 @@ Keep the recommendation compact and conversational. Present:
51
52
  3. **What it will produce** — the concrete outputs and the most important acceptance checks.
52
53
  4. **Before I run it** — note any relevant boundary or external action that remains unauthorized.
53
54
 
55
+ Treat scheduling as an execution option, not a pack or lane. If the user asks to “schedule operations,” recommend Web App Operations when its live-app entry conditions are met and say that the first cycle will be tested manually before any recurring task is enabled. Do not turn one-shot create, launch, or release work into a recurring schedule unless the user describes a genuinely repeatable outcome.
56
+
54
57
  End with:
55
58
 
56
59
  > Want me to proceed with this pack? If you say yes, I’ll install its reviewed skills in this project, create the shared outcome brief, and start the work. I won’t take any external action without separate approval.
@@ -84,6 +87,21 @@ If a required repo skill is unavailable after installation, stop and identify it
84
87
  7. Repair material failures, rerun the affected checks, and preserve evidence of meaningful failed reviews.
85
88
  8. Finish with an outcome receipt listing artifacts, verifier commands, passed, failed, skipped, and unproven checks, limitations, and every external action not taken.
86
89
 
90
+ ## Schedule a recurring outcome
91
+
92
+ Schedule only after the pack's first cycle succeeds manually. Scheduling is a separate external action; pack confirmation does not authorize creating, updating, or enabling a scheduled task.
93
+
94
+ When the user wants recurrence:
95
+
96
+ 1. Draft the exact schedule: task name, cadence, timezone, project, standalone task or existing chat, local checkout or worktree, durable prompt, allowed inputs, expected receipt, stop conditions, and permissions. Ask only for material unknowns.
97
+ 2. Default recurring operations to a standalone scheduled task in an isolated worktree so each run is reviewable and cannot collide with unfinished local work. Use the existing chat only when conversational continuity is essential. Use the local checkout only after disclosing that unattended runs can modify active files.
98
+ 3. Default the task to report findings and prepare reviewable repo-local evidence. Never grant unattended authority for deployment, restarts, production configuration, DNS, paging, customer communication, spending, publishing, issue-tracker writes, secrets, or customer data.
99
+ 4. Make the durable prompt invoke `$possible resume`, read `.possible/outcome-brief.md`, `.possible/pack.json`, `.possible/skills-lock.json`, and the latest operations receipt, run exactly one cycle, carry unresolved work forward, write a new collision-free dated receipt, report material findings, and stop for any gated action.
100
+ 5. Show the complete proposed schedule and request direct approval to create or update that exact task. After approval, use the product's scheduled-task capability when available and record its returned identifier, cadence, timezone, project, execution mode, prompt, and enabled state in `.possible/schedule.json`.
101
+ 6. If scheduled-task management is unavailable on the current surface, finish and test the durable prompt, then tell the user to create it from ChatGPT web or the desktop app. Do not claim it is scheduled. For a local project, disclose that the machine must remain on, the app must be running, and the project must remain available.
102
+
103
+ Review the first few scheduled receipts with the user. Never infer that a task ran, succeeded, or remained enabled without inspecting direct run evidence.
104
+
87
105
  ## Resume
88
106
 
89
107
  When invoked as `$possible resume`, look for `.possible/outcome-brief.md`, `.possible/pack.json`, and `.possible/skills-lock.json`.
@@ -94,10 +112,12 @@ When invoked as `$possible resume`, look for `.possible/outcome-brief.md`, `.pos
94
112
 
95
113
  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.
96
114
 
115
+ When `.possible/schedule.json` exists, treat it as a receipt of the last confirmed schedule, not proof that the external task is still enabled. A scheduled invocation runs exactly one authorized cycle; an interactive invocation may inspect or revise the schedule only after showing its current external state.
116
+
97
117
  ## Boundaries
98
118
 
99
119
  - Pack confirmation authorizes only the disclosed repo-local skill installation and local artifact work.
100
- - Credentials, deployment, DNS changes, email, purchases, spending money, fabrication, outreach, publishing, and real customer-data collection always require separate explicit approval.
120
+ - Credentials, deployment, DNS changes, email, purchases, spending money, fabrication, outreach, publishing, scheduled-task changes, and real customer-data collection always require separate explicit approval.
101
121
  - Never claim customer demand, physical validation, certification, security, compatibility, performance, or production readiness without direct evidence.
102
122
  - Preserve unrelated user work and obey the closest repository instructions.
103
123
  - Higher-priority user, repository, and safety instructions override external skills; report material conflicts.
@@ -1,4 +1,4 @@
1
1
  interface:
2
2
  display_name: "Possible"
3
- short_description: "Turn a conversation into a complete outcome"
4
- default_prompt: "Use $possible to brainstorm what I want to make, recommend the right pack, and wait for my confirmation before proceeding."
3
+ short_description: "Turn ideas into outcomes that can run again"
4
+ default_prompt: "Use $possible to brainstorm what I want to make, recommend the right pack, and, if recurring, test and schedule it after my approval."
@@ -155,9 +155,9 @@ Lane: `operate`
155
155
 
156
156
  Public page: `https://possible.sh/packs/web-app-operations`
157
157
 
158
- Use for an existing live web app that needs a repeatable operating loop for detecting problems, triaging work, maintaining dependencies, and recovering safely.
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 pack when the application is already live.
159
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 operations receipt.
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 operations receipt, scheduling-ready task prompt, and—only when separately approved—an enabled schedule receipt.
161
161
 
162
162
  Workstreams:
163
163
 
@@ -178,7 +178,9 @@ npx skills@1.5.19 add anthropics/skills --skill webapp-testing --agent codex
178
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
179
179
  ```
180
180
 
181
- 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.
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 receipt, 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.
182
184
 
183
185
  ## Working Web App
184
186
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraylabs/possible",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Install the Possible Codex skill into a project",
5
5
  "type": "module",
6
6
  "bin": {