Conversation
Delete poteto-mode's playbooks/orchestrate.md. A standing program now routes to the Multi-phase plan playbook, and the plan names Autopilot-full or Autopilot-stack as its execution playbook. The poteto-mode skill, the README, the guide, and the multi-phase plan and autopilot-full playbooks no longer name the deleted playbook. The README and the guide now count twenty-two playbooks. The orch CLI in scripts/orch/ stays. No playbook calls it after this change. The top-level orchestrate plugin is a separate tree and does not change. Co-authored-by: lauren <poteto@users.noreply.github.com>
Remove disable-model-invocation from the unslop frontmatter. The description says the skill must always apply, but the flag limited it to an explicit /unslop call. The agent can now select unslop on its own when it writes prose. Name and description are unchanged. No other skill's flag changes. Co-authored-by: lauren <poteto@users.noreply.github.com>
Patch release for the orchestrate playbook removal and the unslop model-invocation fix from #379. Co-authored-by: lauren <poteto@users.noreply.github.com>
Collaborator
Author
|
Closing per operator — not shipping the orchestrate playbook removal. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Program-scale work had two routes in poteto-mode. Orchestrate ran a standing coordinator chat with its own store and CLI. Multi-phase plan wrote a checklist and named Autopilot-full or Autopilot-stack to run it. This PR deletes the Orchestrate playbook and keeps the second route. figure-it-out still takes any task that no bundled playbook fits.
The PR also folds in the unslop fix from #379, so both changes ship as 0.15.3. This PR supersedes #379.
Scope
pstack/skills/poteto-mode/playbooks/orchestrate.md.pstack/skills/poteto-mode/SKILL.md. Remove the Orchestrate bullet. The routing paragraph sends a standing program to Multi-phase plan, and the plan names Autopilot-full or Autopilot-stack.pstack/skills/poteto-mode/playbooks/multi-phase-plan.mdandautopilot-full.md. Remove the Orchestrate sentences. A standing program follows the autopilot rule at the end ofautopilot-stack.md.pstack/README.mdandpstack/docs/guide/02-poteto-mode.md. Remove the orchestrate row and list item. The three playbook counts change from twenty-three to twenty-two. The principle counts do not change.pstack/docs/guide/07-overnight.md. A Multi-phase plan paragraph and example replace the Orchestrate paragraph. The overnight contract does not change.pstack/skills/unslop/SKILL.md. Removedisable-model-invocation: true, from fix(pstack): allow model invocation for unslop (0.15.3) #379.pstack/.cursor-plugin/plugin.json. Version0.15.2to0.15.3.pstack/skills/poteto-mode/scripts/orch/stays, although no playbook calls it now. The top-levelorchestrate/plugin and all other plugins do not change.Blast Radius
Agents in poteto-mode lose the Orchestrate route. A standing program now stops at a written plan until the operator says go, and then an autopilot runs it. The agent can also select unslop on its own, and
/unslopworks as before.Verification
rg -n 'playbooks/orchestrate|orchestrate\.md' pstackprints nothing.rg -n -i orchestrat pstackmatches only thescripts/orch/CLI and unrelated uses of "orchestration", "orchestrates", and "orchestrator".ls pstack/skills/poteto-mode/playbooks | wc -lprints 22. The README table and theSKILL.mdplaybook list also have 22 entries each, and every link and path in them resolves to a file.rg -n -i 'twenty-(two|three) playbooks' pstackfinds three lines, and each one says twenty-two.node scripts/validate-plugins.mjsprints "All plugins validated successfully." withajvandajv-formatsinstalled as the CI workflow installs them.07-overnight.mdand02-poteto-mode.mdresolve. A grep over the added diff lines finds no long dashes, semicolons, curly quotes, or mid-sentence colons.git diff --stat main...HEADlists nine files, all underpstack/.