with one click
plan
Plan mode: write markdown plan to .nexus/plans/, no exec.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Plan mode: write markdown plan to .nexus/plans/, no exec.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.