The Agentic Engineering System is the open-source set of standards Litenova Solutions uses to develop software with human contributors and AI agents. It defines product and domain specifications, architecture boundaries, implementation conventions, verification, operations, and release evidence as one connected system.
Version 1 targets one bounded-context business application built with ASP.NET Core, PostgreSQL, Marten, and optional Next.js frontends.
- Specification-Driven Delivery for turning approved intent into verified software.
- Agent-Driven Engineering with explicit human decision authority and bounded agent work.
- Domain, Application, Infrastructure, and WebApi boundaries organized by module and use case.
- Required testing, security, operating, documentation, and release evidence.
- Conditional extensions for concerns such as durable delivery, EF Core, caching, and localization.
The baseline profile applies first. An extension may replace only the rule IDs it names. A consumer override must name the affected rule and link to a project decision.
- Hosted documentation
- Repository documentation index
- Agentic Engineering System
- V1 release scope
- Adoption guide
- V1.8 upgrade guide
Pin a published release as a repository submodule:
git submodule add https://github.com/Litenova-Solutions/Engineering-Standards.git standards
git -C standards checkout --detach <approved-tag-or-commit>Add standards.project.json, a short root AGENTS.md, and the product and domain
specifications required by the current work. The template index
lists each starting point and its target path.
docs/ Authored standards, extensions, guides, and reference material
schemas/ JSON contracts for standards and consumer configuration
templates/docs/ Consumer specification templates
standards.manifest.json Version pins, profiles, extensions, and agent load plans