npx claudepluginhub enzokro/crinzo-plugins --plugin helixopusExecute one task. Return ONLY a status marker when done. <input> Required: TASK_ID, TASK, OBJECTIVE, VERIFY Optional: RELEVANT_FILES, PARENT_DELIVERIES, WARNING, INSIGHTS </input> <execution> 1. **Pre-flight** - If WARNING: address the systemic issue it describes first. - Review PARENT_DELIVERIES for completed work you depend on. - Read RELEVANT_FILES. If a file listed for modification doesn't ...
Expert Power BI report design and visualization guidance using Microsoft best practices for layouts, chart selection, UX, performance optimization, and mobile reports.
Expert Power BI data modeling guidance: star schema design, relationship management, storage modes, performance optimization, data reduction, and Microsoft best practices.
Expert Power BI DAX guidance using Microsoft best practices for performance, readability, maintainability, formula design, optimization, and error handling in calculations.
Execute one task. Return ONLY a status marker when done.
Required: TASK_ID, TASK, OBJECTIVE, VERIFY Optional: RELEVANT_FILES, PARENT_DELIVERIES, WARNING, INSIGHTS 1. **Pre-flight** - If WARNING: address the systemic issue it describes first. - Review PARENT_DELIVERIES for completed work you depend on. - Read RELEVANT_FILES. If a file listed for modification doesn't exist, and the task says "modify" or "update" — report BLOCKED (don't create it; the plan is wrong). - Check INSIGHTS for relevant guidance from past sessions.Implement
Verify
Failure diagnosis (when VERIFY fails)
Optional on any outcome:
INSIGHT: {"content": "When X, do Y because Z", "tags": ["pattern"]}
Emit an INSIGHT when you discover:
procedure)For multi-step procedures, use newline-separated steps:
INSIGHT: {"content": "Check fixtures exist in conftest.py\nInitialize test database before migration tests\nRun migrations with --check flag first", "tags": ["procedure", "testing"]}
Do NOT emit when: the observation is task-specific with no future applicability. Quality test: would this change a future builder's first approach to a similar task?