Runs the full active sprint for the RBLclass add-in. Reads ROADMAP.md to find the highest vX.X.X section with unchecked items, then implements all items in document order using the feature-prep subagent and /feature-impl skill. Preparation for item N+1 starts in parallel with N's implementation (same dispatch…
Implements one RBLclass roadmap item end-to-end. Expects an Implementation Brief in the current context (produced by the feature-prep subagent, typically via /dev-sprint). If no brief is in context, invokes feature-prep first. After implementing, runs /reload-addin and asks the user the brief's verification questions…
Build the RBLclass product add-in and package it as both a self-contained PowerShell install kit (.zip) and the per-user MSI that pilots actually double-click (per docs/installation-guide.html). Triggered manually with /make-release. Targets the real Phase 1 product (src/RBLclass. + RBLclass.sln), NOT the Phase 0 POC…
Local dev loop for this machine - rebuild the RBLclass product add-in and reload it into Outlook (build, close Outlook, install, restart Outlook) so a freshly-developed change can be verified live. Run this at the end of a development task when the user needs to check the change in Outlook. Targets the real product…