AI SummaryPowerDocu is a .NET 10 Windows application that auto-generates technical documentation for Microsoft Power Platform components (Cloud Flows, Canvas Apps, Model-Driven Apps, Copilot Studio Agents, AI Models, Business Process Flows, Desktop Flows, and Solutions). Output formats are Word (.docx), Markd
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "PowerDocu — Copilot Instructions" prompt rules to my project. Repository: https://github.com/modery/PowerDocu Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Generate technical documentation from your existing Power Platform solutions, including Flows, apps, agents, Dataverse tables, and more
Project Overview
PowerDocu is a .NET 10 Windows application that auto-generates technical documentation for Microsoft Power Platform components (Cloud Flows, Canvas Apps, Model-Driven Apps, Copilot Studio Agents, AI Models, Business Process Flows, Desktop Flows, and Solutions). Output formats are Word (.docx), Markdown (.md), and HTML. The application ships as a Windows GUI (PowerDocu.exe) and also supports a CLI interface via command-line flags. ---
Prerequisites (Windows)
• .NET 10 SDK • Git (for submodule management) • Visual Studio Code with C# extension (or Visual Studio 2022+)
Repository Structure
` PowerDocu/ ├── PowerDocu.sln # Visual Studio solution (all projects) ├── modules/ │ └── PowerDocu.Common/ # Git submodule (https://github.com/modery/PowerDocu.Common) │ └── PowerDocu.Common/ # The actual library project ├── PowerDocu.GUI/ # Entry point: WinForms GUI + CLI runner ├── PowerDocu.SolutionDocumenter/ # Orchestrator for .zip solution packages ├── PowerDocu.FlowDocumenter/ # Cloud Flow documentation ├── PowerDocu.AppDocumenter/ # Canvas App documentation ├── PowerDocu.AgentDocumenter/ # Copilot Studio Agent documentation ├── PowerDocu.AIModelDocumenter/ # AI Model documentation ├── PowerDocu.AppModuleDocumenter/ # Model-Driven App documentation ├── PowerDocu.BPFDocumenter/ # Business Process Flow documentation ├── PowerDocu.DesktopFlowDocumenter/ # Desktop Flow (Power Automate Desktop) documentation ├── Images/ # Screenshots used in README/docs ├── examples/ # Sample generated output ├── .vscode/ # VS Code build/launch tasks ├── .github/ISSUE_TEMPLATE/ # GitHub issue templates ├── README.md ├── compile.md # How to build from source ├── installation.md # Usage instructions ├── settings.md # All configuration options ├── roadmap.md # Planned features └── softwarereferences.md # Third-party library credits ` ---
Submodule: PowerDocu.Common
Location: modules/PowerDocu.Common/PowerDocu.Common/ Source: https://github.com/modery/PowerDocu.Common Target: net10.0 After cloning, initialize the submodule: `bash git submodule init git submodule update `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts