Returns a pre-configured set of steps from the YAML config. No LLM call is needed — the plan is always the same regardless of input. Useful for enforcing a consistent workflow.
nexus.planner.static:
approval: always
summary: "Code review workflow"
steps:
- description: "Read the changed files"
instructions: "Use the file tool to read all files mentioned in the request. Understand the full context."
- description: "Identify issues"
instructions: "Check for bugs, security issues, performance problems, and style violations."
- description: "Write the review"
instructions: "Summarize findings by severity. Include code suggestions for each issue."