一键导入
lissom-plan
Dispatches to lissom-planner agent to produce an implementation plan given an explicit task_dir, which contains a specification or research document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatches to lissom-planner agent to produce an implementation plan given an explicit task_dir, which contains a specification or research document.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Runs the full dev cycle (research → plan → impl → review + fix loop) given an explicit task_id.
Dispatch to lissom-implementer agent to execute the implementation given an explicit task_dir, which contains the plan.
Dispatches lissom-specs-reviewer and then lissom-researcher agents optionally to refine the specification and produce the research document given an explicit task_dir, which contains the original specification.
Dispatches to lissom-reviewer agent to review the implementation given an explicit task_dir, which contains the related documents.
| name | lissom-plan |
| description | Dispatches to lissom-planner agent to produce an implementation plan given an explicit task_dir, which contains a specification or research document. |
| argument-hint | <task_dir> [fix_cycle] [fix_threshold] |
task_dir = "$0"fix_cycle = "$1" (optional)fix_threshold = "$2" (optional): critical, warning, or suggestion.Use Tool Agent to spawn lissom-planner, passing: task_dir, fix_cycle, and fix_threshold.
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.