作者VScode (VSisBestIDEinTheWorld)
看板Soft_Job
标题[讨论] 如何用Agent进行专案管理?
时间Mon Apr 27 09:20:19 2026
我想要整合Agent和专案管理工具
例如Jira -> Agent -> Github
Agent读取issue实作,commit到github,再将验收项目新增到jira
我人工review验收项目,再丢新的issue给Agent实作
我研究了这段workflow,发现有人提出issue as code的概念
https://tinyurl.com/yp2kfzpz
专案结构大概长这样
.project/
├── config.json
├── issues/
│ └── PROJ-1/
│ ├── issue.json # status, priority, labels
│ ├── description.md # what was requested
│ └── comments/
│ ├── 001.json # "Investigating auth.ts..."
│ ├── 002.json # "Root cause found..."
│ └── 003.json # "Fixed. 2 files modified."
├── wiki/
│ ├── _index.json # page tree structure
│ └── pages/
│ ├── steering.md # your rules for the agent
│ └── solutions-auth.md # auto-generated docs
└── boards/
└── default.json # kanban column config
直接用markdown把issue写在专案里
我觉得这应该是对AI最友善的issue写法
要是搭配obsidian,也能让这些文档可视化
打算研究有没有现成的workflow能用
想问大家都是怎麽整合专案管理软体的
现在讨论度最高的是哪些方式?
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 150.117.153.116 (台湾)
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Soft_Job/M.1777252821.A.61A.html
1F:→ langrisser19: jira有mcp github可以搭配github cli,然後自己写 04/27 09:41
2F:→ langrisser19: 个skill,搭配script + launchd,固定时间跑就好 04/27 09:42
3F:→ langrisser19: 把issue写在markdown,如果专案人数很多,又很多夹 04/27 09:43
4F:→ langrisser19: 欓,然後状态一直变,你後面会搞得很麻烦 04/27 09:44
5F:推 chita0258: 自己弄sop和skill, 抄别人的workflow只会增加复杂度 04/27 11:43
6F:推 hooll111: 我记得github 自己的专案管理就有整合copilot 可以读iss 04/27 12:36
7F:→ hooll111: ue 发pr了 04/27 12:36
8F:嘘 MoonCode: 04/27 14:52
9F:推 sharek: 同一楼, 也有jira cli可用,搭skill 存取 ticket 直接开工 04/29 05:55
10F:→ sharek: issue as code不就 SDD 那套,制造一堆难以维护的md 04/29 05:57
11F:→ sharek: 小的issue 没必要, 大的issue agent 要参照的内容过多 04/29 06:03
12F:→ sharek: 反而影响生成的准确率 04/29 06:03
13F:→ sharek: 与其花时间搞这个,不如好好把ticket 描述清楚比较实在 04/29 06:04
14F:推 gofigure: 其实ticket最後也有可能碎片化问题 05/01 07:44
15F:→ gofigure: md还是目前比好的方式 可以让agent整理 帮忙archive 05/01 07:44
16F:→ gofigure: agent读到repo下面md就可以知道过去改过什麽 05/01 07:45