# Lissom Plan

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

- Skill: `cuzfrog/lissom-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cuzfrog/lissom-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cuzfrog/lissom-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cuzfrog (https://skillmd.com/u/cuzfrog)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cuzfrog/lissom-plan

---


## 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.

