25 lines
739 B
JSON
25 lines
739 B
JSON
{
|
|
"schema_version": 2,
|
|
"source_kind": "workflow",
|
|
"id": "explain",
|
|
"description": "canonical 문서를 1타강사식 explainer(개인 이해용)로 변환",
|
|
"argument_hint": "<wiki/concepts 또는 wiki/projects 문서 경로 또는 주제>",
|
|
"heading_locale": "ko-KR",
|
|
"body_path": "harness/source/skills/explain.md",
|
|
"execution_contract": {"kind": "orchestrated", "profile": "design", "default_risk": "low", "design_bearing": true},
|
|
"targets": [
|
|
{
|
|
"kind": "claude-command",
|
|
"path": ".claude/commands/explain.md"
|
|
},
|
|
{
|
|
"kind": "agent-skill",
|
|
"path": ".agents/skills/explain/SKILL.md"
|
|
},
|
|
{
|
|
"kind": "agent-workflow",
|
|
"path": ".agents/workflows/explain.md"
|
|
}
|
|
]
|
|
}
|