rust-ml-llm-architecture
Installation
SKILL.md
Rust ML LLM Architecture
Separate orchestration, ML runtime, data, API, evals, and deployment concerns; treat model output and retrieved documents as untrusted inputs.
Process
- Identify access patterns, trust boundaries, runtime constraints, ownership, and operational requirements before choosing structure.
- Prefer the simplest design that satisfies current requirements and leaves clear extension points for known near-term changes.
- Make data flow, failure handling, observability, and rollout constraints explicit.
- Translate the design into concrete implementation and review checks before coding.
Coordination
Use this skill together with itsol-task-intake for ambiguous work, itsol-self-review before handoff, and focused security-* or infra-* skills when the change touches trust boundaries or deployment behavior.