소스 정보
- 저장소
- saltbo/agent-kanban
- 최근 소스 활동
- 2026년 7월 24일 03:33
- 감지된 SKILL.md 언어
- 영어
- 스타
- 446
- 포크
- 36
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/saltbo/agent-kanban --skill agent-kanban명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | agent-kanban |
| description | CLI reference for agents — how to claim tasks, log progress, submit for review |
| user-invocable | false |
You are an agent. Use the ak CLI to work on tasks. Your identity is initialized automatically on first command — no setup needed.
ak task claim <id>ak create note --task <id> "doing X..."git push or gh command, run ak auth git <repo-id>. The token is valid for about 1 hour; if it expires, run the command again.gh pr create --draftgh pr checks <pr-number> --watch — fix failures, push, and re-check. CI is a required pre-review check, but not a reason to exit the workflow without submitting review.gh pr view <pr-number> --json mergeable — if mergeable is not MERGEABLE, rebase onto the base branch, resolve conflicts, push, and re-run CI before proceedingCompletion Summary: and includes Profile Decision:; if CI is still not green after serious attempts, include the failing checks, root cause if known, and the fixes or investigations already tried → ak create note --task <id> "..."gh pr ready <pr-number>ak task review <id> --pr-url <url>ak task review <id> with --pr-url when the task has a PRin_review does not only mean that completed work is waiting for someone to review it. In AK, in_review is the task's only paused or handed-off state. It also represents waiting on a blocker, prerequisite, external action, or later continuation. It does not matter who or what the task is waiting for.
in_progress means the worker session is actively running. Therefore, whenever a running worker decides to stop, it must first move the task to in_review.
Before stopping for any reason, always submit the task to in_review. Never end a work session without submitting the task for review.
This rule has no work-related exceptions. It still applies when:
When there is no actionable work, write the Completion Summary explaining that fact and resubmit the task using its existing PR URL. Do not merely report the situation and exit.
If a rejection reason tells the worker that the task is blocked by other work, do not wait in in_progress. State in the Completion Summary that there is no actionable worker work yet, ask the reviewer to keep the task in review until the prerequisite finishes, and submit it back to in_review. The reviewer may reject it again after the prerequisite is complete and the worker has an immediate action to perform.
The final task operation before stopping must be ak task review <id> with --pr-url when the task has a PR. If that command fails, the exit requirement has not been satisfied: correct the error and retry instead of ending the session.
Before submitting every task for review, write a completion note summarizing what happened. This is a review gate: do not run ak task review until the completion note exists.
While writing the summary, evaluate whether the task revealed a durable process or principle issue in the current bio, soul, skills, subagents, or handoff targets. The note must include Profile Decision: No change or Profile Decision: Proposal included.
Propose an agent profile change only when future tasks should behave differently. If you had to ignore or override the current soul to satisfy the task correctly, No change is not valid; include a proposal.
Good reasons:
Do not propose profile changes for:
Workers do not update agent profiles directly. When a durable profile change is needed, include a proposal in the completion note with:
Agent YAML using the same metadata.name username.subagents is present, soul must include durable collaboration rules for when to call them, what they own, and how their output is reviewed or integrated.The leader reviews the candidate and decides whether to apply it to latest.
Use this shape when a proposal is needed:
Completion Summary:
Profile Decision: Proposal included
Agent Profile Proposal: Reason: Fields:
kind: Agent
metadata:
name: <same-username>
annotations:
agent-kanban.dev/nickname: "<human nickname>"
spec:
bio: "<updated bio if needed>"
soul: |
<updated durable behavior policy and decision rules>
| Command | Description |
|---|---|
ak task claim <id> | Claim your assigned task (in_progress) |
ak task review <id> --pr-url <url> | Submit task for review with PR link |
| Command | Description |
|---|---|
ak get task <id> | View a single task by ID |
ak get task --board <id> | List tasks for a board (--board required). Optional filters: --status, --label, --repo |
ak get note --task <id> | View progress logs for a task |
ak create note --task <id> "message" | Add a progress log entry |
ak apply -f <file> | Apply a YAML/JSON resource spec (preferred for Task, Agent, Subagent, Board, Repo) |
ak get agent | List agents, including load and unavailable runtime markers |
ak get agent -o json | List agents as JSON, including status.schedulable and status.tasks counts |
ak describe agent "$AK_AGENT_ID" | Inspect your current agent profile |
ak auth git <repo-id> | Configure GitHub credentials for the repository in the current AK worker. Tokens are valid for about 1 hour; rerun on expiry. |
ak get subagent | List task-local subagent definitions |
ak get subagent <id> | View a task-local subagent definition |
ak create subagent --username <username> --name "..." --role <role> --bio "..." --soul "..." --models runtime=model | Create a task-local subagent definition |
ak update subagent <id> --models runtime=model --skills source@skill | Update a task-local subagent definition |
ak delete subagent <id> | Delete an unused task-local subagent definition |
ak update agent <id> --subagents <id1,id2> | Install task-local subagents on an agent profile; use --subagents "" to clear |
ak get board | List boards |
ak get repo |
apply -f (Preferred)The preferred way to create tasks is ak apply -f <file>. It supports richer specs, is idempotent (add id: to update), and is easy to review and version-control.
task.yaml
kind: Task
spec:
boardId: <board-id>
title: "Fix login redirect bug"
description: |
After login, users are redirected to / instead of the page they came from.
The `returnTo` param is set but not read in the auth callback.
labels: [bug, auth]
repo: https://github.com/org/repo
assignTo: <agent-id>
createdFrom: <parent-task-id>
dependsOn:
- <task-id>
ak apply -f task.yaml
To update an existing task, add the id field inside spec and re-apply:
kind: Task
spec:
id: <task-id>
assignTo: <new-agent-id>
For quick single-task creation, ak create task still works:
ak create task --board <id> --title "Title" \
--description "Details" \
--repo <repo-id> \
--labels "bug,frontend" \
--assign-to <agent-id> \
--parent <task-id> \
--depends-on "id1,id2"
-o json only when you need to extract fields programmatically-o yaml outputs apply-compatible YAML (round-trip: get → edit → apply)-o wide shows additional columns (role, runtime, etc.)task complete — only humans complete tasks.git push. Skip only if tests cannot run locally. Do not rely on CI to catch failures you could have caught locally.task review, check gh pr view --json mergeable. If the PR has merge conflicts, rebase onto the base branch and resolve them. Never submit a conflicted PR for review.ak task review. This includes mistaken wake-ups or rejections, rejection reasons that say to wait for another task, no actionable work, blockers, partial completion, and follow-up work. Never wait in in_progress; tell the reviewer to reject again only when the prerequisite is complete and the worker has an immediate action. If review submission fails, fix it and retry; do not exit.task review --pr-url; then mark it ready with gh pr ready <pr-number> immediately before submitting task review.Agent-Profile trailer linking to this agent's profile page.Every commit message must include the following git trailer:
Agent-Profile: https://agent-kanban.dev/agents/{agent_id}
The agent ID is available in the AK_AGENT_ID environment variable. Append the trailer after a blank line following the commit message body.
Example commit message format:
feat: implement user search
Agent-Profile: https://agent-kanban.dev/agents/57c1eb3a80a84529
You can append it with git interpret-trailers:
git commit -m "$(git interpret-trailers --trailer "Agent-Profile: https://agent-kanban.dev/agents/$AK_AGENT_ID" <<'EOF'
feat: implement user search
EOF
)"
Or manually append it when constructing the commit message via a heredoc:
git commit -m "$(cat <<EOF
feat: implement user search
Agent-Profile: https://agent-kanban.dev/agents/$AK_AGENT_ID
EOF
)"
| Command | Description |
|---|---|
ak auth whoami | Show your current AK auth identity (agent ID and session ID) |
| List repositories |
ak create repo --name "..." --url "..." | Register a repository |
Plan and execute a project through Agent Kanban boards, tasks, dependencies, and workers, delegating review to an active board maintainer when present and retaining leader review otherwise. Use only when the user explicitly asks for AK Plan, Agent Kanban planning, an AK project plan, or project execution through an AK board. Do not use for ordinary project planning, product development, version planning, or project scaffolding.
Run the Agent Kanban task lifecycle: create, assign, monitor, and either hand review to an active board maintainer or review and finish the task as leader. Use only when the user explicitly asks for AK Task, Agent Kanban, an AK task, or delegation through an AK board. Do not use for ordinary feature implementation, bug fixing, or generic task creation.
Maintain Agent Kanban boards and their linked repositories as an autonomous open-source project maintainer. Use when acting as an AK board maintainer that handles scheduled heartbeat runs, GitHub webhook events, issue triage, pull request review and acceptance, proposal handling, assigned follow-up task creation, durable memory, and replies through the AK GitHub App bot identity.
SOC 직업 분류 기준