Skip to content

Health Checks Aggregator Template — Use cases (agents)

Agent intent

Choose this template vs Microservice / SaaS / Worker using platform rules.

Template role: Ops visibility host — polls downstream /health, UI, readiness gates, webhooks — not a DDD service.

Canonical technical documentation

Full prose, diagrams, and edge cases live in ConnectSoft.Documentation:

Use cases — public doc

Repository

  • Repo: ConnectSoft.HealthChecksAggregatorTemplateREADME.md, AGENTS.md
  • Installer (typical): ConnectSoft.HealthChecksAggregatorTemplate.Installer
  • Short name (typical): connectsoft-healthchecks-aggregator — confirm with dotnet new connectsoft-healthchecks-aggregator -h when applicable.

Agent checklist

  • Prefer public doc for long explanations; keep Factory responses actionable and short.
  • Do not embed secrets in generated appsettings; use env / KeyVault patterns per platform.
  • Cross-link Template Architecture when touching DI or layering.

  • When unsure, default product work to Microservice, not Base kernel.