Add Special Ops mission: Use Case Qualifier - #2720
Add Special Ops mission: Use Case Qualifier#2720Elliot Margot (OwnOptic) wants to merge 6 commits into
Conversation
|
Hello! 👋 This is a little proposal for a new Special Ops mission - Use Case Qualifier. It teaches learners to build a Copilot Studio agent that runs a 4-P discovery interview (Persona, Pain, Process, Payback), scores AI use case ideas out of 25 across 5 dimensions, taps the Microsoft Learn MCP server plus web browsing for context, and drafts a qualification report email straight from the user's own Outlook via Invoker mode. A few notes for reviewers:
One pre-merge action item: the badge claim link follows the convention Happy to adjust anything - thanks for taking a look! 🙂 |
A difficulty-4, 90-minute Special Ops mission that teaches learners to build a Copilot Studio agent which runs a 4-P discovery interview (Persona, Pain, Process, Payback), scores AI use cases out of 25 across five graded dimensions, applies five hard filters, and drafts a qualification report from the user's own Outlook via an Invoker-mode (end-user credentials) connector. Includes: - index.md: 5 labs (create agent, connect MS Learn MCP + web search + Outlook, Adaptive Card welcome topic, instruction engineering + model selection, and end-to-end testing) plus concept sections and MS Learn doc links on every hard step - source/: 7990-char generative-AI instruction block ([YOUR_EMAIL] placeholder), generalized welcome-card.json, and a usage README - 20 annotated screenshots (MS-red highlight boxes + numbered callouts on the six control shots) captured from a live build, plus a 512x512 completion badge - Cross-link to the no-code PnP Copilot Prompts version of the same idea - cspell.json allowlist additions and Special Ops sidebar registration
add-tool-button: tighten box around + Add tool button, fix circle gap topics-system-tab: shift box left to properly cover System(9) tab model-selection: narrow box to dropdown width for GPT-5 Reasoning row
add-tool-button: revert to original annotation (was correct, my earlier fix shrunk it) topics-system-tab: shift box 8px right so it starts cleanly at System(9) gear icon, past the final pixel of Custom(4) at x=218
Button text was at y=507-509, old box bottom was y=503-506 - text was being cut off by the bottom border. New box y=492-524 centers on the text.
c145cff to
cb51234
Compare
|
Daniel Laskewitz (@Laskewitz) any appetite for this one? It has been open since May with no reviews, and I see Special Ops missions are now proposed as [New Mission] issues like #3126, so if that is the route I am happy to close this and open an issue instead. |
Summary
qualifier-instructions.txt,welcome-card.json,README.md)config.mtsMission details
Pre-merge action item
The badge claim link
https://aka.ms/agent-academy-special-ops/use-case-qualifier/formfollows the exact convention of the other missions but the aka.ms shortlink must be minted by the academy maintainers / Global AI Community team before this goes live.Test plan
node scripts/validate-frontmatter.mjs- 8 missions, 0 errorsnpx markdownlint-cli2- 0 errorsnpx cspell- 0 issuesnpm run docs:build- green/special-ops/grid🤖 Generated with Claude Code