Design Page Builder Command Design a modular page composition system for block-based content editing. Usage Composition Patterns - components : Reusable component library - slots : Named slot-based layouts - hybrid : Components within slot-based templates Workflow Step 1: Parse Arguments Extract pattern type and framework from command. Step 2: Gather Requirements Use AskUserQuestion to understand: - What level of flexibility do editors need? - Are there specific layout requirements? - Should components be nestable? - What preview capabilities are needed? Step 3: Invoke Skills Invoke relevant…