ワンクリックで
enforce-workflow-off
Suspend workflow and worktree enforcement for the current session (subsumes WORKTREE_OFF).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Suspend workflow and worktree enforcement for the current session (subsumes WORKTREE_OFF).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | enforce-workflow-off |
| description | Suspend workflow and worktree enforcement for the current session (subsumes WORKTREE_OFF). |
| user-invocable | true |
Generate a 1-line reason from the current context describing the intended action, then run:
echo "<<WORKFLOW_ENFORCE_WORKFLOW_OFF: {reason}>>"
WORKFLOW_OFF has "ask" permission — a user confirmation dialog fires before enforcement is suspended. WORKFLOW_ENFORCE_WORKFLOW_ON has "allow" permission — auto-approved, no dialog.
Run /enforce-workflow-on when done to restore enforcement.
See rules/workflow-off.md for full details on what is and is not bypassed.
Conduct a decision-tree interview with the user to lock in requirements, motivation, scope, and non-goals before planning.
Stage 3 of three-stage planning pipeline. Produce a file-level implementation plan via detail-planner/detail-reviewer loop, then get user approval. Inputs are confirmed intent (<session-id>-intent.md) and outline (<session-id>-outline.md) from prior stages.
Edit source code for the current task. Delegates editing and lint/typecheck/self-repair to a subagent.
Plan and write test cases with high reasoning effort. Test iteration runs in a subagent to minimize confirmations.
Explore the codebase to understand existing patterns, constraints, and relevant files before planning.
Investigate git history, docs/history.md, and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.