Implement Telemetry¶
Update tech design & roadmap¶
Open a new chat. Select Claude Opus.
Read specs/tech-design.md.
We want to add custom telemetry to the rental extension — track when bookings are created,
cars are picked up and returned, rentals are prolonged, and billing failures occur.
Add a telemetry section to specs/tech-design.md.
Update specs/roadmap.md — add Telemetry as the next planned feature.
Do not change anything else.
Commit both files.
SDD loop¶
Now follow the standard loop in the same chat:
- Spec —
create-feature-spec - Implement —
Implement the feature spec. -
Test — trigger actions in BC, wait 3–5 minutes for signals to land in Application Insights, then query via Telemetry Buddy:
-
Docs —
generate-docs - Finalise —
finalise-feature, merge, replan
