Use when work routes through DCO (Dynamic Central Orchestrator), Telegram bot, Mini-App, or MCP tools and crosses privacy/data classification boundaries. Trigger phrases - "dco safe run", "mcp action with validation", "telegram tool gate", "/mcp safe-run", "mit tool grenzen", "privacy gate". Validates tool output before persisting to DB/wiki/answer. Skip for purely local file edits without external tools and skip when no privacy class change is involved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-workflow-suite:dco-tool-safe-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fuehrt MCP-/Tool-/DB-/Web-Aktionen aus, die Privacy-Klassen ueberschreiten oder externe Faehigkeiten brauchen — mit Pflicht-Validierung der Tool-Ausgabe vor dem Persistieren. Output ist eine validierte Aktions-Sequenz, kein roher Tool-Output.
Fuehrt MCP-/Tool-/DB-/Web-Aktionen aus, die Privacy-Klassen ueberschreiten oder externe Faehigkeiten brauchen — mit Pflicht-Validierung der Tool-Ausgabe vor dem Persistieren. Output ist eine validierte Aktions-Sequenz, kein roher Tool-Output.
Nicht nutzen wenn:
.agent-memory/dco-actions.ndjson mit timestamp, intent, tool, privacy_class, verdict. Kein Quell-Inhalt im Audit.dco_action:
intent: <ein Satz>
channel: chat | mini-app | telegram | schedule | mcp
privacy_class: privat | projekt | oeffentlich | operational
tool_used: <name>
pre_check:
private_export_authorized: true | false | not-applicable
rollback_path: <pfad oder n/a>
idempotent: true | false
execution:
success: true | false
output_validated: true | false
error_class: transient | permanent | unknown | none
persistence:
written_to: <pfad oder antwort>
audit_entry: <pfad>
agentic-os Plugins haben oft eigene Tool-Wrapper; dieser Skill ist die Validierungsschicht obendrauf, nicht ein Ersatz fuer die Tools selbst.
npx claudepluginhub dynamic-dome/claude-plugins-marketplace --plugin agentic-workflow-suiteGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.