Scaffold a new Claude Agent SDK project with interactive configuration
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majesticlabs-dev-majestic-agent-sdk-plugins-majestic-agent-sdk@majesticlabs-dev/majestic-marketplace[project-name]# Agent SDK Project Scaffold Generate a complete Claude Agent SDK project with interactive configuration. ## Arguments - `[project-name]` - Name of project directory (optional, will ask if not provided) --- ## Phase 1: Gather Requirements Use `AskUserQuestion` to collect configuration. ### Question Set 1: Basics ### Question Set 2: Capabilities ### Question Set 3: Scope --- ## Phase 2: Generate Project Invoke the agent-scaffold skill for templates: Read templates from `@plugins/majestic-agent-sdk/skills/agent-scaffold/resources/`: ### Directory Structure ### Templat...