pstack
Lauren Tan's poteto-mode, recut for this catalog. Match the task to a playbook.
Copy the playbook steps into the todo list verbatim. Route to the other skills
as the steps fire. Name each principle that shaped a decision.
This is an execution router for the task the user selected. Invoke callable
companion engines within that scope. Pass the requested target, authorized
mutations, report-only restrictions, and host/provider limits to each delegate.
Loading a playbook never grants additional authority. Recommend an explicit-only
entry point when its separate workflow is needed.
Contract
Inputs:
- A non-trivial task: bug, feature, investigation, refactor, perf, shipping, or
a long unattended run
Outputs:
- A matched playbook, a todo list of its steps, and the playbook's named reply
- Principle citations that trace to a real choice
Creates/Modifies:
- Whatever the matched playbook authorizes
External Side Effects:
- Network, git, and GitHub writes only when the playbook's landing or review
steps require them
Confirmation Required:
- Irreversible writes: force-push to shared branches, deploys, data deletion,
customer messages
Delegates To:
how, why, architect, arena, swarm, interrogate, tdd,
figure-it-out, show-me-your-work, blast-radius, teach, recall
deslop, no-comments, technical-writing, review-dispatch, worktree,
and skill-creator when their steps are authorized
- Recommend
finishing-a-development-branch or git-cleanup for their
separate explicit workflows
Installation and Companion Resolution
This is the canonical Shipshit integration of Open Pstack and original Pstack.
Resolve companions through this distribution's active catalog. Installed resources
require neither upstream plugin. Report missing or ambiguous companions before
relying on them. Resolve resources relative to each selected installed skill.
Read provider dispatch before launching a
configured role. Read optional adapters when configuring a
harness; preserve its canonical role sheet and existing generated adapters.
The source ledger records exact upstream pins, adaptations and platform-specific
capabilities. Optional adapters remain dormant until explicitly configured.
For prose, load references/prose-slop.md from the selected deslop skill.
Start
Open a todo list whose first item is reading
references/principles.md in full. Then copy the
matched playbook's steps in verbatim, before any task-specific todos. A step
you skip stays listed with skip: <reason>.
Non-negotiables
- Nontrivial change, architecture decision, or "are we sure?" → the
how skill.
- About to ask "which approach" or "how should I" → classify first. If the
answer is a fact you could observe, sketch it via the Prototype playbook
instead of asking. Reserve the question for a genuine product or preference
call.
- Any code → name the data shape first (Model the Domain).
- Code crossing a function boundary → the
architect skill.
- Parallel fan-out →
swarm for coverage, races, and partitions. arena for
bakeoffs with a base and grafts.
- Contested design → the
interrogate skill before shipping.
- Docs, RFCs, READMEs, PR descriptions, or commit messages →
technical-writing, then the prose-slop catalog.
- Before review → name
no-comments.
- PR-status request → the Babysit playbook. Never triggered by merely opening
a PR.
- Asked to land a green stack → the Shipping playbook. Green is not safe.
- Review-bot comments → triage per
references/bugbot-triage.md.
- Long, autonomous, or multi-phase work → a decision trail via
show-me-your-work.
- Large or cross-cutting work, or work the user reviews after stepping away →
figure-it-out even when a narrower playbook fits.
Capability tiers
Orchestrators speak in tiers. The consuming repo's routing block maps tiers to
models. Never name a concrete model.
- Fast cheap tier — fan-out finders, coverage workers, mechanical edits.
- Strong instruction-following tier — specified sequences to execute to
the letter.
- Strongest judgment tier — synthesis, lead verdicts, contested design,
cross-cutting architecture.
Spawn workers on the fast cheap tier unless the step needs judgment or
letter-perfect execution. Review every delegate's diff yourself. Do not pass
through a self-report. A second opinion is the same prompt on a different
tier or family.
Give each writer its own worktree or branch. File pointers, not inlined dumps.
Autonomy
Reversible work proceeds. Pause for irreversible writes. "Don't stop" /
"going to bed" / "run until done" keeps going. No is an acceptable answer.
Decline scope that does not earn its place.
Writing the reply
Write the reply clean as you draft it.
- Short declarative sentences. One thought per sentence.
- Prefer periods over dashes and mid-sentence colons.
- Frame impact for the consumer and the maintainer before implementation
detail.
- Never fabricate a link, citation, or transcript reference.
- Apply
references/prose-slop.md from the selected deslop skill directory.
Keep a comment only for a non-obvious why the code cannot show.
Playbooks
Match the task, open the file, copy its steps.
- Investigation. Read-only how/why. playbooks/investigation.md
- Bug fix. Reproduce, root-cause, fix with runtime evidence. playbooks/bug-fix.md
- Perf issue. One measured slowness. playbooks/perf-issue.md
- Hillclimb. Sustained metric loop. playbooks/hillclimb.md
- Runtime forensics. Live-instrumentation diagnosis. playbooks/runtime-forensics.md
- Trace forensics. Captured profile diagnosis. playbooks/trace-forensics.md
- Feature. New behavior from a named data shape. playbooks/feature.md
- Refactoring. Behavior-preserving reshape. playbooks/refactoring.md
- Prototype. Throwaway sketch to decide. playbooks/prototype.md
- Visual parity. Pixel-exact match. playbooks/visual-parity.md
- Authoring a skill. playbooks/authoring-a-skill.md
- Eval. Blind candidate comparison. playbooks/eval.md
- Babysit. Drive a PR to merge-ready. playbooks/babysit.md
- Shipping. Independent verify, then land. playbooks/shipping.md
- Autonomous run. Drive to a predicate. playbooks/autonomous-run.md
- Orchestrate. Standing multi-PR program. playbooks/orchestrate.md
- Autopilot-full. Independent PRs to merged. playbooks/autopilot-full.md
- Autopilot-stack. Linear stack the operator lands. playbooks/autopilot-stack.md
- Session pickup. Resume prior work. playbooks/session-pickup.md
- Pause safely. Clean stop. playbooks/pause-safely.md
- Multi-phase plan. Checklist, no implementation. playbooks/multi-phase-plan.md
- Worktree cleanup. Safety-gated prune. playbooks/worktree-cleanup.md
- Opening a PR. End of every other playbook. playbooks/opening-a-pr.md
Automate Me procedure
Read automate-me procedure when creating or updating a personal mode from the user’s working conventions.
Apply the authorized scope and mode of this entry point to every step.
Resolve other skills through this distribution’s active catalog; resolve
resources relative to the installed skill directory.
Babysit procedure
Read babysit procedure when selecting a PR monitoring workflow; the canonical Babysit playbook owns monitoring modes.
Apply the authorized scope and mode of this entry point to every step.
Resolve other skills through this distribution’s active catalog; resolve
resources relative to the installed skill directory.
Bro procedure
Read bro procedure when the user asks to restate the previous answer more simply.
Apply the authorized scope and mode of this entry point to every step.
Resolve other skills through this distribution’s active catalog; resolve
resources relative to the installed skill directory.
Poteto Mode procedure
Read poteto-mode procedure when selecting and running an engineering playbook.
Apply the authorized scope and mode of this entry point to every step.
Resolve other skills through this distribution’s active catalog; resolve
resources relative to the installed skill directory.
1---2name: pstack3description: Playbook orchestrator for verified, unslopped engineering work. Matches a task to a named playbook, applies the principles index, and routes to how, why, architect, arena, swarm, interrogate, tdd, and related skills. Use for pstack, poteto-mode, /pstack, or requests to work in this style.4license: MIT5---6
7# pstack
8
9Lauren Tan's poteto-mode, recut for this catalog. Match the task to a playbook.
10Copy the playbook steps into the todo list verbatim. Route to the other skills
11as the steps fire. Name each principle that shaped a decision.
12
13This is an **execution router** for the task the user selected. Invoke callable
14companion engines within that scope. Pass the requested target, authorized
15mutations, report-only restrictions, and host/provider limits to each delegate.
16Loading a playbook never grants additional authority. Recommend an explicit-only
17entry point when its separate workflow is needed.
18
19## Contract
20
21Inputs:
22
23- A non-trivial task: bug, feature, investigation, refactor, perf, shipping, or
24 a long unattended run
25
26Outputs:
27
28- A matched playbook, a todo list of its steps, and the playbook's named reply
29- Principle citations that trace to a real choice
30
31Creates/Modifies:
32
33- Whatever the matched playbook authorizes
34
35External Side Effects:
36
37- Network, git, and GitHub writes only when the playbook's landing or review
38 steps require them
39
40Confirmation Required:
41
42- Irreversible writes: force-push to shared branches, deploys, data deletion,
43 customer messages
44
45Delegates To:
46
47- `how`, `why`, `architect`, `arena`, `swarm`, `interrogate`, `tdd`,
48 `figure-it-out`, `show-me-your-work`, `blast-radius`, `teach`, `recall`
49- `deslop`, `no-comments`, `technical-writing`, `review-dispatch`, `worktree`,
50 and `skill-creator` when their steps are authorized
51- Recommend `finishing-a-development-branch` or `git-cleanup` for their
52 separate explicit workflows
53
54## Installation and Companion Resolution
55
56This is the canonical Shipshit integration of Open Pstack and original Pstack.
57Resolve companions through this distribution's active catalog. Installed resources
58require neither upstream plugin. Report missing or ambiguous companions before
59relying on them. Resolve resources relative to each selected installed skill.
60
61Read [provider dispatch](references/provider-dispatch.md) before launching a
62configured role. Read [optional adapters](adapters/README.md) when configuring a
63harness; preserve its canonical role sheet and existing generated adapters.
64The source ledger records exact upstream pins, adaptations and platform-specific
65capabilities. Optional adapters remain dormant until explicitly configured.
66
67For prose, load `references/prose-slop.md` from the selected `deslop` skill.
68
69## Start
70
71Open a todo list whose first item is reading
72[references/principles.md](references/principles.md) in full. Then copy the
73matched playbook's steps in verbatim, before any task-specific todos. A step
74you skip stays listed with `skip: <reason>`.
75
76## Non-negotiables
77
78- Nontrivial change, architecture decision, or "are we sure?" → the `how` skill.
79- About to ask "which approach" or "how should I" → classify first. If the
80 answer is a fact you could observe, sketch it via the Prototype playbook
81 instead of asking. Reserve the question for a genuine product or preference
82 call.
83- Any code → name the data shape first (Model the Domain).
84- Code crossing a function boundary → the `architect` skill.
85- Parallel fan-out → `swarm` for coverage, races, and partitions. `arena` for
86 bakeoffs with a base and grafts.
87- Contested design → the `interrogate` skill before shipping.
88- Docs, RFCs, READMEs, PR descriptions, or commit messages →
89 `technical-writing`, then the prose-slop catalog.
90- Before review → name `no-comments`.
91- PR-status request → the Babysit playbook. Never triggered by merely opening
92 a PR.
93- Asked to land a green stack → the Shipping playbook. Green is not safe.
94- Review-bot comments → triage per
95 [references/bugbot-triage.md](references/bugbot-triage.md).
96- Long, autonomous, or multi-phase work → a decision trail via
97 `show-me-your-work`.
98- Large or cross-cutting work, or work the user reviews after stepping away →
99 `figure-it-out` even when a narrower playbook fits.
100
101## Capability tiers
102
103Orchestrators speak in tiers. The consuming repo's routing block maps tiers to
104models. Never name a concrete model.
105
106- **Fast cheap tier** — fan-out finders, coverage workers, mechanical edits.
107- **Strong instruction-following tier** — specified sequences to execute to
108 the letter.
109- **Strongest judgment tier** — synthesis, lead verdicts, contested design,
110 cross-cutting architecture.
111
112Spawn workers on the fast cheap tier unless the step needs judgment or
113letter-perfect execution. Review every delegate's diff yourself. Do not pass
114through a self-report. A second opinion is the same prompt on a different
115tier or family.
116
117Give each writer its own worktree or branch. File pointers, not inlined dumps.
118
119## Autonomy
120
121Reversible work proceeds. Pause for irreversible writes. "Don't stop" /
122"going to bed" / "run until done" keeps going. No is an acceptable answer.
123Decline scope that does not earn its place.
124
125## Writing the reply
126
127Write the reply clean as you draft it.
128
129- Short declarative sentences. One thought per sentence.
130- Prefer periods over dashes and mid-sentence colons.
131- Frame impact for the consumer and the maintainer before implementation
132 detail.
133- Never fabricate a link, citation, or transcript reference.
134- Apply `references/prose-slop.md` from the selected `deslop` skill directory.
135
136Keep a comment only for a non-obvious *why* the code cannot show.
137
138## Playbooks
139
140Match the task, open the file, copy its steps.
141
142- **Investigation.** Read-only how/why. [playbooks/investigation.md](playbooks/investigation.md)
143- **Bug fix.** Reproduce, root-cause, fix with runtime evidence. [playbooks/bug-fix.md](playbooks/bug-fix.md)
144- **Perf issue.** One measured slowness. [playbooks/perf-issue.md](playbooks/perf-issue.md)
145- **Hillclimb.** Sustained metric loop. [playbooks/hillclimb.md](playbooks/hillclimb.md)
146- **Runtime forensics.** Live-instrumentation diagnosis. [playbooks/runtime-forensics.md](playbooks/runtime-forensics.md)
147- **Trace forensics.** Captured profile diagnosis. [playbooks/trace-forensics.md](playbooks/trace-forensics.md)
148- **Feature.** New behavior from a named data shape. [playbooks/feature.md](playbooks/feature.md)
149- **Refactoring.** Behavior-preserving reshape. [playbooks/refactoring.md](playbooks/refactoring.md)
150- **Prototype.** Throwaway sketch to decide. [playbooks/prototype.md](playbooks/prototype.md)
151- **Visual parity.** Pixel-exact match. [playbooks/visual-parity.md](playbooks/visual-parity.md)
152- **Authoring a skill.** [playbooks/authoring-a-skill.md](playbooks/authoring-a-skill.md)
153- **Eval.** Blind candidate comparison. [playbooks/eval.md](playbooks/eval.md)
154- **Babysit.** Drive a PR to merge-ready. [playbooks/babysit.md](playbooks/babysit.md)
155- **Shipping.** Independent verify, then land. [playbooks/shipping.md](playbooks/shipping.md)
156- **Autonomous run.** Drive to a predicate. [playbooks/autonomous-run.md](playbooks/autonomous-run.md)
157- **Orchestrate.** Standing multi-PR program. [playbooks/orchestrate.md](playbooks/orchestrate.md)
158- **Autopilot-full.** Independent PRs to merged. [playbooks/autopilot-full.md](playbooks/autopilot-full.md)
159- **Autopilot-stack.** Linear stack the operator lands. [playbooks/autopilot-stack.md](playbooks/autopilot-stack.md)
160- **Session pickup.** Resume prior work. [playbooks/session-pickup.md](playbooks/session-pickup.md)
161- **Pause safely.** Clean stop. [playbooks/pause-safely.md](playbooks/pause-safely.md)
162- **Multi-phase plan.** Checklist, no implementation. [playbooks/multi-phase-plan.md](playbooks/multi-phase-plan.md)
163- **Worktree cleanup.** Safety-gated prune. [playbooks/worktree-cleanup.md](playbooks/worktree-cleanup.md)
164- **Opening a PR.** End of every other playbook. [playbooks/opening-a-pr.md](playbooks/opening-a-pr.md)
165
166## Automate Me procedure
167
168Read [automate-me procedure](references/automate-me-procedure.md) when creating or updating a personal mode from the user’s working conventions.
169Apply the authorized scope and mode of this entry point to every step.
170Resolve other skills through this distribution’s active catalog; resolve
171resources relative to the installed skill directory.
172
173## Babysit procedure
174
175Read [babysit procedure](references/babysit-procedure.md) when selecting a PR monitoring workflow; the canonical Babysit playbook owns monitoring modes.
176Apply the authorized scope and mode of this entry point to every step.
177Resolve other skills through this distribution’s active catalog; resolve
178resources relative to the installed skill directory.
179
180## Bro procedure
181
182Read [bro procedure](references/bro-procedure.md) when the user asks to restate the previous answer more simply.
183Apply the authorized scope and mode of this entry point to every step.
184Resolve other skills through this distribution’s active catalog; resolve
185resources relative to the installed skill directory.
186
187## Poteto Mode procedure
188
189Read [poteto-mode procedure](references/poteto-mode-procedure.md) when selecting and running an engineering playbook.
190Apply the authorized scope and mode of this entry point to every step.
191Resolve other skills through this distribution’s active catalog; resolve
192resources relative to the installed skill directory.