원클릭으로
workflow-common-memory
Optional memory conventions shared across commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Optional memory conventions shared across commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
DEPRECATED compatibility shim; workflow-common-core is canonical for all conventions referenced here
Interprets --just-* and --skip-* command flags for /legion:build and /legion:review, validates flag combinations against rules, and resolves the matching team template from intent-teams.yaml. Use when the user passes intent flags to build or review commands, asks about flag combinations, or needs to filter agent teams by intent.
Dev-QA loop engine with structured feedback, fix routing, and user escalation for /legion:review
Executes wave-structured plans with personality-injected agents — parallel or sequential per CLI adapter
Maps all 48 Legion agents by division, capability, and task type for intelligent team assembly
Engine for /legion:map. Analyzes an existing codebase, generates CODEBASE.md for backward-compatible architecture context, and writes .planning/codebase/ index artifacts consumed by /legion:start, /plan, /build, /review, /status, and /quick.
| name | workflow-common-memory |
| description | Optional memory conventions shared across commands |
| triggers | ["memory","outcomes","preferences","learning"] |
| token_cost | low |
| summary | Project-scoped memory behavior and integration rules used when memory-manager is activated. |
Use only when memory behavior is active.
Record memory ONLY at the canonical integration points enumerated in workflow-common/SKILL.md § Memory Integration Points. That table defines the 14 write sites across /legion:build, /legion:review, /legion:plan, and /legion:status. Do NOT record at any other site.
Binding rules:
workflow-common/SKILL.md § Memory Integration Points FIRST, then implement — never write outside the registry.