Use for Rust HTTP services, request handlers, middleware, shared state, backpressure, and shutdown behaviour in web-facing systems.
0
AI 79
domain-cli-and-daemons
leynos3/18/2026
Use for Rust command-line interfaces (CLIs), workers, daemons, batch jobs, and services where process lifecycle, operator feedback, and shutdown rules matter.
0
AI 62
review-checklist
leynos3/15/2026
Pre-merge review checklist based on recurring AI reviewer feedback patterns
0
logisphere-design-review
leynos2/5/2026
Pre-implementation design review framework using the df12 Logisphere crew. Stress-tests system designs, RFCs, ADRs, API proposals, data models, and architecture decisions before code gets written. Eac...
0
AI 96
hexagonal-architecture
leynos2/5/2026
Design, implement, and maintain applications using hexagonal architecture (ports and adapters). Use when (1) designing new systems requiring clear separation between domain logic and infrastructure, (...
0
AI 96
logisphere-experts
leynos2/5/2026
Community-of-experts review framework using the df12 Logisphere crew for software engineering tasks. Each expert brings a distinct engineering perspective: architecture (Pandalump), creative alternati...
0
AI 88
implementation-postmortem
leynos2/5/2026
Conduct structured implementation postmortems to gather feedback on architecture conformance, library friction, and tooling effectiveness. Use when reviewing completed implementations, PRs, or develop...