بنقرة واحدة
no-plan-mode
Prevent plan-mode stalls in autonomous hench agent runs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Prevent plan-mode stalls in autonomous hench agent runs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Swap between local n-dx development build and published npm version
Capture a requirement, feature idea, or task from conversation context
View or change n-dx configuration with guided assistance
Analyze the codebase and propose PRD updates
Restructure the PRD hierarchy — regroup epics, change levels, merge overlaps, create new containers
Pick up a task from the PRD and begin working on it
| name | no-plan-mode |
| description | Prevent plan-mode stalls in autonomous hench agent runs |
When working on an execution task (especially within a hench agent run), you MUST NOT:
EnterPlanMode or produce plan-only responses. Hench runs expect direct implementation.ExitPlanMode as a way to pause execution waiting for user input.Hench agent runs are designed to be autonomous and continuous. When an agent enters plan mode or stalls on ExitPlanMode, the entire run blocks waiting for user approval, breaking the autonomous execution loop. This defeats the purpose of automated task execution.
If you need to make a decision:
append_log.If you're uncertain about the approach:
Grep or Glob.get_zone or get_file_info (sourcevision MCP) to understand context.If the task is genuinely ambiguous:
append_log to document the ambiguity and what you chose.in_progress or completed (depending on progress) and move to the next task.This rule applies to:
ndx work --auto, ndx work --loop, ndx self-heal, etc.)This rule does NOT apply to: