ワンクリックで
compound
Reflect on the cycle and capture high-quality lessons for future sessions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reflect on the cycle and capture high-quality lessons for future sessions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | Compound |
| description | Reflect on the cycle and capture high-quality lessons for future sessions |
Extract and store lessons learned during the cycle, and update project documentation. This is what makes the system compound -- each session leaves the next one better equipped.
CRITICAL: Store all lessons via npx ca learn -- NOT via MEMORY.md, NOT via markdown files.
Lessons go to .claude/lessons/index.jsonl through the CLI. MEMORY.md is a different system and MUST NOT be used for compounding.
bd show <epic>). Note any divergences -- what changed, why, was it justified. If drift reveals a spec was wrong or incomplete, flag that for lesson extraction.team_name):
.claude/skills/compound/agents/{context-analyzer,lesson-extractor,pattern-matcher,solution-writer,compounding}/SKILL.mdSendMessage. The lead coordinates: context-analyzer and lesson-extractor feed pattern-matcher and solution-writer, which feed compounding.npx ca learn with supersedes/related links where applicable.
At minimum, capture 1 lesson per significant decision made during this cyclecompounding subagent to run synthesis: cluster accumulated lessons by similarity and write CCT patterns to .claude/lessons/cct-patterns.jsonldeprecated)AskUserQuestion to confirm high-severity items with the user before storing; medium/low items are auto-storeddocs/ content is outdated after the cycledocs/decisions/ for ADRs contradicted by the work donedeprecated if a decision was reversed, referencing the new ADRdocs/compound/research/learning-systems/ for knowledge compounding theory, spaced repetition, and lesson extraction methodologynpx ca knowledge "knowledge compounding" for indexed knowledge on learning systemsnpx ca search "compound" for lessons from past compounding cyclesnpx ca searchnpx ca search before capturebd)Before closing the epic:
npx ca verify-gates <epic-id> -- must return PASS for both gatespnpm test and pnpm lint -- must pass
If verify-gates fails, the missing phase was SKIPPED. Go back and complete it.
CRITICAL: 3/5 phases is NOT success. All 5 phases are required.Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Audit and set up a codebase for agentic AI development using the 15-principle manifesto
Full-cycle orchestrator chaining all five phases with gates and controls
Reviews code for architectural compliance and design integrity
Deep semantic analysis of codebase against rules, patterns, and lessons