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.
curl -O https://raw.githubusercontent.com/martin-francois/symphony-trello/main/.codex/skills/trello-workpad/SKILL.mdgit clone --depth 1 https://github.com/martin-francois/symphony-trelloWrote 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.
[](https://agentmods.dev/skills/martin-francois/symphony-trello/trello-workpad)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
PlanAcceptance CriteriaProgressValidationPR / ReviewBlockersHandoff
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, orDone. - 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_workpadis 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.
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.
- 11d ago First seen · 72 lines · 42 tokens per session scan A f8fe6fd00dc2
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.
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).
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.
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.
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.
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…
cog-meeting-processing
Process meeting recordings and transcripts into decisions, action items, and team dynamics.