USE CASE · BUILD
An empty folder can be a workspace where AI builds a product.
Add a new project with write/task permissions. Describe the goal in chat; AI can create structure, code, tests and documentation in the workspace, then iterate from real execution results.
IDEAChat request
→WORKSPACEFiles · Tasks
→WORKING APPTested locally
Scaffold
Create the required project structure and files.
Implement + test
AI edits based on real build/test errors instead of guessing.
Prepare release
README, changelog, artifacts/checklist; publishing remains a separate sensitive boundary.
Use ChatCode with project new-product. Build a web app [DESCRIPTION]. First propose the architecture and file plan. After I approve, scaffold the project, implement the MVP, and run tests/build. Do not deploy or publish anything.Do not turn “automation” into “loss of control.” Publishing, production deployment, public pushes, or hard-to-reverse actions should remain explicit approval boundaries.