원클릭으로
brat-memory
Memory phase skill. Input: session findings. Output: structured memory notes in KB.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Memory phase skill. Input: session findings. Output: structured memory notes in KB.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Architecture phase skill. Input: product requirements + current arch KB. Output: architecture design as zkb notes.
Auto-bootstrap skill. Input: codebase scan. Output: product/architecture notes + consistency score + inconsistencies.
Implementation phase skill. Input: architecture design. Output: working code with tests, written in swimlanes.
Product phase skill. Input: user intent + current product KB. Output: structured product requirements as zkb notes.
Review phase skill. Input: completed implementation artifact. Output: merge decision or human approval request.
| name | brat-memory |
| description | Memory phase skill. Input: session findings. Output: structured memory notes in KB. |
After task completion or failure, write structured memory notes to the zkb knowledge base for future agents.
{
"session": {
"task_id": "string",
"component": "string",
"engine": "string",
"duration_ms": "number"
},
"findings": {
"discoveries": ["string (new patterns, conventions)"],
"conventions": ["string (coding conventions observed)"],
"pitfalls": ["string (things to avoid)"],
"useful_commands": ["string (commands that worked)"]
},
"outcome": {
"status": "success|failure|partial",
"reason": "string"
}
}
{
"notes_created": [
{
"title": "string",
"slug": "string",
"type": "fleeting|permanent",
"tags": ["string"]
}
],
"links_created": [
{
"from": "string",
"to": "string",
"type": "reference|continuation"
}
]
}
memory, component:<name>, task:<id>fleeting to permanent when a pattern is validated