Explicit-only publisher for reviewed live-bugbash issue drafts. Creates new GitHub issues for unique confirmed findings and comments on duplicate issues with sanitized reproduction details. Never runs the bug bash.
Diagnose stuck, retrying, blocked, or failed Symphony-for-Trello runs. Use when a card is not moving, a worker is retrying, comments show blockers, or a deployment smoke test fails.
Create or synchronize Trello cards from GitHub issues for Symphony for Trello. Use when the user asks Codex to create Trello cards from specific GitHub issue URLs, issue numbers, or issue lists, optionally for a specific Trello board, or when a board should be auto-selected from a workflow whose repository…
Run a repository-wide GitHub issue triage sweep for Symphony for Trello. Use when the user asks for an issue sweep, issue triage audit, issue audit, cleanup of issue labels, or to check open issues for stale scope, dependencies, already-implemented work, labels, milestones, or template quality.
Use in Symphony for Trello when a Java change or review presents a reusable Optional or absence/fallback strategy-selection lesson, including on an adjacent owning API such as ScopedValue even when no java.util.Optional appears. Capture the before/prompt/after code and create or update a self-contained eval issue in…
Use in Symphony for Trello when a Java change or review presents a reusable lesson about choosing or preserving a stream, collector, direct result-producing collection transformation, or character-predicate traversal, including identity or delimited string reductions, even when the preferred final code contains no…
Merge an approved pull request after a Trello card has been moved to Merging. Use only for human-approved work where the workflow explicitly allows merging from Merging.
Sync a feature branch with the default branch and resolve conflicts. Use when the branch is stale, a push is rejected, CI needs the latest main, or merging needs a conflict-free branch.
Gather and resolve pull request feedback before Trello handoff or merging. Use when a Trello card links to a PR, a branch has a PR, or work is being moved to Human Review or Merging.
Move the current Trello card through the configured Symphony-for-Trello lifecycle. Use when picking up work, handing off for human review, marking a blocker, or completing a merge.
Maintain the single Codex workpad comment on the current Trello card. Use during implementation, retry, rework, review handoff, blocked handoff, or merge handoff.
Claude Code instructions for martin-francois/symphony-trello, a project described as: Turn Trello cards into isolated, autonomous Codex implementation runs, allowing teams to manage work instead of supervising coding agents.
The order of work for any task: what to read first, how to scope a change, how to verify, and how to commit and open pull requests. Topic-specific rules live in the pages linked under References.
How to deploy and verify Symphony for Trello against real systems: when to run live deployment verification, how live end-to-end runs must be structured, deployment auth and filesystem access, shipped-skill installation, and installer/onboarding lifecycle coverage. Unit/integration testing lives in Testing.
How to run issue triage sweeps, manage issue dependencies, and apply triage labels. Spec-alignment auditing that may create issues lives in Specification & ADR discipline.
How to write and shape Java code in this repository: formatting, language-feature use, complexity and reuse tradeoffs, and exception handling. Static-analysis tooling has its own page; see References.
Agent "maintaining-agent-docs" from martin-francois/symphony-trello, covering maintaining agent docs, progressive disclosure contract, what may be added to agents.md (allowlist), what must not be added to agents.md (denylist) and where to put new guidance (decision tree).
How to keep private project internals out of committed files, GitHub issues, and user-facing summaries, and how to use the local diagnostics tooling for private investigation.