Files
llm-wiki/harness/source/workflows/interviewize.json
T

25 lines
708 B
JSON

{
"schema_version": 2,
"source_kind": "workflow",
"id": "interviewize",
"description": "wiki 내용을 면접 답변으로 변환",
"argument_hint": "<wiki 문서 경로 또는 질문>",
"heading_locale": "ko-KR",
"body_path": "harness/source/skills/interviewize.md",
"execution_contract": {"kind": "orchestrated", "profile": "publish", "default_risk": "medium", "design_bearing": true},
"targets": [
{
"kind": "claude-command",
"path": ".claude/commands/interviewize.md"
},
{
"kind": "agent-skill",
"path": ".agents/skills/interviewize/SKILL.md"
},
{
"kind": "agent-workflow",
"path": ".agents/workflows/interviewize.md"
}
]
}