con un clic
microservices-simulator
microservices-simulator contiene 4 skills recopiladas de socialsoftware, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Bootstrap a new application on the microservices-simulator from scratch. Guides through all 5 phases: reading human-authored domain templates, aggregate scaffolding, cross-service functionalities, event wiring, and tests. Arguments: "<path/to/{AppName}-domain-model.md> <path/to/{AppName}-aggregate-grouping.md>"
Phase 2 driver — fully scaffold one aggregate: create all files, add snapshot fields, add all intra-invariants, register in BeanConfigurationSagas, run creation test. Reads details from plan.md and the aggregate-grouping template. Arguments: "<AggregateName>"
Phase 3 driver — fully implement one cross-service functionality: commands, Sagas workflow, TCC stub, command handler, service methods, controller, Layer 3 forbidden states, test. Reads all details from plan.md. Arguments: "<FunctionalityName>"
Phase 4 driver — wire one event-consumer inter-invariant: event class, subscription, handler, polling, EventProcessing chain, tracked field, update functionality, service method, test, tick plan.md. Arguments: "<ConsumerAggregate> <EventName>"