Candidate Plan Generator

Use when generating multiple candidate plans from a normalized request before the user approves execution.

vimalinx 212fe8a 1.0 KB Updated 0 repo stars

File contents

candidate-plan-generator

Responsibility

Produce at least two viable plans from the same request so the user can choose a strategy instead of inheriting a single hidden assumption set.

Inputs

  • normalized request object
  • routing hints
  • available workflow options

Outputs

  • conservative plan
  • efficient plan
  • optional exploratory plan

Workflow

  1. Build a baseline conservative plan with explicit prerequisites.
  2. Build a faster or leaner efficient plan with clear trade-offs.
  3. Add an exploratory plan only when uncertainty is materially high.
  4. Make risks, outputs, and validation criteria explicit per plan.

Guardrails

  • Never return only one plan unless the task is truly degenerate.
  • Separate strategy differences from formatting differences.
  • Plans should describe stages and validations, not raw shell transcripts.

vimalinx/bio-agent/tree/main/.claude/skills/orchestrator/candidate-plan-generator commit 212fe8af78

Frequently asked questions

npx skillmds add vimalinx/candidate-plan-generator