Home: README
Elite engineers write, defend, and evolve system designs with traceable reasoning.
For every major build, produce:
- Problem statement
- Constraints and assumptions
- Options considered
- Chosen design and rationale
- Risks and mitigations
- Rollout, rollback, and observability plan
- Draft RFC in markdown.
- Run async review pass (self-review if solo).
- Resolve all open questions.
- Freeze version and map to implementation milestones.
- Record post-launch review against planned outcomes.
Run at least 12 drills:
- 4 small-system drills
- 4 scale/resilience drills
- 4 security/compliance drills
Each drill must include:
- sequence diagram or flow map
- data contract
- failure injection plan
- operational runbook
- You can defend tradeoffs under counter-questions.
- You can explain why alternatives were rejected.
- Your design is testable, operable, and reversible.