بنقرة واحدة
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 المهني
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.
| 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.