ワンクリックで
comply
Run compliance review — PII handling, audit trails, data retention, and ML fairness checks with model card generation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run compliance review — PII handling, audit trails, data retention, and ML fairness checks with model card generation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Switch model mid-session preserving thinking blocks. Used by /model command and by BRD §6.2 failover when the primary provider rate-limits or fails.
Six-phase ReAct loop (pre-check, thinking, self-critique, action, tool, post). Activates per-workflow via the thinking_level knob in config/workflows.yaml. Replaces standard ReAct for workflows where independent verification of the reasoning improves outcomes.
Mines completed sessions for repeating {tool sequence → outcome} tuples. Scores by frequency × success_rate × novelty. High-scoring tuples become "instincts" — candidate skill seeds — in instincts/pending/.
Walk-back algorithm for the Spec-Auditor subagent. Given a failure at phase N, identifies the earliest phase whose spec, if tightened, would have prevented the failure. Proposes a surgical amendment.
Sessions stored as trees (not lists). /fork creates a branch from any point; /tree navigates; /branch labels a path; /export produces HTML for review. All branches live in one session file under sessions/<project>/<session_id>.json.
Progressive context refinement for subagents. Don't dump everything; retrieve in passes. Start with a list of file paths and one-line abstracts; load full content only when the abstract proves insufficient.
| name | comply |
| description | Run compliance review — PII handling, audit trails, data retention, and ML fairness checks with model card generation. |
Run a comprehensive compliance review covering data privacy, audit requirements, and ML fairness.
/comply
project-manifest.json exists with regulations and optionally ml_models sections.Read project-manifest.json. Extract:
regulations — applicable regulations (GDPR, HIPAA, SOC2, etc.)ml_models — model definitions, if presentstack — to locate source code pathsSpawn compliance-reviewer agent to perform the review. The agent checks:
If ml_models is present in the manifest:
docs/data-privacy-policy.md if PII is detected and no policy existsIf ML models are present and docs/model-card.md does not exist:
/model-card skill, which extracts model metadata, metrics, dataset info, fairness analysis, and fills the template./model-card is the single source of truth for this artifact.Generate specs/reviews/compliance-report.md with:
| File | Condition |
|---|---|
specs/reviews/compliance-report.md | Always |
docs/model-card.md | ML projects, if missing |
docs/data-privacy-policy.md | If PII detected, if missing |