一键导入
apxm-workflows
Use when work is multi-step, long-running, side-effecting, approval-gated, or must survive a coding-host session and remain observable through APXM.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when work is multi-step, long-running, side-effecting, approval-gated, or must survive a coding-host session and remain observable through APXM.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when designing APXM-owned event-triggered loop specs or workflow packs, and when identifying which APXM server/MCP/Dekk capabilities are missing. Do not use as the primary skill for generic MCP usage, workflow following, worker selection, or execution.
Use when converting a Codex skill, Claude/Superpowers-style skill, or local agent procedure into an APXM workflow pack with AIR source, policy, compile targets, verification, and conversion notes.
Use when a decision needs a traceable APXM council with multiple worker perspectives, dissent, critique, evidence, and a final recommendation. Use for architecture choices, risk reviews, plan reviews, and high-impact tradeoff analysis.
Use when following, watching, replaying, archiving, or explaining APXM workflow/run progress through APXM OS observability surfaces such as watch, rollout list, rollout replay, rollout archive, process list, and workflow sessions.
Use when validating, compiling, executing, running, analyzing, or explaining APXM workflow artifacts such as canonical .air workflows, Python frontend workflows, .apxmw workflow files, and compiled APXM objects.
Use when verifying APXM workflow traces, artifacts, schema validity, test evidence, worker outputs, budget records, or whether an APXM run actually satisfied its declared acceptance criteria.
| name | apxm-workflows |
| description | Use when work is multi-step, long-running, side-effecting, approval-gated, or must survive a coding-host session and remain observable through APXM. |
Use APXM when the work needs durable execution, typed admission, resumable events, explicit approvals, or a run that remains alive after the coding host disconnects. Keep quick, read-only reasoning in the current session.
PLUGIN_ROOT as the directory two levels above this skill.python3 "$PLUGIN_ROOT/scripts/apxm_doctor.py"
apxm MCP server advertises the operation needed for the
run. Missing tools are unavailable; do not substitute shell backgrounding or
a second client-owned scheduler.references/operations-and-tools.md for the generated catalog snapshot.Choose APXM when at least one of these is true:
Keep the work in-session when it is a bounded read or a small edit whose lifetime and verification fit entirely inside the current coding-host turn.
.apxmw manifest.setup_required
or unavailable with the failed check. Never report a synthetic success.Return: status, validated, admitted, execution_id, session_id,
trace_id, approval, artifacts, event_cursor, replay_status,
verification, warnings, and next_action.