A full compliance verification pipeline. An agent team collaborates to perform law mapping, status audit, gap analysis, and remediation planning in a single pass. Use this skill for contexts such as 'check regulatory compliance', 'compliance check', 'legal compliance status', 'run gap analysis', 'regulatory response plan', 'legal risk analysis', 'compliance audit', 'regulatory inspection', 'compliance status assessment', and other compliance verification tasks. Note: Actual legal counsel (attorney opinions), litigation representation, administrative filings/submissions, and direct integration with legal databases (case law search systems) are outside the scope of this skill.
Systematically diagnoses an organization's law and regulation compliance status, analyzes gaps, and develops actionable remediation plans.
Agent Team — 4 agents communicate directly via SendMessage and cross-verify each other's work.
| Agent | File | Role | Type |
|---|---|---|---|
| law-mapper | .claude/agents/law-mapper.md | Law identification, clause mapping, obligation extraction | general-purpose |
| status-auditor | .claude/agents/status-auditor.md | Status investigation, evidence collection, compliance assessment | general-purpose |
| gap-analyst | .claude/agents/gap-analyst.md | Gap identification, risk calculation, priority derivation | general-purpose |
| remediation-planner | .claude/agents/remediation-planner.md |
| Corrective actions, scheduling, monitoring framework |
| general-purpose |
_workspace/ directory in the project root_workspace/00_input.md_workspace/ and utilize for the relevant phase| Order | Task | Owner | Dependencies | Output |
|---|---|---|---|---|
| 1 | Law Mapping | law-mapper | None | _workspace/01_law_mapping.md |
| 2 | Status Audit | status-auditor | Task 1 | _workspace/02_status_audit.md |
| 3 | Gap Analysis | gap-analyst | Tasks 1, 2 | _workspace/03_gap_analysis.md |
| 4 | Remediation Plan | remediation-planner | Tasks 1, 2, 3 | _workspace/04_remediation_plan.md |
Inter-agent Communication Flow:
_workspace/01_law_mapping.md02_status_audit.md03_gap_analysis.md04_remediation_plan.md| User Request Pattern | Execution Mode | Agents Deployed |
|---|---|---|
| "Full compliance check", "Full compliance audit" | Full Pipeline | All 4 agents |
| "Tell me which laws apply" | Law Mapping Mode | law-mapper only |
| "Just assess current compliance status" (existing mapping available) | Status Audit Mode | status-auditor |
| "Just do gap analysis" (mapping + status available) | Gap Analysis Mode | gap-analyst |
| "Just create a remediation plan" (gap analysis results available) | Remediation Plan Mode | remediation-planner |
Using Existing Files: If the user provides existing law mapping, status audit, or other materials, copy them to the appropriate numbered position in _workspace/ and skip that phase's agent.
| Strategy | Method | Purpose |
|---|---|---|
| File-based | _workspace/ directory | Storing and sharing main deliverables |
| Message-based | SendMessage | Real-time delivery of key information, revision requests |
File naming convention: {order}_{agent}_{deliverable}.{extension}
| Error Type | Strategy |
|---|---|
| Web search failure | Law analyst works based on general knowledge, notes "latest amendments unverified" |
| Insufficient target organization info | Assume-based audit using general organization standards, note "assumption-based" |
| Agent failure | Retry once -> if failed, proceed without that deliverable, note omission in final report |
| Uncertain law applicability | Conservatively include, note "professional legal consultation recommended" |
| Gap analysis and status audit inconsistency | remediation-planner identifies inconsistency, applies conservative judgment |
Prompt: "Run a full check on our online shopping mall's Personal Information Protection Act compliance." Expected Results:
Prompt: "List the labor-related laws applicable to our company. We're a 50-person IT company." Expected Results:
Prompt: "Check our regulatory compliance, we're a financial company but I don't know the details." Expected Results:
| Agent | Extension Skill | Purpose |
|---|---|---|
| law-mapper, gap-analyst | regulation-knowledge-base | Industry-specific applicable law DB, obligation mapping |
| status-auditor, remediation-planner | audit-checklist-engine | Audit checklist generation, compliance maturity assessment |