원클릭으로
wf-analyze
Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Query the weft event log with filters. Use only when user types /ev-query.
Check weft template currency — drift of working copies vs the bundled canonical, and whether the plugin clone is behind upstream. Use only when user types /wf-doctor.
Resume a weft workflow parked in 'waiting' at a human gate (unattended on_fail=block). Use only when user types /wf-resume.
Execute the current weft step via the Claude Code Workflow tool, then auto-transition on the structured verdict. Use only when user types /wf-run-step, or when advancing a step whose template declares an executor.
Initialize a weft workflow from a template or inline steps. Use only when user types /wf-start.
Create a new weft workflow template or edit an existing one interactively. Use only when user types /wf-template.
| name | wf-analyze |
| description | Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze. |
| argument-hint | [--template NAME] |
| allowed-tools | ["Bash","Read"] |
Read-only. Aggregates the event log into per-template metrics and surfaces recurring friction.
$ARGUMENTS
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" analyze $ARGUMENTS
With no arguments, it reports across all templates. Pass --template NAME to scope to one.
Present results in a readable format, not raw JSON.
workflow-qa.jsonl/wf-analyze — metrics across all templates/wf-analyze --template feature-workflow — scope to one template