symphony-trello: Skill for Codex

.codex/skills/trello-workpad/SKILL.md

trello-workpad is a skill for Codex from martin-francois/symphony-trello. It costs 42 tokens per session (488 once invoked), scanned A, original, Apache-2.0.

Instructions for keeping one shared progress comment on the current Trello card. The comment records the plan, acceptance criteria, progress, checks, review details, blockers, and handoff information.

In plain words
What is it for?
Use them during implementation, retries, reviews, blocked work, and handoffs to keep the current Trello card up to date.
Why use it?
They keep the card's status and evidence in one place without filling Trello with repeated progress comments or exposing private local details.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

This is martin-francois/symphony-trello's own configuration. It tells Codex how to work on symphony-trello itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything symphony-trello configures →

Reuse

Borrowing it

Nothing to install: this file belongs to martin-francois/symphony-trello. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/martin-francois/symphony-trello/main/.codex/skills/trello-workpad/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/martin-francois/symphony-trello

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for trello-workpad

README.md
[![agentmods](https://agentmods.dev/badge/skills/martin-francois/symphony-trello/trello-workpad/github.svg)](https://agentmods.dev/skills/martin-francois/symphony-trello/trello-workpad)
Your own site
<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/trello-workpad"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/trello-workpad/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for trello-workpad

Your own site · 80×15
<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/trello-workpad"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/trello-workpad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00488
Opus 5 $0.00021 $0.00244
Sonnet 5 $0.00008 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 11d ago against content hash f8fe6fd00dc2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

trello-workpad scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/trello-workpad/SKILL.md · 72 lines

What it actually says

Trello Workpad

Goals

  • Keep exactly one current-card comment that starts with ## Codex Workpad.
  • Preserve useful context across retries, rework, and later human review.
  • Avoid noisy progress comments.
  • Keep private host paths and unrelated local details out of Trello.

Required Sections

Use concise Markdown. Include sections that are relevant to the card:

  • Plan
  • Acceptance Criteria
  • Progress
  • Validation
  • PR / Review
  • Blockers
  • Handoff

How To Update

Use the scoped Trello tool when it is available:

{
  "tool": "trello_upsert_workpad",
  "arguments": {
    "text": "## Codex Workpad\n\n..."
  }
}

Symphony scopes the tool to the current card. Do not include a card id.

Update the workpad:

  • Before implementation with the plan and acceptance criteria.
  • After reproducing a bug or capturing current behavior.
  • After meaningful implementation progress.
  • After validation.
  • Before moving to Human Review, Blocked, Merging, or Done.
  • When returning to work after review comments or a retry.

Content Rules

  • Record evidence, not only intentions.
  • Prefer short bullet points over long status narratives.
  • Do not include secrets, API tokens, private board ids, account names, or unrelated host paths.
  • For filesystem blockers, do not copy absolute host paths or per-card workspace locations into the workpad. Refer to them as "the requested path" or "the per-card workspace", explain that undeclared host paths are blocked by default, and point the operator to the allowed-host-path settings.
  • If the tool fails because the existing workpad cannot be updated, treat the card as blocked instead of creating duplicate progress comments.

Stop Conditions

  • trello_upsert_workpad is unavailable or disabled and the workflow requires a durable workpad for safe handoff.
  • The only way to explain progress would expose secrets or unrelated internals.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 72 lines · 42 tokens per session scan A f8fe6fd00dc2

Subscribe to this mod's changes

trello-workpad is a skill published in the GitHub repository martin-francois/symphony-trello (2 stars, last pushed today), licensed Apache-2.0. It adds 42 tokens to every session and 488 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gsd-tools

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

a5c-ai/babysitter · 62 tokens

moai-workflow-spec

SPEC workflow orchestration with EARS format requirements, acceptance criteria, and Plan-Run-Sync integration for MoAI-ADK development. Use when creating SPEC documents or defining acceptance criteria.

modu-ai/moai-adk · 44 tokens

moai-workflow-worktree

Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments.

modu-ai/moai-adk · 41 tokens

babysit-babysitter-issues

This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

a5c-ai/babysitter · 69 tokens

moai-kanban-foreman

One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…

modu-ai/moai-adk · 76 tokens

cog-meeting-processing

Process meeting recordings and transcripts into decisions, action items, and team dynamics.

a5c-ai/babysitter · 20 tokens