概要
Senior Rust Practices is a specialized skill designed to elevate Rust development from basic prototypes to production-grade systems. It enforces a strict 'One Product = One Repo = One Workspace' philosophy, advocating for layered architectures with thin crates and hard boundaries to prevent dependency leakage. By integrating git worktree workflows, standardized testing strategies, and structured tracing instead of simple print statements, this skill ensures your Rust projects remain scalable, maintainable, and idiomatic while maintaining high performance and type safety.