lauren 318e8f74cc pstack: self-unblock empirical forks with a sketch instead of asking (#122)
* poteto-mode: extend Prototype playbook to empirical forks

Prototype was UI-only (layout/interaction, the eye is the test). Broaden
the trigger and steps 1/5 so a throwaway sketch can settle a behavioral
or timing fork by observation (which behavior, which timing, which
approach), not just a visual one. This is the destination the new
self-unblock trigger routes to.

* poteto-mode: route the AskQuestion reflex to a sketch

Before asking the human a which-approach / how-should-I / what-should-this-do
question, classify it. If the answer is empirical (observable by running
something), sketch it via the Prototype playbook and let the result decide;
reserve the ask for a genuine product or preference call. Wires Never Block
on the Human to Prototype, and broadens the Prototype catalog entry to match.

* poteto-mode: finish the Prototype empirical-fork broadening

Three gaps in the partial broadening. Step 3 still assumed a UI build, so
it now names the script path for a behavioral or timing decision. The Reply
still demanded screenshots, so it asks for the matching evidence instead.
The AskQuestion trigger had no read-only carve-out, so a cited-answer
Investigation no longer routes to a build.
2026-06-06 15:18:28 -07:00
2026-04-28 10:33:45 -07:00
2026-02-11 12:57:31 -08:00
2026-02-11 12:57:31 -08:00
2026-05-27 21:47:41 -07:00
2026-02-09 12:44:34 -05:00

Cursor plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own .cursor-plugin/plugin.json manifest.

Plugins

name Plugin Author Category description (from marketplace)
continual-learning Continual Learning Cursor Developer Tools Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kit Cursor Team Kit Cursor Developer Tools Internal team workflows used by Cursor developers for CI, code review, shipping, local automation, and verification.
thermos Thermos Cursor Developer Tools Thermo-nuclear branch review: deep security/correctness audits, harsh code-quality rubrics, parallel subagents, thermos orchestration, and optional merge-ready PR flows.
create-plugin Create Plugin Cursor Developer Tools Scaffold and validate new Cursor plugins.
agent-compatibility Agent Compatibility Cursor Developer Tools CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
cli-for-agent CLI for Agents Cursor Developer Tools Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvas PR Review Canvas Cursor Developer Tools Render PR diffs as interactive Cursor Canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
docs-canvas Docs Canvas Cursor Developer Tools Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable Cursor Canvas with sections, table of contents, diagrams, and cross-references.
cursor-sdk Cursor SDK Cursor Developer Tools Build apps, scripts, CI pipelines, and automations on top of the Cursor TypeScript SDK (@cursor/sdk) — runtime selection, auth, streaming, MCP, error handling, and ready-to-extend integration patterns.
orchestrate Orchestrate Cursor Developer Tools Fan large tasks out across parallel Cursor cloud agents with planners, workers, verifiers, and structured handoffs.
pstack pstack Lauren Tan Developer Tools if you want to go fast, go deep first. pstack helps you write less, but higher quality code. rigorous agent workflows you can parallelize with confidence.

Author values match each plugins plugin.json author.name (Cursor lists plugins@cursor.com in the manifest).

Repository structure

This is a multi-plugin marketplace repository. The root .cursor-plugin/marketplace.json lists all plugins, and each plugin has its own manifest:

plugins/
├── .cursor-plugin/
│   └── marketplace.json       # Marketplace manifest (lists all plugins)
├── plugin-name/
│   ├── .cursor-plugin/
│   │   └── plugin.json        # Per-plugin manifest
│   ├── skills/                # Agent skills (SKILL.md with frontmatter)
│   ├── rules/                 # Cursor rules (.mdc files)
│   ├── mcp.json               # MCP server definitions
│   ├── README.md
│   ├── CHANGELOG.md
│   └── LICENSE
└── ...

License

MIT

S
Description
thermo-nuclear-code-quality-review: Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality…; unslop: Cut AI tells from any writing. Must always apply.; deslop: Remove AI-generated code slop and clean up code style; typescript-best-practices: TypeScript best practices. Use when reading or editing any .ts or .tsx file.; how: Use for "how does X work", code walkthroughs before changing something, an…
Readme 14 MiB
Languages
TypeScript 94.1%
JavaScript 2.6%
Shell 2.4%
CSS 0.8%