讓 Agent 讀懂、推理、執行。
工作所需的一切,全部就緒。
TWG 涵蓋九大產品介面,並在上面加上一層關係連結圖層——讓 Agent 在它們之間自由穿梭,永遠不離開 CLI。
九大產品介面,同一個 CLI。
Jira
board · field · sprint · workitem · space
Confluence
page · blog · database · space · search · task · labels · whiteboard
Bitbucket
repo · branch · commit · pull-requests · pipeline · deployment
JSM
incident · alert · portal · knowledge-base · request-type · post-incident-review
Assets / CMDB
object · objectschema · type · attribute-value · service-object
Trello
board · card · list · workspace · member
Loom
video · space · workspace · invite · settings
Goals · Projects · Focus Areas
create · update · status-update · link · query
Jira Align
projects · sites · provider · spf-dependency · project-types
關係連結圖,是關鍵差異。
任何輸入都能轉成 ID。
URL、Jira key、ARI、帳號 email,或一段自然語言名稱 → 標準 ARI。
twg resolve --query "core design team"跨產品語意搜尋。
可依 app、類型、貢獻者、時間區間、標籤、提及、指派人、狀態等條件過濾。
twg search "incident review" \
--app jira --assignee me \
--updated-since 7d取出某個實體與其關聯。
圍繞一個 workitem、page、blogpost、space、whiteboard 或 user,取得對應的關係連結圖切片。
twg context jira workitem MOBL-201 -o json本地互動式關係連結圖檢視。
把 context 的輸出導入 HTML 或 GEXF 圖檔——不需要任何基礎設施。
twg context jira workitem MOBL-201 -o json \
| twg visualize --open用每個產品熟悉的查詢語言。
在合適的場景使用熟悉的查詢語言,或用 TQL/Cypher 直接走訪統一關係連結圖。
twg jira workitem query --jql "project = MOBL AND sprint in openSprints()"為了被解析而設計,
而非只是顯示。
結構化 JSON 輸出,內建 recommendedAgentFields 預設——Agent 不需多餘提示就能取得合適的資料形狀。
大型 payload 可改用 output_files.compact,讓 token 視窗保持乾淨。
作為 MCP server 即插即用——可接入任何支援 Model Context Protocol 的 Agent 框架。