Rust Hexagonal Impl

Orchestrate implementation of one hexagonal Rust slice by dispatching agents in the correct order — build the domain core (model + use case + ports) first, then fan out the driven and driving adapters in parallel, then wire bootstrap serially. Use when you want to implement a ports-and-adapters slice with parallel adapter work that does not interfere. Trigger for "implement this slice hexagonally", "build the domain then the adapters in parallel", "scaffold a ports-and-adapters feature end to end". For the layering RULES themselves use rust-hexagonal; this skill is the DISPATCH recipe.

jrollin ec1643d 6.2 KB Updated

File contents

jrollin/claudio/tree/main/plugins/claudio-rust/skills/rust-hexagonal-impl commit ec1643d186

Frequently asked questions

npx skillmds@latest add jrollin/rust-hexagonal-impl