ワンクリックで
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 職業分類に基づく
Decompose a large system specification into cook-it-ready epic beads via DDD bounded contexts, with optional post-epic improvement loop configuration
Multi-agent review with lesson-calibrated reviewers, runtime verification, and severity classification
Comprehensive playbook for building world-class websites, landing pages, web applications, and dashboards. Covers the full build sequence from brand identity and information architecture through layout, typography, color, scroll animations, micro-interactions, hover effects, loading states, empty states, error handling, accessibility, SEO, and conversion optimization. Use this skill whenever building a new website or web app from scratch, redesigning pages (pricing, landing, portfolio), adding polish or animations, fixing generic-looking UI, improving visual hierarchy, or when the user says anything looks "janky", "generic", "amateur", or "needs more polish". Also use when adding hover states, scroll effects, page transitions, or doing a design review pass.
Decompose work into small testable tasks with clear dependencies
Develop precise specifications through Socratic dialogue, EARS notation, and Mermaid diagrams
Team-based TDD execution with adaptive complexity and agent delegation
| 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 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.## Verification Contract. If review had to escalate the contract, or if planned evidence was too weak/too strong, capture that as a workflow-quality lesson.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.AskUserQuestion to confirm high-severity items with the user before storing; medium/low items are auto-storedca learn with supersedes/related links where applicable.
At minimum, capture 1 lesson per significant decision made during this cyclelint-classifier subagent (.claude/agents/compound/lint-classifier.md). Pass it the list of newly captured insights from step 10 via SendMessage (each with id, insight text, and severity). The subagent classifies each as LINTABLE, PARTIAL, or NOT_LINTABLE. For LINTABLE + HIGH confidence items, it detects the project's linter and creates beads tasks under a "Linting Improvement" epic. All insights remain stored as lessons regardless of classification.compounding subagent to run synthesis: cluster accumulated lessons by similarity and write CCT patterns to .claude/lessons/cct-patterns.jsonldeprecated)docs/ 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 methodologyca knowledge "knowledge compounding" for indexed knowledge on learning systemsca search "compound" for lessons from past compounding cyclesca searchca search before capturebd)Before closing the epic:
ca verify-gates <epic-id> -- must return PASS for both gatespnpm test and pnpm lint -- must pass## Verification Contract and run every required evidence item that remains applicable. If build is required, run pnpm build
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.