Prompt
Review this app for /observability. First, can I catch errors anywhere in the app? Second, while it is running, can I tell it is doing what I expected? Both parts together. Tell me what is missing.
/observability
v0.4 · Updated Sep 19, 2026
How do I know my app does what we set out to do?
Observability is both of these together.
-
1. Catch the errors
Anywhere in the app. Sentry.io is my go-to.
-
2. Know it is doing what you expected
While it is running, not only when it crashes.
Five things this rule looks for
- An error happens somewhere in the app, and you only hear about it when a person reports it.
- A failure in a background job, a webhook, or an AI step never shows up in the place you watch.
- The app is up, and you still cannot tell it is doing what you expected.
- A step finished without throwing, and you cannot tell it did the work.
- Later, you still cannot tell the running app kept doing what you set out to do.
Here is how you get started. Copy this and drop it into your CLI.
npx skills add StephanSmith-me/builder-skills Or go to the repo to get more instructions.