principle-prove-it-works

安装量: 1.3K
排名: #8795

安装

npx skills add https://github.com/cursor/plugins --skill principle-prove-it-works

Prove It Works Verify every task output by checking the real thing directly. Do not infer from proxies, self-reports, or "it compiles." Why: Unverified work has unknown correctness. Indirect verification (file mtimes, output freshness, agent self-reports, cached screenshots) feels cheaper than direct observation. Acting on a wrong inference costs far more than checking the source. Pattern: After completing any task, ask: "how do I prove this actually works?" Check the real thing, not a proxy: Check process liveness directly, not indirectly through derived state Read the actual value, not a cached or derived representation When verification fails, suspect the observation method before suspecting the system Code and features: Build it (necessary but not sufficient) Run it and exercise the actual feature path Check the full chain: does data flow from input to output? For integrations, test the full communication path end-to-end Show more Installs 894 Repository cursor/plugins GitHub Stars 3.7K First Seen May 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜