一键导入
wf-status
Show current weft workflow state and recent events. Use only when user types /wf-status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show current weft workflow state and recent events. Use only when user types /wf-status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Query the weft event log with filters. Use only when user types /ev-query.
Analyze weft workflow runs for timing and friction. Use only when user types /wf-analyze.
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.
| name | wf-status |
| description | Show current weft workflow state and recent events. Use only when user types /wf-status. |
| allowed-tools | ["Bash","Read"] |
Show the current workflow state:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status
If --json is in $ARGUMENTS, show raw JSON instead:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status --json
If no active workflow, say so and suggest /weft:wf-start.