Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft Whiteboard intranet ideation prompt #30

Merged
merged 8 commits into from
Jul 29, 2024
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/whiteboard-intranet-ideation-prompt/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[
{
"name": "copilotprompts-whiteboard-intranet-ideation-prompt",
"source": "pnp",
"title": "Generate a list of features for a company intranet",
"shortDescription": "Ask copilot to generate a list of features for the intranet",
"url": "https://github.com/pnp/copilot-prompts/tree/main/samples/whiteboard-intranet-ideation-prompt",
"downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/copilot-prompts/tree/main/samples/whiteboard-intranet-ideation-prompt",
"longDescription": [
"The prompt is designed to initiate the brainstorming process for developing a company intranet. It provides clear guidelines to generate a wide array of potential features, functionalities, and initiatives. By focusing on user needs and company culture, the prompt aims to stimulate innovative thinking and identify potential solutions for enhancing employee experience and productivity through the intranet platform."
],
"creationDateTime": "2024-07-26",
"updateDateTime": "2024-07-26",
"products": [
"Microsoft 365 Copilot",
"Microsoft Whiteboard"
],
"metadata": [
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/copilot-prompts/raw/main/samples/whiteboard-intranet-ideation-prompt/assets/microsoft-whiteboard-intranet-ideation-prompt-query.png",
"alt": "The prompt is designed to generate a comprehensive list of potential features, functionalities, and initiatives for a company intranet."
}
],
"authors": [
{
"gitHubAccount": "jaloplo",
"pictureUrl": "https://avatars.githubusercontent.com/u/559176?v=4",
"name": "Jaime López"
}
],
"references": [
{
"name": "Microsoft Copilot",
"description": "Microsoft Copilot",
"url": "https://copilot.microsoft.com/"
}
]
}
]
59 changes: 59 additions & 0 deletions samples/whiteboard-intranet-ideation-prompt/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# 🚀 Generate features for a new intranet project in Microsoft Whiteboard

![Prompt query](./assets/microsoft-whiteboard-intranet-ideation-prompt-query.png)
![Demo answer](./assets/microsoft-whiteboard-intranet-ideation-prompt-response.png)

## Summary

The prompt is designed to generate a comprehensive list of potential features, functionalities, and initiatives for a company intranet.

## Prompt 💡

Generate a comprehensive list of potential features, functionalities, and initiatives for a company intranet. Consider a wide range of user needs, from communication and collaboration to knowledge management and employee engagement. Focus on innovative ideas that can enhance productivity, streamline workflows, and foster a strong company culture.

## Description ℹ️

The prompt is designed to initiate the brainstorming process for developing a company intranet. It provides clear guidelines to generate a wide array of potential features, functionalities, and initiatives. By focusing on user needs and company culture, the prompt aims to stimulate innovative thinking and identify potential solutions for enhancing employee experience and productivity through the intranet platform.

## Contributors 👨‍💻

[Jaime López](https://intranetfromthetrenches.substack.com/)

## Version history

Version|Date|Comments
-------|----|--------
1.0|July 26, 2024|Initial release


## Instructions 📝

1. Make sure you have copilot for Microsoft 365 in your tenant
2. Go to Microsoft Whiteboard, create a new board, click on Copilot button and select "Suggest" option
3. Copy paste the above prompt

### Improvise Usage 🚀
You can add more information to the prompt if needed to create more accurate proposal. You can also refer the sales proposal template with the prompt and ask the copilot to draft in the given template. Currently, the prompt is not referring any sales proposal document template.

You can add specific details to the prompt like including company size, industry, target audience, and existing systems for tailored suggestions.
You can prioritize the desired outcomes like specifying goals like increasing employee engagement, improving knowledge sharing, or streamlining workflows.

## Prerequisites

* [Copilot for Microsoft 365](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%20whiteboard-intranet-ideation-prompt%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-whiteboard-intranet-ideation-prompt)
Loading