work
Create, start, update, ready, block, unblock, rename, or list Devflow Native work items from local repo state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create, start, update, ready, block, unblock, rename, or list Devflow Native work items from local repo state.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Initialize or bootstrap a repository with Devflow Native presets by calling devflow init and interpreting the result.
Load Devflow Native execution rules and repeated-mistake memory before running shell, browser, MCP, or test commands.
Run configured Devflow Native verification gates and record pass or fail evidence for a work item.
Inspect, install, verify, or repair native Devflow harness files for Codex, Claude Code, MCP, hooks, skills, gates, and review requirements.
Request, perform, or record Devflow Native review evidence before a task can be claimed done.
Inspect Devflow Native project truth, including repo state, work items, sessions, gates, review requirements, and latest handoff context.
| name | work |
| description | Create, start, update, ready, block, unblock, rename, or list Devflow Native work items from local repo state. |
Use when the maintainer asks to define a task slice, track active work, mark work ready, block a task, or inspect current work items.
devflow status --json to see current work state.devflow work list --json or devflow work list --status active|ready|blocked --json before modifying existing work.devflow work create --id <id> --title <title> --json.devflow work start <id> --json.devflow work ready <id> --json,
devflow work block <id> --reason <text> --json, or
devflow work unblock <id> --json.Return the work item id, title, status, owned paths when known, and the next verification or review action.