Learning Capture (MCK)
Record McKinsey-style consulting learnings for Memory Persistence.
Use This Skill When
- Completing a MCK consulting engagement.
- Discovering a MCK framework limitation or edge case.
- Recording lessons for future McKinsey-style engagements.
Workflow
- Identify learning event (framework misapplication, unreliable source, client feedback).
- Structure: WHAT, WHY, HOW, WHERE (which skill to update).
- Generate Gotcha entry (1-2 lines, concrete, actionable).
- Update target skill's Gotchas section.
Deliverables
- Updated Gotchas in target skill's SKILL.md.
logs/learnings-log.jsonl: timestamped learning record.
Quality Gates
- Learning is specific (not generic advice).
- Gotcha entry is 1-2 lines and actionable.
- No duplicate with existing Gotchas.
If any gate fails: identify the specific failing check, fix the issue, and re-validate before proceeding.
Gotchas
- 学びの記録は「ミス発生直後」に行うこと。時間が経つと詳細を忘れる
- MCK固有の知見と汎用的な知見を区別すること。MCK固有の知見はこのスイートのスキルに、汎用知見はco-consultantに記録する
Validation Loop
Run python coreclaw-skills-hub/.github/scripts/validate_skill.py on modified skills after Gotchas update.
- Gotcha エントリを生成
- チェック: 具体的か、重複なしか、500行以内か
- 合格後に追記実行