Generate a Mermaid architecture diagram for Acontplus libraries. Use when visualizing package dependencies, request flows, DDD layers, or interaction sequences.
Generate or update README.md and XML doc-comments for an Acontplus library. Use when documenting a library, refreshing package docs, or adding missing XML summaries.
Scaffold a new Acontplus NuGet library package following all monorepo conventions. Use when adding a new library to the repository under src/.
Document package changes by interviewing the author, then produce a CHANGELOG entry, updated PackageReleaseNotes in .csproj, and a conventional commit message. Use when finishing work on an Acontplus library.
Generate xUnit unit and integration tests for an Acontplus library or class following monorepo conventions. Use when adding tests or improving test coverage.