Documentation
README
Architecture Refiner
Step 0: Style Selection
Before anything else, ask the user which architecture style their team uses:
"What architecture style does your team use?
- Clean Architecture (default) โ layers (Domain, Application, Interface, Infrastructure), dependency inversion, command/query separation
- Hexagonal / Ports & Adapters โ core domain surrounded by ports, adapters on the outside
- Modular Monolith โ vertical slices, each module owns its own layers
- Custom / Define from scratch โ you describe the layers and rules"
Branching:
This is the opening of the README. Read the full README on GitHub.