Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

72 changes: 72 additions & 0 deletions samples/m365-detect-hidden-automation-business/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Detect Strategic Blind Spots

![demo of the copilot response from the prompt](./assets/demo.png)

## Summary
This prompt uses generative AI to analyze business process descriptions and uncover hidden automation opportunities that are often overlooked. It’s designed for IT teams, process analysts, and consultants aiming to streamline workflows and eliminate manual tasks.

## Prompt💡
Analyze the business process description below and uncover hidden opportunities for automation that are not explicitly mentioned. For each opportunity, include:
- Process Step where automation can be applied
- Type of Automation (e.g., RPA, AI, integration, notification)
- Estimated Impact (High/Medium/Low)
- Quick-win Implementation Idea
- Potential Risks or Considerations

## What It Does
For each automation opportunity, the AI provides:
- The process step where automation can be applied
- The most suitable type of automation (e.g., RPA, AI, integration, notification)
- Estimated impact (High/Medium/Low)
- A quick-win implementation idea
- Potential risks or considerations


## Contributors 👨‍💻

[Roger Scarias](https://github.com/rogerscarias)


## Version history

Version|Date|Comments
-------|----|--------
1.0|Oct 14, 2025|Initial release


## Example Input
1. The sales team manually enters lead data from emails into the CRM.
2. Weekly reports are compiled by exporting data from multiple spreadsheets.
3. Customer support assigns tickets to agents based on availability.
4. Invoices are reviewed and approved by managers via email.

## How to Use
1. Paste a real or simulated business process description.
2. Let Copilot analyze and suggest hidden automation opportunities.
3. Review and prioritize the most impactful quick-wins.

## Improve the prompt
Try giving another prompt after response:
Visualize automation opportunities as a table.



## Prerequisites

* [Microsoft 365 Copilot](https://developer.microsoft.com/microsoft-365/dev-program)

## Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

You can try looking at [issues related to this sample](https://github.com/pnp/copilot-prompts/issues?q=label%3A%22sample%3A%20YOUR-SAMPLE-NAME%22) to see if anybody else is having the same issues.

If you encounter any issues using this sample, [create a new issue](https://github.com/pnp/copilot-prompts/issues/new).

Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/copilot-prompts/issues/new).

## Disclaimer

**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

![](https://m365-visitor-stats.azurewebsites.net/SamplesGallery/copilotprompts-m365-detect-hidden-automation-business)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions samples/m365-detect-hidden-automation-business/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"name": "copilotprompts-m365-detect-hidden-automation-business",
"source": "pnp",
"title": "Detect Hidden Automation in Business",
"shortDescription": "",
"url": "https://github.com/pnp/copilot-prompts/tree/main/samples/m365-detect-hidden-automation-business",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/m365-detect-hidden-automation-business",
"longDescription": [
""
],
"creationDateTime": "2025-10-14",
"updateDateTime": "2025-10-14",
"products": [
"Microsoft 365 Copilot"
],
"metadata": [
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-prompts/raw/main/samples/m365-detect-hidden-automation-business/assets/demo.png",
"alt": "Detect Hidden Automation in Business"
}

],
"authors": [
{
"gitHubAccount": "rogerscarias",
"pictureUrl": "https://avatars.githubusercontent.com/u/17912156?v=4",
"name": "Roger Scarias"
}
],
"references": [
{
"name": "Microsoft Copilot",
"description": "Microsoft Copilot",
"url": "https://copilot.microsoft.com/"
}
]
}
]