Wf Status

Show current weft workflow state and recent events. Use only when user types /wf-status.

ccplugins Updated

File contents

Weft Workflow Status

Instructions

  1. Show the current workflow state:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status
    
  2. If --json is in $ARGUMENTS, show raw JSON instead:

    python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status --json
    
  3. If no active workflow, say so and suggest /weft:wf-start.

ccplugins/awesome-claude-code-plugins/tree/main/plugins/weft/skills/wf-status commit 6af5bf1ca0

Frequently asked questions

npx skillmds@latest add ccplugins/wf-status