Skip to content
Development
Command

/compliance-status

Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items

From plugin
msp-claude-plugins
39200 skills141 agents200 commands
Install
$ npx -y skills add wyre-technology/msp-claude-plugins --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/compliance-status

Context preview

What this command does when you run it.

Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items

Command definition

compliance-status.md
description: Summarize a client's ControlMap compliance posture — risks, controls, evidence, action items
argument-hint: "[client]"
arguments: [client]

ControlMap Compliance Status

Summarize a client's compliance posture from ControlMap: health score, open risks, control coverage, evidence gaps, and outstanding action items.

Prerequisites

  • ScalePad MCP server connected with a valid `X_SCALEPAD_API_KEY` and the correct `X_SCALEPAD_REGION` (us/eu/ca/au) for the tenant
  • Optional discovery: `scalepad_navigate` with `domain: "controlmap"` lists the relevant tools
  • Tools used: `scalepad_cm_health_list`, `scalepad_cm_risks_list_summaries`, `scalepad_cm_controls_list_summaries`, `scalepad_cm_evidence_list_summaries`, `scalepad_cm_action_items_search`

Steps

1. **Health overview**

Call `scalepad_cm_health_list` and locate the client's compliance health record.

2. **Risk register**

Call `scalepad_cm_risks_list_summaries` for the client; highlight high-severity and unmitigated risks.

3. **Control coverage**

Call `scalepad_cm_controls_list_summaries`; note controls that are failing or unmapped to framework objectives.

4. **Evidence gaps**

Call `scalepad_cm_evidence_list_summaries`; flag stale or missing evidence.

5. **Outstanding work**

Call `scalepad_cm_action_items_search` for open action items; sort by due date.

6. **Report**

Output: health score, top risks (severity, status, mitigating controls), control pass/fail summary, evidence gaps, and an action item list with owners and due dates.

Examples

/compliance-status "Acme Dental"

Related Commands

  • `/backup-health` - backup evidence for continuity controls
Read more
Ships withmsp-claude-plugins

One command to supercharge Claude Code for MSP workflows. Then restart Claude Code. That's it. Documentation: mcp.wyre.ai

Get the whole plugin, auto-invoked
Stats
39
Stars
0
Views
17
Forks
Active
Maintenance
Astro
Language
Apache-2.0
License
1d ago
Last commit
6mo ago
Created

Repo: wyre-technology/msp-claude-plugins