Wf Preview

Preview a weft workflow template with full step details. Use only when user types /wf-preview.

ccplugins 4a41528 882 B Updated

File contents

Preview Weft Template

Show a detailed view of a workflow template's steps, policies, and guards.

Arguments

$ARGUMENTS

Instructions

  1. If no arguments, list available templates first:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" start
    

    Then ask which one to preview.

  2. Show the detailed preview:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" preview <template-name>
    
  3. Explain the template to the user:

    • What each step does (from descriptions if available)
    • Which steps have guards and what they block
    • Which steps have non-default on_fail policies
    • Which steps are optional
    • Total step count and expected flow
  4. Suggest: "Use /wf-start <name> to start this workflow."

ccplugins/awesome-claude-code-plugins/tree/main/plugins/weft/skills/wf-preview commit 4a41528a28

Frequently asked questions

npx skillmds@latest add ccplugins/wf-preview