What problem does it solve?
After generating a Power Apps mobile app, making follow-up changes often means manually editing plan documents, Dataverse schemas, native wrappers, and screen code in a coordinated way. This Skill applies post-generation edits end to end so a single natural-language request updates the plan, the app code, and the preview together.
Core Features & Use Cases
- Plan-driven editing: Keeps native-app-plan.md as the source of truth and applies approved plan diffs to the actual app code, screens, and navigation.
- Coordinated mutations: Handles Dataverse schema changes, connector additions, native capabilities (barcode scanner, pen input, PDF viewer), design-system refreshes, and screen rebuilds in dependency order.
- Quality gates: Runs TypeScript checks, route contract validation, environment drift detection, and style sweeps before marking an edit complete.
- Use Case: Ask to "add barcode scanning and use the scanned value to search records" and the Skill adds the native wrapper, updates the data model if needed, rebuilds the search screen, verifies with tsc, and regenerates the static preview.
Quick Start
Ask the agent to improve the search screen of your existing generated mobile app to make it easier to use on mobile.