| name | Prompt Engineering |
| description | Craft effective prompts that get the best results from AI assistants including Copilot itself. |
Purpose
Write better prompts to get better results. The quality of AI output depends directly on input quality. This skill teaches how to structure requests so that AI assistants produce accurate, relevant, and useful responses on the first attempt.
Steps
- Define the goal: what do you want the output to look like?
- Apply the CRAFT framework to structure your prompt
- Add constraints and examples
- Review the output and refine the prompt if needed
CRAFT Framework
| Element | Description | Example |
|---|
| Context | Background information the AI needs | "I'm a project manager writing a status report for senior leadership" |
| Role | Who the AI should act as | "Act as a financial analyst" |
| Action | What specifically to do | "Summarize the key risks from this document" |
| Format | How to structure the output | "Use a table with columns: Risk, Likelihood, Impact, Mitigation" |
| Tone | Voice and style | "Professional but concise, suitable for C-suite audience" |
Prompt Patterns
Pattern 1: Template fill
"Create a [document type] for [audience] that covers [topics]. Format as [structure]. Keep it [length/tone]."
Example: "Create a project status update for the steering committee that covers timeline, budget, and risks. Format as a one-page summary with RAG ratings. Keep it concise and action-oriented."