Generate boilerplate code structure for a new feature across database, backend, and frontend layers.
/plugin marketplace add dhofheinz/open-plugins/plugin install 10x-fullstack-engineer@open-pluginsfeature/# Scaffold Feature Operation Generate boilerplate code structure for a new feature across database, backend, and frontend layers. ## Parameters **Received**: `$ARGUMENTS` (after removing 'scaffold' operation name) Expected format: `name:"feature-name" [layers:"database,backend,frontend"] [pattern:"crud|workflow|custom"]` ## Workflow ### 1. Understand Scaffolding Requirements Clarify: - What is the feature name? - Which layers need scaffolding? - What pattern does it follow (CRUD, workflow, custom)? - What entity/resource is being managed? ### 2. Analyze Project Structure ### 3. G...