Drive TaskFlow from terminal API
phase-2.4-claude-code-skillskillsetup L2★0
INFORMUP/TaskFlow ↗What it does
Manage TaskFlow tasks via Claude Code terminal skill
Best for
Engineers who prefer terminal workflows over web UI and want rich scripting/pipeline integration
Inputs
- · task_id
- · filter flags (--mine, --project, --status)
- · transition request
Outputs
- · task summary JSON
- · filtered task list
- · transition confirmation
Requires
- · TaskFlow API
- · ~/.config/taskflow/credentials.toml
Preconditions
TaskFlow API deployed; token created and stored locally; Claude Code CLI installed
Failure modes
Token missing or expired, API unreachable, invalid transition status, permission denied
Trust signals
- · Depends on Phase 2.1 token auth
- · env var override documented
- · Permission model (0600) specified
- · Test surface clearly scoped