Files
document-haness/.agents/skills/running-tech-log-pipeline/templates/run.json
T

102 lines
2.3 KiB
JSON

{
"schemaVersion": 1,
"runId": "<YYYY-MM-DD-HHMM>",
"project": "<프로젝트>",
"record": "<docs/<프로젝트>/tech-log-studio/<주제>/<종류>/<기록>.md — 이 런이 만드는 기록>",
"startedAt": "<ISO-8601>",
"finishedAt": null,
"stages": [
{
"id": "S1",
"name": "코드베이스 → SSOT",
"skill": "analyzing-codebase-for-tech-log",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S2",
"name": "SSOT → 분해 계약",
"skill": "deriving-tech-log-root-tree",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S3",
"name": "글감 → 기록",
"skill": "writing-tech-log-records",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S4",
"name": "기록 → 그림",
"skill": "technical-visualizer",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S5",
"name": "AI 티 제거",
"skill": "rewriting-technical-prose-naturally",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S6",
"name": "일한 사람의 목소리",
"skill": "writing-as-the-person-who-did-it",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
},
{
"id": "S7",
"name": "Studio 저장",
"skill": "publishing-tech-log-to-studio",
"runBy": "subagent",
"status": "PENDING",
"skipReason": "",
"skillEcho": "",
"inputs": [],
"outputs": [],
"gates": [],
"notes": ""
}
]
}