diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c37cdaf5f..92c1084c8 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -573,6 +573,31 @@ "description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.", "version": "1.0.0" }, + { + "name": "whatidid", + "description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/What-I-Did-Copilot", + "keywords": [ + "copilot", + "productivity", + "impact", + "report", + "estimation", + "roi", + "session-logs" + ], + "license": "MIT", + "repository": "https://github.com/microsoft/What-I-Did-Copilot", + "source": { + "source": "github", + "repo": "microsoft/What-I-Did-Copilot" + } + }, { "name": "winui3-development", "source": "winui3-development", diff --git a/plugins/external.json b/plugins/external.json index 08afb1447..830437c15 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -138,5 +138,22 @@ "source": "github", "repo": "figma/mcp-server-guide" } + }, + { + "name": "whatidid", + "description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/microsoft/What-I-Did-Copilot", + "keywords": ["copilot", "productivity", "impact", "report", "estimation", "roi", "session-logs"], + "license": "MIT", + "repository": "https://github.com/microsoft/What-I-Did-Copilot", + "source": { + "source": "github", + "repo": "microsoft/What-I-Did-Copilot" + } } ]