Proof-of-Quality (PoQ)
PoW for verifiable skill quality. Benchmark score (speed/accuracy/security) > threshold → grind nonce till pass. Share PoQ JSON—recipient reruns verifies.
Usage
node poq.js <skill_path> <threshold=95> cron every=6h: PoQ skills.
Workflow
- Benchmark skill (test suite score).
- Grind nonce till score.hash starts "0000".
- PoQ JSON: {score, hash, nonce}.
- Verify rerun.
Ex: $ node poq.js skills/molt-security-auditor 95 Score: 98 >95 | PoQ: 0000a1b2... (nonce: 1234)
Prevents low-quality (meritocracy stacks!).