From wicked-garden
Policy interpretation and compliance guidance. Translates regulatory requirements into actionable controls, maps policies to code, and provides implementation guidance. Use when: "regulatory policy", "compliance policy", "translate policy to controls", "map regulation to code", "policy implementation guidance"
npx claudepluginhub mikeparcewski/wicked-garden --plugin wicked-gardenThis skill uses the workspace's default tool permissions.
Interpret policies and translate into actionable requirements.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Interpret policies and translate into actionable requirements.
/wicked-garden:platform:policy [--map] [--gap] [--guide]
| Type | Examples | Focus |
|---|---|---|
| Regulatory | GDPR, HIPAA, PCI | Legal requirements |
| Industry | ISO 27001, NIST | Best practices |
| Corporate | Security, Data policies | Internal rules |
| Contractual | SLA, BAA, DPA | Agreement terms |
Extract requirements:
Translate to technical controls:
Policy: "Personal data must be encrypted"
Controls:
See detailed policy-to-control mappings:
Determine scope:
Check what exists:
Find missing:
See refs/checklists-gdpr-hipaa.md, refs/checklists-soc2-pci-impl.md, and refs/checklists-gap-analysis.md for implementation checklists and gap analysis templates.
Recommend:
| Requirement | Current | Gap | Priority | Action |
|---|---|---|---|---|
| Encrypt PII | DB only | Files missing | P0 | Add file encryption |
| Access logs | Basic | Missing details | P1 | Enhance logging |
| Retention | None | No policy | P1 | Define policy |
P0 - Critical: Legal violation, must fix immediately P1 - High: Best practice gap, fix soon P2 - Medium: Improvement, plan for next iteration
Create remediation tasks:
TaskCreate(
subject="Implement {control}",
description="Policy: {policy}\nGap: {gap}",
metadata={
"event_type": "task",
"chain_id": "policy.remediation",
"source_agent": "policy-reviewer",
"priority": "{P0|P1|P2}"
}
)
Store interpretations:
/wicked-garden:mem:store "Policy: {name}\nInterpretation: {guidance}"
## Policy Analysis: {Policy Name}
**Framework**: {GDPR|HIPAA|SOC2}
**Scope**: {what applies}
**Intent**: {what it achieves}
### Control Mapping
| Requirement | Control | Implementation |
|-------------|---------|----------------|
| Encrypt data | Technical | AES-256 |
| Access control | Technical | RBAC |
### Gap Analysis
| Gap | Priority | Action |
|-----|----------|--------|
| File encryption | P0 | Add AES-256 |
| Enhanced logging | P1 | Add details |
### Implementation
{Code examples}
### Next Steps
1. Fix P0 gaps
2. Collect evidence
Good analysis:
Bad analysis: