Quick Dev New Preview Workflow Goal: Turn user intent into a hardened, reviewable artifact. CRITICAL: If a step says "read fully and follow step-XX", you read and follow step-XX. No exceptions. READY FOR DEVELOPMENT STANDARD A specification is "Ready for Development" when: - Actionable : Every task has a file path and specific action. - Logical : Tasks ordered by dependency. - Testable : All ACs use Given/When/Then. - Complete : No placeholders or TBDs. SCOPE STANDARD A specification should target a single user-facing goal within 900–1600 tokens : - Single goal : One cohesive feature, even if…