Implement one phase of ./specs/91-impl-plan.md end-to-end with high quality bars (correctness, elegance, performance), then run an independent code review against the relevant specs and fix every valid finding before declaring done. Use whenever the user says "build phase N", "implement the next phase", "land…
Vendor reference repos as git submodules under ./vendors and produce deep research memos under ./docs/research covering architecture, design, key data structures, and load-bearing algorithms. Use whenever the user says "do research on X", "study how Y works", "submodule this repo and look into it", "understand the…
Turn a feature idea or rough requirement into a complete, dependency-ordered spec set under ./specs — PRD, component designs, glossary, security/perf/test cross-cuts, key-decisions log, stakeholder roadmap, and engineer-facing implementation plan — cross-referenced with prior-art memos in ./docs/research and vendored…
Cursor rule "api-design" from tyrchen/cursor-rust-rules, covering 🎨 rust api design best practices, 🔍 api design strategy, 🎯 api design principles, ergonomic function signatures and builder pattern implementation.
Cursor rule "design-patterns" from tyrchen/cursor-rust-rules, covering 🎭 rust design patterns, 🔍 design pattern selection strategy, 🏗️ creational patterns, builder pattern with type state and factory pattern with associated types.
Cursor rule "type-system" from tyrchen/cursor-rust-rules, covering 🔍 rust type system best practices, 🔍 type system design strategy, 🎯 type safety principles, newtype pattern for domain modeling and validated types with builder pattern.
Cursor rule "concurrency" from tyrchen/cursor-rust-rules, covering ⚡ rust concurrency best practices, 🔍 concurrency architecture strategy, 🎯 async runtime selection, tokio as the standard and cargo.toml - tokio configuration.
Cursor rule "database" from tyrchen/cursor-rust-rules, covering 🗄️ rust database best practices, 🔍 database architecture strategy, 🎯 database library selection, sqlx as the standard and cargo.toml - sqlx configuration.