Generate boilerplate code, tests, documentation, or config files from a short spec, in an isolated context so the source/scaffolding work does not crowd the main session. Use when the user asks to scaffold or generate code ("write tests for this module", "generate a config for X", "create boilerplat
Generate boilerplate code, tests, documentation, or config files from a short spec, in an isolated context so the source/scaffolding work does not crowd the main session. Use when the user asks to scaffold or generate code ("write tests for this module", "generate a config for X", "create boilerplate for Y") and the generated code must integrate with existing definitions rather than be redefined.