By wayne930242
Linear/Trello task sync & management CLI for Claude Code - saves tokens vs MCP
Reassign a Linear/Trello issue to a different user
Cancel a Linear/Trello issue (moves to Cancelled status)
Add a comment to a Linear/Trello issue
Create a new Linear/Trello issue and add to local cycle data
Mark current task as completed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
繁體中文 | English
Optimized task workflow for Claude Code — supports Linear and Trello, saves significant tokens compared to MCP.
/work-on next--update).ttt/output/ for AI vision analysisttt sync/ttt:* commands and auto-activated skills.toon files preserve cycle data for AI contextnpm install -g team-toon-tack
# For Linear
export LINEAR_API_KEY="lin_api_xxxxx"
# For Trello
export TRELLO_API_KEY="your-api-key"
export TRELLO_TOKEN="your-token"
cd your-project
ttt init
During init, you'll be prompted to select your task source (Linear or Trello) and configure:
For Linear:
remote (update Linear immediately) or local (work offline, sync with ttt sync --update)For Trello:
| Mode | Behavior |
|---|---|
simple | Mark task as Done + parent as Done. Default when no QA team configured. |
strict_review | Mark task to dev testing + parent to QA testing. |
upstream_strict | Mark task as Done + parent to Testing. Falls back to dev testing if no parent. Default when QA team configured. |
upstream_not_strict | Mark task as Done + parent to Testing. No fallback if no parent. |
Note: Trello always uses simple completion mode as it doesn't support parent issues.
/plugin marketplace add wayne930242/team-toon-tack
/plugin install team-toon-tack@wayne930242
In Claude Code (with plugin installed):
/ttt:sync # Fetch all issues/cards for current cycle
/ttt:work-on next # Pick highest priority task & start working
/ttt:estimate MP-123 6 # Save a local 6-hour estimate
/ttt:done # Complete task with AI-generated summary
Or using CLI directly:
ttt sync
ttt work-on next
ttt estimate MP-123 6
ttt done -m "Completed the task"
ttt initInitialize configuration in current directory.
ttt init # Interactive mode (select source)
ttt init --source=linear # Initialize for Linear
ttt init --source=trello # Initialize for Trello
ttt init --user alice@example.com # Pre-select user
ttt init --label Frontend # Set default label
ttt init --force # Overwrite existing config
ttt syncSync current cycle issues from Linear/Trello.
ttt sync # Sync Todo/In Progress issues (fast)
ttt sync --all # Sync all issues regardless of status
ttt sync MP-123 # Sync specific issue only
ttt sync --update # Push local status changes to remote (for local mode)
ttt work-onStart working on a task.
ttt work-on # Interactive selection
ttt work-on MP-123 # Specific issue
ttt work-on next # Auto-select highest priority
ttt estimateSave a local human-effort estimate that persists in .ttt/cycle.toon.
ttt estimate MP-123 6 # Save a 6-hour estimate
ttt estimate 2.5 # Save estimate for current in-progress task
ttt estimate MP-123 16 --note "API pending" # Save estimate with a note
ttt estimate MP-123 --clear # Remove saved estimate
ttt doneMark task as completed.
Core ACE workflow with TDD-based skills, task enforcement, and quality reviewers
npx claudepluginhub wayne930242/team-toon-tack --plugin team-toon-tackLinear issue tracking integration and workflow management
ClickUp CLI skills for managing tasks, sprints, comments, checklists, custom fields, tags, and time tracking via the cup command
Persistent Kanban board workflow with TodoWrite sync and SessionStart resume
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.