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 المهني
| 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.
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.