From movp
MoVP control plane — health scores, recommendations, anomalies, cost awareness, and constraint checks. Invoke at the start of every working session and when the user mentions project health, cost, stability, recommendations, anomalies, or constraints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/movp:movp-control-planeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When starting a new working session, read the control plane snapshot to establish context:
When starting a new working session, read the control plane snapshot to establish context:
movp://control-plane/health-scores — note any dimension below 0.7 (maps to <7/10)movp://control-plane/recommendations — identify recommendations relevant to the current taskmovp://control-plane/anomalies — note any active HIGH or CRITICAL severity anomaliesPresent this context concisely and only when relevant. Do not dump raw JSON. Do not interrupt if the user has already stated their task — weave context into the first substantive response.
Example:
Before we begin — project health is 8.7/10 (30d). There's an active recommendation
about cache efficiency in auth service queries, which is directly relevant to this
refactor. I'll factor that in.
Do NOT present health context if:
movp://control-plane/recommendations for matching active recommendations before proposing solutions.get_cost_summary tool (not the resource snapshot) to get a fresh parameterized breakdown.dismiss_recommendation only when the user explicitly confirms.check_constraints to run a heuristic check."confidence": "heuristic" framing when presenting results — these are advisory, not formal gates.get_review_status).Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mostviableproduct/movp-plugins --plugin movp