Taskflow banner
elpic elpic

Taskflow

Development community

Description

--- name: taskflow description: "Taskflow orchestration — use /taskflow to orchestrate work, /taskflow version for version info" --- Handle the following input: $ARGUMENTS If the input is "version" or contains "version" or "what version": - Read `pyproject.toml` and extract the version field - Report: "Taskflow v{version}" along with the tool count from the MCP server - Do NOT proceed with orchestration For ALL other input (including empty input), follow the Task Orchestration Protocol below.

Installation

Installs to ~/.claude/commands/elpic-taskflow-taskflow.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/elpic/taskflow/HEAD/.claude/commands/taskflow.md -o ~/.claude/commands/elpic-taskflow-taskflow.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository