Lissom Plan

Dispatches to lissom-planner agent to produce an implementation plan given an explicit task_dir, which contains a specification or research document.

cuzfrog Updated

File contents

Inputs

  • task_dir = "$0"
  • fix_cycle = "$1" (optional)
  • fix_threshold = "$2" (optional): critical, warning, or suggestion.

Process

Use Tool Agent to spawn lissom-planner, passing: task_dir, fix_cycle, and fix_threshold.

Completion

Return to the caller only after <task_dir>/Plan.md exists and contains at least one step. If it does not exist, re-invoke the agent once before escalating.

cuzfrog/lissom-skills/tree/main/src/skills/lissom-plan commit a8ff54a876

Frequently asked questions

npx skillmds@latest add cuzfrog/lissom-plan