一键导入
roadmap
Plan / revise / apply / drop / show PLANNED-scope phases on the eawf roadmap queue. Mutates state.json via the lifecycle transitions; one phase at a time.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Plan / revise / apply / drop / show PLANNED-scope phases on the eawf roadmap queue. Mutates state.json via the lifecycle transitions; one phase at a time.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Model-only playbook for adding a property-based test that pins a function's invariant.
Dispatch a claimed wave to a runtime per the V8 session-reuse ladder.
Fresh-context verification of a phase deliverable or wave outcome. Spawns a fresh auditor subagent that re-reads the diff against the success criteria.
Auto-chained research follow-up skill with recursion guard for residual unknowns.
Resolve the Co-Authored-By trailer policy for the active repo.
Compress the session conversation when context approaches the limit.
| name | roadmap |
| description | Plan / revise / apply / drop / show PLANNED-scope phases on the eawf roadmap queue. Mutates state.json via the lifecycle transitions; one phase at a time. |
| argument-hint | propose|revise|apply|drop|show <phase-id> [flags] |
| user-invocable | true |
| disable-model-invocation | true |
propose stages a new PLANNED phase + its P##-I01 iter on the queue without any waves yet. Emits a needs_user envelope with the rendered plan text — the active runtime (Claude plan-mode, Codex text-prompt) surfaces it for operator approval.revise edits the PLANNED scope via structured flags: --add-wave, --remove-wave, --set-deps, --retitle. Wave-level mutations route through the PENDING-only transitions on the lifecycle state machine.apply is the post-propose confirmation step. It validates that the phase is PLANNED with at least one wave and emits an ok envelope; the actual planning is already persisted (propose does the state mutation). Use it as the handoff into /prep.drop archives a PLANNED phase (PLANNED → ARCHIVED) when the operator rejects the proposed plan.show renders the queue: text table (default), markdown (--md), or JSON envelope (--json).--from-briefs should be promoted research artefacts (RES-YYYY-MM-DD-NNN).roadmap propose is the single decision surface — its envelope status is needs_user. The runtime adapter (Claude / Codex / OpenCode) maps the envelope's decision_kind=approve_plan body to its native confirm UI. revise, apply, and drop emit ok envelopes — operator has already approved via propose (or is walking back via drop).
status=needs_user envelope for propose (carries plan_text + options). status=ok envelope for revise, apply, drop, show — body shape varies per command. JSON envelope is the machine surface; the default text render is for terminal use.