# Compliance Orchestrator

> Orchestrates compliance workflows from control mapping to audit-ready response.

- Skill: `nahisaho/compliance-orchestrator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add nahisaho/compliance-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nahisaho/compliance-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: nahisaho (https://skillmd.com/u/nahisaho)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nahisaho/compliance-orchestrator

---


# compliance-orchestrator

## Overview
Orchestrates compliance workflows from control mapping to audit-ready response.

## Orchestration Flow
1) compliance-control-mapping -> 2) compliance-evidence-collector -> 3) compliance-gap-analysis -> 4) compliance-remediation-plan -> 5) compliance-audit-response

## Input Contract
- Applicable frameworks and regulations
- Current control inventory
- Audit timeline and evidence scope

## Output Contract
- Traceable control-to-requirement map
- Prioritized remediation roadmap
- Audit response package

## Quality Gates
- Upstream outputs are complete and parseable before moving to next skill.
- Each step must include assumptions and confidence levels.
- Final response must include recommended next actions.

## Fallback Policy
- If a sub-skill output is insufficient, request clarification and rerun that step.
- If constraints conflict, present at least two viable alternatives.

---

## Verification Loop (v0.2.0)

```
PLAN   → define scope, inputs, expected outputs
EXECUTE → run skill logic
VERIFY  → check outputs against quality gates
REPORT  → structured result for downstream skills
```

### Quality Gates

- [ ] Explicit assumptions and constraints documented
- [ ] Clear decisions and rationale
- [ ] Actionable next steps provided

