What problem does it solve? A freshly created CoreEx repository (after running dotnet new coreex-ai) contains only AI workflow assets and no root guidance files, leaving developers unsure how to proceed. This Skill bootstraps the repository by generating README.md, AGENTS.md, and CLAUDE.md, then hands off to solution scaffolding. ## Core Features & Use Cases - Root Guidance Generation: Creates README.md, AGENTS.md, and CLAUDE.md templates with the confirmed project name substituted in. - Project Name Confirmation: Reads the workspace folder name and validates it against the [Company].[Product].[Domain] naming convention, prompting the user when needed. - Automatic Chaining: Immediately invokes /coreex-scaffold to interview the solution shape and run the right dotnet new coreex* commands. - Use Case: You just ran dotnet new coreex-ai in a new empty repository for Avanade.Bookstore.Books. Invoke this Skill to generate the guidance files and flow directly into scaffolding the API host, data layer, and eventing setup. ## Quick Start Ask the AI to run the coreex-bootstrap workflow to initialize this blank CoreEx repository with guidance files and then scaffold the solution.