# Wf Status

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

- Skill: `ccplugins/wf-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ccplugins/wf-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ccplugins/wf-status/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ccplugins (https://skillmd.com/u/ccplugins)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ccplugins/wf-status

---


# Weft Workflow Status

## Instructions

1. Show the current workflow state:
   ```bash
   python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" status
   ```

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

3. If no active workflow, say so and suggest `/weft:wf-start`.

