Plano Observability and Debugging
Use this skill to make routing and latency behavior inspectable and debuggable.
When To Use
- "Enable tracing correctly"
- "Add useful span attributes"
- "Debug why a request routed incorrectly"
- "Inspect filter/model latency from traces"
Apply These Rules
observe-tracingobserve-span-attributesobserve-trace-query
Execution Checklist
- Enable tracing with environment-appropriate sampling.
- Add useful static and header-derived span attributes.
- Use
planoai tracefilters to isolate route and latency issues. - Prefer trace evidence over assumptions in recommendations.
- Return exact commands to reproduce and validate findings.