Contract-first generation
Functional intent becomes explicit contracts before code, containers or runtime artifacts are generated.
Contract-first generation.
sigMAX turns functional intent into explicit contracts, generated architecture artifacts, and controlled runtime execution. FrontMark is a very rich markdown format used to produce sigMAX documentation
Functional intent becomes explicit contracts before code, containers or runtime artifacts are generated.
Domain boundaries stay visible, adapters remain replaceable, and microservices are used as deployment units.
Generated binaries run with constrained primitives, observable execution and reproducible packaging.
sigMAX is a contract-first engineering flow for modular applications. It helps describe what the system must do before implementation details spread across services, containers, configuration files, and runtime code.
The project connects four layers that are often treated separately:
In practice, sigMAX is designed to make generated systems easier to reason about. The important decisions stay visible, the generated output can be compared with the expected state, and runtime behavior remains constrained enough to inspect.
Modern software can drift quickly: prompts change, generated files multiply, services acquire hidden assumptions, and documentation falls behind. sigMAX keeps a stable thread between the original intent, the contracts that describe it, the artifacts produced from it, and the runtime that executes it.
It is not meant to hide engineering work. It is meant to make the work traceable.
Claude is useful when the goal is to move fast inside source code: draft a function, explain a file, refactor a module, or explore an implementation idea. sigMAX goes further when the target is not just code, but a complete architecture that must stay explicit, reproducible, and executable.
| Need | Claude | sigMAX |
|---|---|---|
| Code fast | ✅ Snippets, refactors | ✅ Contract-generated code |
| Architecture | ⚠️ Prompt discipline | ✅ Decisions captured |
| Drift control | ⚠️ Context can fade | ✅ Expected vs generated |
| Deployment shape | ⚠️ Manual assembly | ✅ Containers and routes |
| Runtime control | ⚠️ Stops at code | ✅ WASM boundary |
| Auditability | ⚠️ Manual review | ✅ Inspectable artifacts |
⚠️ Claude can help write code. sigMAX helps make generated software accountable.