Skip to content

Staged#1432

Open
TimHanewich wants to merge 20 commits intogithub:stagedfrom
TimHanewich:staged
Open

Staged#1432
TimHanewich wants to merge 20 commits intogithub:stagedfrom
TimHanewich:staged

Conversation

@TimHanewich
Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

Added power-platform-architect plugin.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

Leverages agent skill previously added.


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings April 17, 2026 16:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new power-platform-architect plugin to the Awesome Copilot plugin catalog, wiring it into the repo’s plugin indices so it can be discovered and installed via Copilot CLI.

Changes:

  • Added power-platform-architect plugin README and plugin manifest.
  • Registered the plugin in docs/README.plugins.md and .github/plugin/marketplace.json.
  • Declared the plugin’s referenced skill in the manifest (via the repo’s shared ./skills/<name>/ convention).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
plugins/power-platform-architect/README.md Adds plugin documentation, usage explanation, and examples.
plugins/power-platform-architect/.github/plugin/plugin.json Declares plugin metadata and referenced skill(s).
docs/README.plugins.md Adds the plugin to the documented plugins list for discovery.
.github/plugin/marketplace.json Adds the plugin to the marketplace index used by repo tooling.

Comment on lines +5 to +13
"keywords": [
"power-platform",
"power-platform-architect",
"power-platform",
"power-apps",
"dataverse",
"power-automate",
"power-pages",
"power-bi"
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The keywords array contains a duplicate entry ("power-platform" appears twice). This is redundant and can reduce the usefulness of keywords for filtering/search—consider deduplicating the list.

Copilot uses AI. Check for mistakes.
Comment thread docs/README.plugins.md Outdated
| [polyglot-test-agent](../plugins/polyglot-test-agent/README.md) | Multi-agent pipeline for generating comprehensive unit tests across any programming language. Orchestrates research, planning, and implementation phases using specialized agents to produce tests that compile, pass, and follow project conventions. | 9 items | testing, unit-tests, polyglot, test-generation, multi-agent, tdd, csharp, typescript, python, go |
| [power-apps-code-apps](../plugins/power-apps-code-apps/README.md) | Complete toolkit for Power Apps Code Apps development including project scaffolding, development standards, and expert guidance for building code-first applications with Power Platform integration. | 2 items | power-apps, power-platform, typescript, react, code-apps, dataverse, connectors |
| [power-bi-development](../plugins/power-bi-development/README.md) | Comprehensive Power BI development resources including data modeling, DAX optimization, performance tuning, visualization design, security best practices, and DevOps/ALM guidance for building enterprise-grade Power BI solutions. | 8 items | power-bi, dax, data-modeling, performance, visualization, security, devops, business-intelligence |
| [power-platform-architect](../plugins/power-platform-architect/README.md) | Solution Architect for the Microsoft Power Platform, turning business requirements into functioning Power Platform solution architectures. | 1 items | power-platform, power-platform-architect, power-platform, power-apps, dataverse, power-automate, power-pages, power-bi |
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This plugin’s tag list includes a duplicate value (power-platform appears twice). Consider deduplicating to keep the plugins index clean and improve tag-based search/filtering.

Suggested change
| [power-platform-architect](../plugins/power-platform-architect/README.md) | Solution Architect for the Microsoft Power Platform, turning business requirements into functioning Power Platform solution architectures. | 1 items | power-platform, power-platform-architect, power-platform, power-apps, dataverse, power-automate, power-pages, power-bi |
| [power-platform-architect](../plugins/power-platform-architect/README.md) | Solution Architect for the Microsoft Power Platform, turning business requirements into functioning Power Platform solution architectures. | 1 items | power-platform, power-platform-architect, power-apps, dataverse, power-automate, power-pages, power-bi |

Copilot uses AI. Check for mistakes.
Comment on lines +17 to +19
|Skill|Description|
|-|-|
|`power-platform-architect`|Generate a functional Power Platform architecture from business requirements|
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Markdown table under "### Skills" is malformed (rows start with ||), which renders an extra empty column in most Markdown parsers. Update the table to use the standard two-column format (| Skill | Description |, etc.).

Suggested change
|Skill|Description|
|-|-|
|`power-platform-architect`|Generate a functional Power Platform architecture from business requirements|
| Skill | Description |
| --- | --- |
| `power-platform-architect` | Generate a functional Power Platform architecture from business requirements |

Copilot uses AI. Check for mistakes.
Comment on lines +22 to +24
|Input you give|Output you get|
|-|-|
|Business requirements, use case descriptions, discovery-session transcripts|Component recommendations, a narrative architecture walkthrough, and an optional Mermaid.js architecture diagram|
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Markdown table under "## What It Does" is also malformed (rows start with ||), which will render with an unintended blank first column. Consider switching to the standard | ... | ... | table syntax for consistent rendering.

Copilot uses AI. Check for mistakes.
@TimHanewich
Copy link
Copy Markdown
Contributor Author

Fixed the issues pointed out by Copilot above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants