Prompt file imported from landenbauder/qr-navigation (
.github/prompts/feature.prompt.md). Fill in{{feature}},{{area}}before use. Copyright stays with the author.
Feature Implementation
Feature Description
{{feature}}
Affected Area
{{area}}
Implement this feature with minimal risk. Follow these guidelines:
- Plan the change before coding — identify affected files and potential regressions
- Make the smallest change that delivers the feature
- Keep existing UX unchanged except where the feature requires it
- No new frameworks or build tools
- Preserve
offices.jsonschema compatibility
Include in your response:
- Summary: What was implemented
- Files changed: List each file and what was modified
- Risk assessment: Low / Medium / High — and why
Validation Steps
After implementing, verify:
- App loads without console errors
- The new feature works as described
- Office search still works
- Location permission flow still works
- Route generates for selected office
- Mobile layout remains usable
- No unrelated changes were introduced