بنقرة واحدة
plan
Plan mode: write markdown plan to .nexus/plans/, no exec.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Plan mode: write markdown plan to .nexus/plans/, no exec.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review PRs: diffs, inline comments via gh or REST.
Create, triage, label, assign GitHub issues via gh or REST.
GitHub PR lifecycle: branch, commit, open, CI, merge.
Search arXiv papers by keyword, author, category, or ID.
Write ML papers for NeurIPS/ICML/ICLR: design->submit.
Throwaway experiments to validate an idea before build.
| name | plan |
| description | Plan mode: write markdown plan to .nexus/plans/, no exec. |
| version | 1.0.0 |
| author | Nexus Agent |
| license | MIT |
| metadata | {"nexus":{"tags":["planning","plan-mode","implementation","workflow"],"related_skills":["writing-plans","subagent-driven-development"]}} |
Use this skill when the user wants a plan instead of execution.
For this turn, you are planning only.
.nexus/plans/.Write a markdown plan that is concrete and actionable.
Include, when relevant:
If the task is code-related, include exact file paths, likely test targets, and verification steps.
Save the plan with write_file under:
.nexus/plans/YYYY-MM-DD_HHMMSS-<slug>.mdTreat that as relative to the active working directory / backend workspace. Nexus file tools are backend-aware, so using this relative path keeps the plan with the workspace on local, docker, ssh, modal, and daytona backends.
If the runtime provides a specific target path, use that exact path.
If not, create a sensible timestamped filename yourself under .nexus/plans/.
/plan, infer the task from the current conversation context.