作者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://www.ptt.cc/bbs/Soft_Job/M.1777252821.A.61A.html
→ langrisser19: jira有mcp github可以搭配github cli,然後自己寫 04/27 09:41
→ langrisser19: 個skill,搭配script + launchd,固定時間跑就好 04/27 09:42
→ langrisser19: 把issue寫在markdown,如果專案人數很多,又很多夾 04/27 09:43
→ langrisser19: 欓,然後狀態一直變,你後面會搞得很麻煩 04/27 09:44
推 chita0258: 自己弄sop和skill, 抄別人的workflow只會增加複雜度 04/27 11:43
推 hooll111: 我記得github 自己的專案管理就有整合copilot 可以讀iss 04/27 12:36
→ hooll111: ue 發pr了 04/27 12:36
噓 MoonCode: 04/27 14:52