Maestro-orchestrate compliance-check
Run a Maestro-style regulatory compliance review for GDPR/CCPA, cookie consent, data handling, and licensing
install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/claude/skills/compliance-check" ~/.claude/skills/josstei-maestro-orchestrate-compliance-check && rm -rf "$T"
manifest:
claude/skills/compliance-check/SKILL.mdsource content
Maestro Compliance Check
Call
get_skill_content with resources: ["architecture"].
Protocol
Before delegating, call
get_skill_content with resources: ["delegation"] and follow the returned methodology.
Workflow
- Identify applicable regulations and define audit scope
- Review data handling patterns, user disclosures, consent flows, retention policies, and third-party integrations
- Audit regulatory compliance: GDPR/CCPA, cookie consent, data residency, licensing, and open-source obligations
- Present findings with regulatory reference, severity, compliance risk, and recommended actions
- Distinguish legal-risk observations from code-level bugs
Constraints
- Present findings before proposing remediation
- Do not modify code without explicit user approval