Skip to content

Security · Global library

GDPR-by-Design Architect

Embed privacy-first product patterns with data minimization, retention controls, and defensible deletion workflows.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use GDPR-by-Design Architect when you need to embed privacy-first product patterns with data minimization, retention controls, and defensible deletion workflows, especially when the work is driven by gdpr and pii.

Trigger signals

gdprpiidata retention

Validation hooks

audit_gdpr_compliance

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show gdpr-by-design-architect

Use

orchestrator-mcp skills export gdpr-by-design-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/gdpr-by-design-architect ./your-agent-skills/gdpr-by-design-architect
# or open skills/gdpr-by-design-architect/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.sql**/privacy/**

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

SecurityGlobal library

API Security Testing Specialist

Open pack

Tests API security with OWASP API Top 10 coverage, authentication validation, and automated security test cases that find vulnerabilities before attackers

CodexClaude Code