KB / Memory / feedback-pstack-verification
pstack verification is infra
Agents must close the loop themselves with a project-local verify skill, a CLI lever, a Feature Map, and cloud agents — not worktrees
Verification is the highest-leverage skill: the agent drives the real app, captures proof, and keeps going until the change is true. Treat it as infra, not optional markdown.
Why: Without a closed loop, a human is the bottleneck. Volume only helps if quality stays high.
How to apply:
- Generate
.cursor/skills/verify-<app>/with/create-verification-skill(CLI lever + Feature Map + one proven drive). - Prefer tools over prose ("Build the Lever"): composable CLI,
--dry-runon destructive commands, JSON output, rich--help. - Parallelize with Cursor cloud agents, not git worktrees.
- Ship prompts:
/poteto-modeplus the repo's verify skill (screenshots, video, or transcripts as proof). - Refresh the skill as the app changes (
/maintain-verification-skillon ship, not a new clock wake unless asked).
Sources