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.