[討論] 如何用Agent進行專案管理?

看板Soft_Job (軟體人)作者 (VSisBestIDEinTheWorld)時間2小時前 (2026/04/27 09:20), 編輯推噓0(004)
留言4則, 1人參與, 1小時前最新討論串1/1
我想要整合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

04/27 09:41, 1小時前 , 1F
jira有mcp github可以搭配github cli,然後自己寫
04/27 09:41, 1F

04/27 09:42, 1小時前 , 2F
個skill,搭配script + launchd,固定時間跑就好
04/27 09:42, 2F

04/27 09:43, 1小時前 , 3F
把issue寫在markdown,如果專案人數很多,又很多夾
04/27 09:43, 3F

04/27 09:44, 1小時前 , 4F
欓,然後狀態一直變,你後面會搞得很麻煩
04/27 09:44, 4F
文章代碼(AID): #1fxhdLOQ (Soft_Job)
文章代碼(AID): #1fxhdLOQ (Soft_Job)