Starter prompts
4 ways to start with Engineering.
Code review
→ Direct + kind
▸ Preview prompt
Write a code review comment for a PR that has unclear variable names, no tests, and doesn't follow our error-handling pattern. Direct but kind, lead with the most important issue, suggest specific improvements.
Technical RFC
→ Problem → options → pick
▸ Preview prompt
Write a 600-word RFC proposing we migrate our notification queue from Redis to AWS SQS. Cover problem, options considered, recommendation with trade-offs, migration plan, rollback strategy.
Design doc
→ One-pager spec
▸ Preview prompt
Draft a one-page design doc for adding webhooks to our REST API. Sections: motivation, design (data model + delivery semantics + retry policy), security, open questions, alternatives.
Post-mortem
→ Blameless incident review
▸ Preview prompt
Write a blameless post-mortem for a production outage that lasted 47 minutes — cause was a stale config in prod. Cover timeline, customer impact, root cause, action items with owners + dates.
What it does
Tasks Engineering ships every week.
Reviews + writing
- Code review comments
- Technical RFCs
- ADRs
- Design docs
Incident + postmortem
- Blameless post-mortems
- Incident timelines
- Action-item write-ups
- Root-cause memos
Architecture
- Service decomposition memos
- Data-model design docs
- Trade-off matrices
- Migration plans
Worked sample
A real Engineering chat.
Pairs well with