一键导入
lissom-impl
Dispatch to lissom-implementer agent to execute the implementation given an explicit task_dir, which contains the plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch to lissom-implementer agent to execute the implementation given an explicit task_dir, which contains the plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Runs the full dev cycle (research → plan → impl → review + fix loop) given an explicit task_id.
Dispatches to lissom-planner agent to produce an implementation plan given an explicit task_dir, which contains a specification or research document.
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-impl |
| description | Dispatch to lissom-implementer agent to execute the implementation given an explicit task_dir, which contains the plan. |
| argument-hint | <task_dir> |
task_dir = "$0"impl_delegation = "single" | "multiple" (default: "single")impl_delegation == "multiple"
Step-*.md and Fix-*.md files in <task_dir>/ in numeric order. For each file not already in <task_dir>/Impl-record.json with a sha, use Tool Agent to spawn lissom-implementer with task_dir and step_file (the filename with extension).Step-dependency-graph.md or Fix-dependency-graph-<N>.md to find out parallel execution opportunities.impl_delegation == "single"
lissom-implementer agent with task_dir and let it execute all steps sequentially.FAILED, report immediately.<task_dir>/Impl-record.json.lissom-implementer once more with the same step. If still missing after retry, report with the agent's last response.Write <task_dir>/Impl-summary.md containing:
<task_dir>/Impl-record.json