知识库

Eye(FR) → Mill(skill) → Library(/app)

← 返回列表
Hacker News · 2026-05-13 · 已成文 · 来源 file

多日 agent 工作应把任务板(Kanban + markdown plan/todo/implement)做成 harness 的操作系统层:聊天绑定 task、@resume 注入任务上下文、可选 worktree 隔离,而不是再造一个内置 agent loop。

为什么重要

上下文腐烂与 ephemeral chat 是 agent 工程主因;任务级 SoT + 外挂现有 harness(Copilot 等)比再写一套 executor 更可维护,且利于团队共享决策。

正文

多日 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 协议 + 指令隔离。

结合的源文章

主源
Show HN: AgentKanban for VS Code – A task board with agent harness integration
打开原文 ↗

原文快照

展开 / 收起快照

Hi everyone. I wanted to introduce a tool / product that I've been working on for a while. It's a web application and VS Code extension for use with Github CoPilot (I'm planning to develop integration for other agent harnesses soon).

The web app and remote boards are at: https://www.agentkanban.io

The VS Code extension is at VS Code Marketplace (https://marketplace.visualstudio.com/items?itemName=appsoftw...) or the Open VSX Registry (https://open-vsx.org/extension/appsoftwareltd/agent-kanban-v...).

The TLDR It's a collaborative Kanban board / task management app which supports hand off to Github CoPilot in VS Code, and captures the ongoing user / agent conversation context on the task for resumption in new chats (with context curation tools).

The context collection ignores tool use to prevent bloat in the captured context. AgentKanban also has features for improving agentic coding session quality such as an optional plan / todo / implement workflow and support for Git worktree creation and clean up for working on concurrent tasks.

The tool is an evolution of an earlier VS Code kanban extension (https://marketplace.visualstudio.com/items?itemName=AppSoftw...) I built which proved fairly popular but only catered for a local file based workflow.

The new version with the remote board improves the reliability of context capture, with lots of developer experience improvements. It's a tool that I use everyday in my own agentic coding workflows, and I can honestly say that it improves the quality of the code produced and reduces friction in organising working on concurrent features.

I hope you find it useful and would really appreciate your feedback on how you use it, what you think it does well, or any improvements you think could be added.

Many thanks for your time reading this


Comments URL: https://news.ycombinator.com/item?id=48120260

Points: 3

# Comments: 0