원클릭으로
compound
Use to capture knowledge from solved problems - extracts structured solution documents via 4 specialized agents with dedup enforcement
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use to capture knowledge from solved problems - extracts structured solution documents via 4 specialized agents with dedup enforcement
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use after implementation to run independent code review - dispatches reviewer agents based on task level, ensures author-reviewer separation
Use for the L2+ browser-QA gate. Real-browser mode (Playwright Chromium) is opt-in (--browse / SGC_QA_REAL=1); by default runs a stub returning concern (never rubber-stamps). Writes verdict + findings to reviews/{task}/qa/.
Use when starting any conversation - establishes SGC commands, routes tasks to appropriate skills, and enforces system invariants
Use when requirements are unclear, before planning - clarifies goals, constraints, and acceptance criteria through structured questioning
Use when starting any non-trivial task - classifies task level (L0-L3), runs appropriate planning agents, produces intent document and execution plan
Use when ready to release - verifies all evidence, runs ship gate, handles deployment, triggers compound janitor
| name | compound |
| description | Use to capture knowledge from solved problems - extracts structured solution documents via 4 specialized agents with dedup enforcement |
Run the 4-agent compound cluster (context / solution / related / prevention), dedup-check against existing solutions, write the result atomically.
Core principle: knowledge not captured is lost; polluted knowledge is worse. Dedup and quality are non-negotiable.
janitor.compound after /ship/compound manually to extract from the current task/compound --force to bypass dedup hit| Directory | Access |
|---|---|
| decisions | R |
| progress | R |
| solutions | RW |
| reviews | R |
src/commands/compound.ts (runCompound)src/dispatcher/agents/compound.tssrc/dispatcher/dedup.ts — SHA-256 signature + Jaccard on tags ∪ problem tokens; threshold 0.85writeSolution in src/dispatcher/state.ts — refuses writes without a valid dedup_stampWhen this skill is invoked, dispatch to the sgc CLI:
bun src/sgc.ts compound $ARGUMENTS
Outcomes: compound (new entry) · update_existing (dedup hit; source_task_ids merged, times_referenced bumped) · skip (only via janitor's decision).
Automatic after ship via janitor. Manual for reruns when you need to re-extract knowledge from a completed task.