원클릭으로
input-kanban-prepare
Prepare execution-ready task.md handoffs for input-kanban from external Agent conversations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare execution-ready task.md handoffs for input-kanban from external Agent conversations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | input-kanban-prepare |
| description | Prepare execution-ready task.md handoffs for input-kanban from external Agent conversations. |
Use this skill when a task discussed in an external Agent conversation needs to be handed off to input-kanban for execution.
This skill prepares an execution-ready task.md. It does not execute the task and does not decide final acceptance.
input-kanban submit command until the handoff passes the quality gate..tmp/input-kanban/YYYYMMDD-HHmm-<short-slug>-task.md.Prefer writing the handoff to a timestamped local draft path:
.tmp/input-kanban/YYYYMMDD-HHmm-<short-slug>-task.md
Example:
.tmp/input-kanban/20260601-1909-p0-precompute-input-copy-boundary-task.md
Use local time for YYYYMMDD-HHmm. Keep <short-slug> lowercase, descriptive, and shell-friendly.
task.md Shape# Task
## Goal
...
## Non-Goals
- ...
## Acceptance Criteria
- [ ] ...
- [ ] ...
## Expected Artifacts
- Path: `...`
Verify: ...
## Context References
- `...`
## Execution Hints
### Suggested Batches
- Batch: ...
Reason: ...
Max parallel: ...
Tasks:
- ...
## Risks and Assumptions
- ...
Before producing the submit command, confirm:
If any item fails, do not submit. Ask for clarification or improve the handoff.
Prefer plan approval for external handoffs:
input-kanban submit --task-file .tmp/input-kanban/20260601-1909-p0-precompute-input-copy-boundary-task.md --plan-approval
Use --json when another tool needs structured output:
input-kanban --json status <runId>
input-kanban --json result <runId>