원클릭으로
dev-agent
用精简流程帮你从想法进入 spec、design、build,并按需执行 QA 与发布门禁。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
用精简流程帮你从想法进入 spec、design、build,并按需执行 QA 与发布门禁。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.
Use when a spec needs customer-facing UX, visual direction, screen acceptance, design references, formal assets, Figma handoff, or design gates before build.
Use when building, modifying, or reviewing user-facing UI, responsive states, accessibility, visual fidelity, functional QA, monkey testing, or product-grade frontend polish.
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.
Refines ideas iteratively. Refine ideas through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger.
| name | dev-agent |
| description | 用精简流程帮你从想法进入 spec、design、build,并按需执行 QA 与发布门禁。 |
Use this as the single native entry skill for Dev Agent. The detailed
workflow skills, personas, commands, references, templates, and gates live in
the installed dev-agent-runtime/ folder.
For existing project work, do not start by reading workflow Markdown. Locate the runtime and run:
bin/dev-flow status <project-name>
bin/dev-flow next <project-name>
Treat next as the execution brief and load only the command, skill,
references, and project files it names. Use bin/dev-flow autonomy <project-name>
for the standalone heartbeat/continue decision and
bin/dev-flow delegate <project-name> for optional host subagent task packets.
Use bin/dev-flow ui-polish <project-name> to record the single UI runtime
visual pass before moving P2/P3 details to UI debt.
Prefer the visible entry:
/dev agent flow <flow-name> [project-name]/dev agent next <project-name>/dev agent check <gate-name> <project-name> [phase-or-options]/dev agent role <role-name> [task]Compatibility alias:
/dev-agent <action> ...Primary lifecycle flows are idea, spec, design, build, qa, and
ship. qa and ship are optional unless the user or project applicability
requires them.
Focused auxiliary flows include figma-design, figma-library, debug, ui,
api, security, and code-simplify.
Supported roles are code-reviewer, product-designer, security-auditor,
test-engineer, and ui-quality-reviewer. Invoke roles only on explicit user
request or when the current risk needs that specialist view; lifecycle phases do
not auto-require personas.
When command snippets are unavailable, locate the installed runtime in one of:
.codex/dev-agent-runtime/${CODEX_HOME:-$HOME/.codex}/dev-agent-runtime/.claude/dev-agent-runtime/$HOME/.claude/dev-agent-runtime/Then use bin/dev-flow status <project-name> and
bin/dev-flow next <project-name> to load the current execution brief. Use
bin/dev-flow manifest, bin/dev-flow command <flow-name>, and
bin/dev-flow agent <role-name> only when the brief or maintenance task calls
for them.
Installed runtime commands manage <project-name>/ in the active
workspace/current shell directory, or in DEV_FLOW_WORKSPACE_ROOT when set.
Do not copy project-specific work into the install directory. Project artifacts
belong under <project-name>/ in the active workspace.