Updates the RBLclass online documentation site (website/, MkDocs Material) to reflect a change that was just implemented. Given a description of what changed (and, ideally, the commit diff or the roadmap item), it edits the affected Markdown pages so the site stays accurate, then reports which pages it touched. Invoke…
Read-only preparation subagent for RBLclass feature implementation. Given a sprint version, item label, and the full roadmap item text, searches the codebase to locate all affected files, reads the relevant sections, and returns a structured Implementation Brief for the /feature-impl skill. Always invoke before…
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…