Skip to content

AX (AI Transformation)

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

Get Started →

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

Get Started →

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.

ProblemSymptom
Pattern omissionsMissing sealed, forgotten private constructors, missing event publication
Document-code driftUbiquitous language tables exist but are not reflected in code
Cross-layer inconsistencyDomain VO validation and Application Validator apply different rules
Manual release notesClassifying commits one by one, missing Breaking Changes, unverified API accuracy
ImprovementMethod
Pattern consistencyEach skill references the Functorium pattern catalog for code generation
Document-code linkage4-stage documentation (Requirements → Type Design → Code Design → Implementation) generated alongside code
Cross-layer alignmentPrior stage documents are automatically read to apply consistent types/naming
Release automationC# 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.0

For detailed workflows and installation instructions for each plugin, refer to the respective plugin pages.