Product Execution Playbook
competition-execution-playbook.md
Boundary
This route preserves legacy markdown access inside the Next.js surface. The raw repository file remains authoritative.
Open raw fileProduct Execution Playbook
This playbook keeps PrivateDAO aligned with the current external review cycle without drifting into inaccurate claims or random feature work.
It is complementary to the main product-opportunity readiness note:
frontier-competition-readiness-2026.mdanswers: which product lanes matter most and whycompetition-execution-playbook.mdanswers: how development should stay aligned with those lanes
It should now also be read with the current operating brief:
colosseum-frontier-2026-operating-brief.md
because the current operating cycle changed the baseline around:
- product impact
- signer and governance security
- migration discipline
- runtime and incident posture
Non-negotiable constraints
- Do not weaken the protocol story to chase a trend.
- Do not touch the contracts or protocol layout unless explicitly required.
- Do not overstate audit, custody, or mainnet readiness.
- Do not claim encrypted AI, partner integrations, or operational support that is not already real.
- Do not frame PrivateDAO as "audit-complete therefore safe"; after Drift, operating posture must remain visible.
Always preserve these foundations
ZKREFHEMagicBlockFast RPCGovernance Hardening V3Settlement Hardening V3Live proofLive proof V3Mainnet blockers
These are not optional decorations. They are the differentiation layer.
Product-level priorities
1. Privacy-first strength
Push hardest where PrivateDAO is naturally strongest:
- private voting
- reviewer-visible proof
- confidential operations
- additive hardening
- explicit trust boundaries
2. RPC and infrastructure strength
Keep investing in:
- hosted reads
- diagnostics
- runtime evidence
- API-facing surfaces
- operator and buyer packaging
2b. Operating-security strength
Keep reinforcing:
- signer posture
- timelock visibility
- explicit launch blockers
- wallet runtime honesty
- durable-nonce-aware security framing
- STRIDE-style operational maturity
3. Consumer and wallet strength
Keep improving:
- wallet onboarding
- route clarity
- mobile and Android affordances
- simpler first-run decisions
4. Product clarity
Each surface should answer one of these quickly:
- what is PrivateDAO?
- why is it hard to copy?
- what is already live?
- what still needs external completion?
- why does this fit the target operating lane?
Required surface consistency
If the product story changes, consider whether the same change must appear in:
- Next.js route structure
/story/start/services/command-center/security- curated documents
- README
- demo and deck materials
Default implementation bias
When multiple improvements are possible, prefer this order:
- better live UX
- cleaner operational routing
- stronger wallet-first experience
- stronger operating-security readability
- stronger reviewer readability
- stronger reviewer-specific positioning
- only then add new speculative corridors
Product-lane emphasis
Privacy operations lane
Lead with:
PrivateDAO CoreGaming DAO CorridorZK Capability MatrixCryptographic Confidence Engine
Runtime infrastructure lane
Lead with:
Read API + RPC- diagnostics
- hosted read surfaces
Consumer governance lane
Lead with:
- cleaner navigation
- clearer onboarding
/start- command center
- wallet-first interaction
Wallet-first live application lane
Lead with:
- real wallet UX
- live operational flow
- infrastructure partner corridor
- story video,
/start, and the wallet-first product route
Core judging posture
Lead with:
- product impact
- startup-grade polish
- visible operating discipline
- proof and trust continuity
- security posture that survives the post-Drift environment
Product quality lane
Lead with:
- integrated product coherence
- polished operational shell
- evidence-backed readiness
Validation
For reviewer-facing frontend work, finish with:
cd apps/web
npm run lint
npm run build
cd PrivateDAO
npm run web:bundle:root
npm run web:publish:root
npm run web:verify:live:root
npm run verify:submission-registry
npm run verify:test-wallet-live-proof:v3If the work touched reviewer or proof surfaces, also verify the relevant docs and generated artifacts remain consistent.