一键导入
input-kanban-execute
Execute an input-kanban-style task.md directly inside the current Agent conversation without submitting it to the Input Kanban dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute an input-kanban-style task.md directly inside the current Agent conversation without submitting it to the Input Kanban dashboard.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | input-kanban-execute |
| description | Execute an input-kanban-style task.md directly inside the current Agent conversation without submitting it to the Input Kanban dashboard. |
Use this skill when the user has an input-kanban-style task.md handoff, often produced by input-kanban-prepare, but wants the current Agent conversation to complete the task directly instead of submitting it to the Input Kanban dashboard.
This skill executes in the current conversation. It does not create an Input Kanban run, does not dispatch workers, and does not use the dashboard scheduler.
input-kanban submit.input-kanban submit unless the user explicitly changes the goal to dashboard execution.Use direct execution for:
Prefer input-kanban submit for:
Keep plans short and operational:
Plan:
1. Inspect ...
2. Change ...
3. Verify ...
Do not over-plan simple tasks.
In the final response, report each criterion as:
Acceptance Criteria:
- [x] Criterion ... — verified by `command` / file inspection / artifact
- [ ] Criterion ... — not completed because ...
If the task file lists expected artifacts:
If an expected artifact is no longer appropriate after inspection, explain why before skipping it.
Prefer existing project commands, such as:
npm run check
node --test <test-file>
pytest <test-file>
go test ./...
Choose the smallest useful verification first. Run broader checks when the task touches shared infrastructure, public APIs, or UI behavior.
Stop and ask the user before continuing when:
input-kanban-prepare writes a structured handoff.
input-kanban-execute consumes that handoff and completes it in the current conversation.
Typical direct-execution prompt:
Use input-kanban-execute on .tmp/input-kanban/20260628-1200-example-task.md and complete it in this conversation.
Typical dashboard alternative:
input-kanban submit --task-file .tmp/input-kanban/20260628-1200-example-task.md --plan-approval