pbip-demo-agentic-mcp — Summary
pbip-demo-agentic-mcp is a demonstration repository showing how to build Power BI Projects (PBIP) agentically using the powerbi-modeling-mcp MCP server (currently in private preview from Microsoft). The repo does not ship a plugin or skills package; it ships a structured workflow template: a .kb/ folder with Power BI development knowledge bases, a .bpa/ folder with Best Practice Analysis scripts, a .input/ folder with prompt templates and requirements, and a template report. The core workflow is spec-first: the agent produces a dev-spec.md for review before any implementation, then implements against BPA rules iteratively until all critical violations are resolved. With only 30 stars and last commit in September 2025, this is a Tier A entry primarily as a demonstration of the powerbi-modeling-mcp private-preview tooling.
Differs from seeds: Closest to kiro (spec-first: requirements → spec → implementation) but without an IDE, hooks, or primitive system. The BPA iterative loop (execute → check violations → fix → re-execute until clean) mirrors kiro's steering file pattern but uses a shell script rather than IDE hooks.