بنقرة واحدة
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>