functorium-develop v0.4.0
A 7-stage DDD development workflow: PRD → Architecture → Domain → Application → Adapter → Observability → Test.
8 Skills + 6 Agents
AX is a Claude Code plugin system where AI guides the development and operations of projects based on the Functorium framework.
functorium-develop v0.4.0
A 7-stage DDD development workflow: PRD → Architecture → Domain → Application → Adapter → Observability → Test.
8 Skills + 6 Agents
release-note v1.0.0
Automated release note generation based on C# scripts. A 5-stage workflow: Environment Verification → Data Collection → Analysis → Writing → Validation.
1 Skill + 1 Agent
When DDD projects are carried out manually, recurring problems arise. Ubiquitous language remains only in documents, drifting apart from code. Aggregate boundary decisions lack clear criteria. Repeating the same patterns across layers breaks consistency. At release time, manually classifying commit history and identifying Breaking Changes adds extra burden.
AX solves these problems through per-plugin automated workflows.
| Problem | Symptom |
|---|---|
| Pattern omissions | Missing sealed, forgotten private constructors, missing event publication |
| Document-code drift | Ubiquitous language tables exist but are not reflected in code |
| Cross-layer inconsistency | Domain VO validation and Application Validator apply different rules |
| Manual release notes | Classifying commits one by one, missing Breaking Changes, unverified API accuracy |
| Improvement | Method |
|---|---|
| Pattern consistency | Each skill references the Functorium pattern catalog for code generation |
| Document-code linkage | 4-stage documentation (Requirements → Type Design → Code Design → Implementation) generated alongside code |
| Cross-layer alignment | Prior stage documents are automatically read to apply consistent types/naming |
| Release automation | C# scripts automatically perform commit analysis, API change detection, and Uber file validation |
For a new project, start from the PRD:
Write a PRD. I want to build an AI model governance platform.If you already have code, start from a review:
Review the current domain code from a DDD perspective.Generate a release note for v1.2.0For detailed workflows and installation instructions for each plugin, refer to the respective plugin pages.