[討論] 如何用Agent進行專案管理?
看板Soft_Job (軟體人)作者VScode (VSisBestIDEinTheWorld)時間2小時前 (2026/04/27 09:20)推噓0(0推 0噓 4→)留言4則, 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
04/27 09:41, 1F
→
04/27 09:42,
1小時前
, 2F
04/27 09:42, 2F
→
04/27 09:43,
1小時前
, 3F
04/27 09:43, 3F
→
04/27 09:44,
1小時前
, 4F
04/27 09:44, 4F
Soft_Job 近期熱門文章
PTT職涯區 即時熱門文章
52
86