Use this when you have a vague sense that something could be better but haven't crystallized the solution yet. This prompt helps you think through the problem systematically.
Problem Definition
5 promptsGetting Started
These prompts help you clearly define what you're building before you build it. This is the most important phase. A well-defined problem is half-solved. Spend time here to save significant rework later.
After you understand the problem, use this to generate the formal Problem Definition Document required by the SOP.
Generate user stories that capture what different users need from your tool.
Be ruthless. A working simple tool beats a broken complex one.
Before delegating a task to AI, use this prompt to evaluate whether it falls inside or outside the AI frontier for your domain. This directly applies the Frontier Recognition skill from Course 1.
Before You Build
These prompts help you identify compliance requirements before you build. They help you think through compliance—they don't replace consultation with your Privacy Officer, Cybersecurity Office, or Legal. When in doubt, ask the professionals.
Before building, understand if your data fields constitute PII and what that means for your project. References NIST 800-53 privacy controls.
Walk through the standard PIA threshold questions to determine your privacy review requirements.
Generate a security controls checklist specific to your tool's sensitivity and user base. Considers NIST 800-53 controls and FedRAMP requirements for cloud components.
Foundation Layer
These prompts help you design SharePoint lists and Dataverse tables. Get this right and everything else is easier. Get it wrong and you'll be rebuilding. Start minimal—you can add columns, but removing them after data exists is painful.
Turn your functional requirements into data structures (SharePoint lists or Dataverse tables).
Quick design for straightforward single-list/table tools.
Design for more complex tools with multiple entities and relationships.
Design views that make your data actually usable.
User Interface
These prompts help you build canvas apps in Power Apps. Focus on working software, not perfect software. Build ugly first, get it working, then make it pretty. Test with real data early.
Plan your app structure before writing any formulas.
Generate gallery formulas including filters and search.
Generate form configuration and submit logic.
Generate Patch formulas with proper error handling.
Implement role detection and conditional UI.
Automation Layer
These prompts help you build automated workflows. Automation is just "when X happens, do Y." If you can describe the business rule, AI can help you build the flow. Check run history when things don't work.
Describe your business rule, get a flow design.
Generate email notification flows with dynamic content.
Generate complete approval flows with notifications.
Build flows that run automatically on a schedule.
Add robust error handling to your flows.
Build complete API integration flows with authentication and error handling.
Reporting Layer
These prompts help you build dashboards and reports. A good dashboard answers questions before they're asked. Focus on what leadership actually needs to know. Less is more—5 clear visuals beats 20 confusing ones.
Start with questions, not data.
Match your data to the best visualization.
Generate DAX formulas from plain English descriptions.
Build KPI cards with comparisons and conditional formatting.
Generate M code for complex data transformations in Power Query.
Fixing Things
These prompts help you fix things that aren't working. Debugging is a skill. The better you describe the problem, the faster you'll solve it. Don't panic—everything is fixable. Change one thing at a time.
This is your go-to prompt for any debugging situation.
Get specific fixes for Power Apps formula issues.
Understand and resolve delegation warnings properly.
Debug flows using run history information.
Translate error messages into plain English and fixes.
Find and fix what's making your solution slow.
Making It Last
These prompts help you create documentation that allows others to use, maintain, replicate, and adapt your tools. Good documentation is what makes your tool institutional capability instead of a burden you leave behind.
Documentation for the people who use your tool.
Complete technical documentation for rebuilding the tool.
How to keep the tool running after you're gone.
Everything your successor needs to know.
Generate professionally formatted documents from scratch or transform existing content into publication-ready documents with custom branding.
Quality Check
These prompts help with quality assurance review before deployment. QA review is required per the SOP—you cannot review your own work. Your job is to verify it works, check documentation, confirm compliance, and approve or return with feedback.
Generate comprehensive test cases for a tool.
Generate the formal QA summary for sign-off.
Ensure your solution meets accessibility standards before deployment.
Generate a comprehensive UAT plan for stakeholder testing and sign-off.
Create a regression test suite to validate existing functionality after changes.
Generate realistic test data including edge cases and boundary conditions.
Conduct comprehensive security assessment of Power Platform solutions.
Sharing Knowledge
These prompts help you teach others how to build. Your job isn't to build everyone's tools—it's to help them build their own. The goal is to create more builders, not more dependencies on you.
Use when someone is stuck and you want to help without doing it for them.
Use to explain something clearly to a beginner.
Use when someone learning to build tools is frustrated.
Use to prepare for teaching a group.