跳轉到

Phase 1 實作清單

這份清單用來把 Bullinv Forge 的第一版拆成可執行項目。

1. Task Model

必做:

  • task id
  • title
  • description
  • status
  • priority
  • owner
  • assignee
  • blockers

2. Workspace Model

必做:

  • workspace id
  • members
  • agents
  • tasks
  • permissions

3. Agent Registry

必做:

  • agent identity
  • runtime type
  • capability profile
  • availability

4. Run Logging

必做:

  • run id
  • task id
  • agent id
  • start / end time
  • status updates
  • result summary

5. Shared Visibility

必做:

  • board view
  • queue view
  • task detail view
  • comment stream
  • blocker display

6. Tool Boundary

必做:

  • tool allowlist
  • invocation log
  • capability mapping

7. Review Placeholder

必做:

  • in_review state
  • approve / reject action
  • reopen flow

8. Phase 1 不做

先不要做:

  • heavy memory layer
  • advanced multi-agent workflow
  • complicated billing / SaaS tenant model
  • enterprise-grade policy engine

驗收標準

  • human 與 agent 都能在同一系統看任務
  • agent 可被分派與追蹤
  • 任務狀態清楚可見
  • 執行紀錄可回看
  • 新 agent 接入成本低