원클릭으로
brat-implementation
Implementation phase skill. Input: architecture design. Output: working code with tests, written in swimlanes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implementation phase skill. Input: architecture design. Output: working code with tests, written in swimlanes.
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.
Memory phase skill. Input: session findings. Output: structured memory notes in KB.
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-implementation |
| description | Implementation phase skill. Input: architecture design. Output: working code with tests, written in swimlanes. |
Read architecture design and implement components in parallel using TDD. Write tests first, then implementation.
{
"architecture": {
"components": [
{
"name": "string",
"responsibility": "string",
"interfaces": ["string"],
"dependencies": ["string"],
"file_paths": ["string"]
}
],
"test_strategy": {
"unit_tests": ["string"],
"integration_tests": ["string"]
}
},
"swimlane": {
"lane_id": "string",
"engine": "claude|codex|aider",
"worktree": "string"
},
"assigned_component": {
"name": "string",
"file_paths": ["string"]
}
}
{
"implemented_files": [
{
"path": "string",
"description": "string",
"tests_passing": "boolean"
}
],
"tests_written": [
{
"path": "string",
"test_type": "unit|integration",
"status": "passing|failing"
}
],
"checkpoints": [
{
"timestamp": "string (ISO 8601)",
"milestone": "string",
"tests_run": "string (command + result)"
}
],
"memory": "string (findings to store in KB)",
"state": "completed|blocked|failed"
}
path: locks before editing files