This orchestrates the full Content Driven Development workflow for Adobe's AEM Edge Delivery Services, enforcing a content-first approach where you identify or create test content before writing any code. It's an 8-step process covering everything from spinning up the dev server to creating PRs, with helper skills for content modeling and finding existing test pages. The philosophy is simple: build against real content so your blocks work for authors, not just in your head. You'll use this for pretty much any AEM development work, whether you're creating new blocks, fixing bugs, or tweaking styles. The workflow is opinionated about never starting implementation without validated test URLs, which will feel slow at first but prevents the common trap of building components that look great in demos but are terrible to author.
npx skills add https://github.com/adobe/skills --skill content-driven-development