| name | scaffold |
| description | Create placeholder files with correct types, exports, and TODO stubs. Use when the user says "scaffold", "set up", "create stubs", or "generate boilerplate". |
| disable-model-invocation | true |
Scaffold
Create placeholder files with correct types, exports, and TODO stubs. Detect existing project conventions (framework, test setup, module system). Output files that compile but contain no logic.
Ask the user to confirm the file list before creating. Create files in dependency order. Run typecheck if available to verify.