# Co Compliance Learning Capture

> Compliance learning capture and knowledge persistence. Records audit insights, control mapping patterns, and regulatory interpretation lessons. Use when FINISHING a compliance engagement, discovering a control mapping pitfall, or recording lessons for future compliance work.

- Skill: `nahisaho/co-compliance-learning-capture` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nahisaho/co-compliance-learning-capture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nahisaho/co-compliance-learning-capture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: nahisaho (https://skillmd.com/u/nahisaho)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nahisaho/co-compliance-learning-capture

---


# Learning Capture (Compliance)

Record compliance learnings for Memory Persistence.

## Use This Skill When

- Completing a compliance assessment.
- Discovering a framework interpretation issue.
- Updating Gotchas in related co-compliance skills.

## Workflow

1. Identify learning event.
2. Structure: WHAT, WHY, HOW, WHERE.
3. Generate Gotcha entry (1-2 lines, concrete).
4. Update target skill's Gotchas.

Run `python coreclaw-skills-hub/.github/scripts/validate_skill.py` on modified skills.

## Deliverables

- Updated Gotchas in target SKILL.md.
- `logs/learnings-log.jsonl`.

## Quality Gates

- [ ] Learning is specific.
- [ ] Gotcha is 1-2 lines and actionable.
- [ ] No duplicate.
- [ ] Target skill ≤ 500 lines.

If any gate fails: fix and re-validate.

## Gotchas

- コンプライアンス固有の知見（フレームワーク解釈、監査指摘パターン）はこのスイートに記録する
- 学びの記録は監査完了直後に行うこと

## Validation Loop

1. Gotcha 生成 → 2. チェック → 3. 合格後に追記

