ワンクリックで
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.
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