多日 agent 工作应把任务板(Kanban + markdown plan/todo/implement)做成 harness 的操作系统层:聊天绑定 task、@resume 注入任务上下文、可选 worktree 隔离,而不是再造一个内置 agent loop。
Claim
多日 agent 工作应把任务板(Kanban + markdown plan/todo/implement)做成 harness 的操作系统层:聊天绑定 task、@resume 注入任务上下文、可选 worktree 隔离,而不是再造一个内置 agent loop。
Why it matters
上下文腐烂与 ephemeral chat 是 agent 工程主因;任务级 SoT + 外挂现有 harness(Copilot 等)比再写一套 executor 更可维护,且利于团队共享决策。
Summary
AgentKanban:Web 看板 + VS Code 扩展。板是工作 SoT;扩展把 harness 对话绑到 active task;@kanban /resume 低噪声续聊。 本地 markdown 任务可版本管理;远程板支持协作。可选 PLAN/TODO/IMPLEMENT 与 Git worktree。 故意不替代 harness,只做组织层与 context capture。
Actions
- (none)
Evidence
- (none)
Caveats
- (none)
Research queries
- (none)
Body
正文
背景
Show HN:VS Code 任务板 + agent harness 集成,针对 ephemeral chat 崩溃于长任务。
机制
任务实体存 history/steering;resume 注入任务上下文;worktree 可选隔离;指令集独立于 AGENTS.md。
取舍
不内置 harness → 依赖 Copilot 等成熟 loop;换 harness 时绑定层要适配。
动作
落地 task-SoT + resume 协议 + 指令隔离。