بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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