بنقرة واحدة
plan-mode
Enforce planning before acting. Load when user says "plan", "create a plan", or "before implementing".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Enforce planning before acting. Load when user says "plan", "create a plan", or "before implementing".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | plan-mode |
| description | Enforce planning before acting. Load when user says "plan", "create a plan", or "before implementing". |
You are in PLAN MODE. Strictly forbidden:
subagent skill before finalizing the plan.minimax/MiniMax-M3 --thinking high or openai-codex/gpt-5.4-mini --thinking high.Create a numbered list:
1. [Action] → verify: [how to check]
2. [Action] → verify: [how to check]
...
Each step must have:
Only these confirm you may proceed:
Anything else is NOT confirmation.
| Principle | Addresses |
|---|---|
| Think Before Coding | Wrong assumptions, hidden confusion |
| Simplicity First | Overcomplication, bloated code |
| Surgical Changes | Touch only what must change |
| Goal-Driven Execution | Verifiable success criteria |
Use when opening a PR and driving it to green CI — push the branch, write a high-level PR description, watch checks, fix failures, and keep looping until green; also use when an already-open PR gets new commits.
Use when the user starts, resumes, switches, saves, or recalls a named task or ongoing work across sessions (e.g. "remember this", "continue X", "what was I doing on Y", "track this task").
Git commit workflow. Load when finishing any code-change task (after verification) to commit and push, or when explicitly staging/committing.
Use when modifying or adding a transform, loss, model, method, package, task-model, config, docs page, or example in a Lightly AG repo (lightly-ssl or lightly-train) and you need repo-specific conventions.
Spawn a subagent to run a task. Use when you want to delegate work to a separate pi instance.
Use when configuring or replicating LT-DETR v2 (ltdetrv2-s/m/l/x) COCO benchmarks via the lightly-train wrapper — model alias map, global vs per-rank batch size, recipe invariants, ECDet config mapping, cluster pins, and common gotchas.