What problem does it solve?
Traditional development often prioritizes code over content, leading to authoring experiences that are difficult, unintuitive, or require constant developer intervention. This Skill enforces a Content Driven Development (CDD) process for AEM Edge Delivery Services, ensuring author needs are paramount.
Core Features & Use Cases
- Content-First Workflow: Orchestrates development from content discovery and modeling, through implementation, to validation, always starting with real content.
- Author-Centric Design: Emphasizes creating intuitive content models and test content that doubles as author documentation.
- Integrated Tooling: Leverages scripts like
find-block-content.js to locate existing content and integrates with other skills for modeling, building, and testing.
- Use Case: When starting any new AEM block or feature, use this Skill to first define the authoring experience, create test content in the CMS, and then build the code against that content, ensuring a seamless author workflow.
Quick Start
Use the Using Content Driven Development skill to start the development process for a new "FAQ Accordion" block.