What problem does it solve?
Creating a new DDD-family conference website from scratch is slow and error-prone because you must replicate a consistent app/workspace structure, copy the correct conference template, and wire Cloudflare/D1 configuration correctly.
Core Features & Use Cases
- Fork-based scaffolding: Creates a sibling Git repo for your conference and embeds ddd-core as a git subtree under
core/.
- Template seeding from the reference stub: Copies
core/conference-stub/ into your repo as /conference/, then performs substitutions for identity, domain, timezone, brand/theme, and optional features.
- Production-ready project wiring: Updates
core/website path aliases and build/wrangler config paths so the app resolves your new /conference/ folder correctly, and generates fork-root workspace files for Nx, linting, and deployment readiness.
Quick Start
Run the skill command /new-conference while you are inside (or just above) a ddd-core checkout to generate a new conference fork directory next to this repo.