← 返回
效率工具 Key 中文

Trello Orchestrator Runner

Run a Trello-backed closed-loop delivery workflow for OpenClaw multi-agent execution. Use when a user says to run tasks from Trello automatically, keep cards...
基于Trello的闭环交付工作流,支持OpenClaw多智能体执行。用于自动运行Trello任务并维护卡片状态。
jeremiahdingal
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 525
下载
💾 3
安装
1
版本
#latest

概述

Trello Orchestrator Runner

Use deterministic Trello lifecycle control with trello-workflow-map.json.

Inputs required

  • TRELLO_API_KEY
  • TRELLO_TOKEN
  • trello-workflow-map.json in workspace root

Hard rules

  1. Manager-only intake: create/update objective card in Inbox.
  2. Move flow in order:
    • Inbox -> Scoped -> Ready -> In Progress (Local|Remote) -> In Review -> Done|Blocked
  3. Local-first routing by default (In Progress (Local)).
  4. Remote is escalation-only (In Progress (Remote)).
  5. Never move to Done without explicit reviewer ACCEPT against original objective.
  6. On reject, move back to active in-progress list and continue loop until ACCEPT or explicit stop/block.

Required card description fields

Ensure card desc includes:

  • objective
  • acceptance_criteria
  • owner_agent
  • execution_mode
  • escalation_reason
  • expected_files_modules
  • risk_level
  • test_plan
  • review_outcome

Deterministic Trello API patterns

  • Create card:
  • POST /1/cards with idList, name, desc
  • Move list:
  • PUT /1/cards/{cardId}/idList?value={listId}
  • Add comment:
  • POST /1/cards/{cardId}/actions/comments with text
  • Update desc:
  • PUT /1/cards/{cardId} with desc

Execution loop

  1. Parse objective.
  2. Create/locate epic card in Inbox.
  3. Scope (planner) -> move to Scoped, comment scope summary.
  4. Route (manager) -> move to Ready, comment local/remote decision.
  5. Start builder:
    • local default -> move to In Progress (Local)
    • escalation -> move to In Progress (Remote)
  6. Review -> move to In Review, add review findings.
  7. Decision:
    • ACCEPT -> set review_outcome: accepted, move to Done
    • REJECT -> set review_outcome: rejected, move back to in-progress and continue
    • BLOCKED -> move to Blocked with explicit reason

Output back to user

Return:

  • card id + URL
  • current list
  • routing mode (local/remote)
  • reviewer verdict
  • next action

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 20:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,837
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,648
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,292