Spec — Booking & Availability¶
Open a fresh chat¶
Open a new chat. Stay in it through every step of this feature.
Run the spec skill¶
You created the create-feature-spec skill in the previous feature. Use it now:
The skill will read the constitution, identify the next planned feature in specs/roadmap.md, create the feature branch, and produce requirements.md, plan.md, and acceptance.md.
Review the spec¶
When the agent finishes, read all three files. For this feature, check that:
requirements.mdcovers all five areas: customer identification, rental setup, duration discounts, booking with double-booking guard, and Fleet Booking Boardplan.mdreferencestech-design.md §§2.3, 3.3, 4.3, 6.3for each decision — no new architecture inventedacceptance.mdhas a testable scenario for each area (overlapping booking rejected, discount resolves correctly, calendar renders booked periods)
Push back on anything that drifts from the tech design or adds scope not in the roadmap.