By tta-lab
Orchestrate multi-agent development workflows with structured handoffs, task management via Taskwarrior, and session state preservation. Enforce TDD, verify work before claiming completion, and systematically diagnose bugs. Create and edit skills using pressure-testing scenarios. Manage PR reviews with triage and scope control.
Refresh context window — agent writes handoff and restarts
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
CLI image manipulation — convert PNG/JPG to SVG, remove watermarks, resize, crop, and edit raster images using ImageMagick and vtracer
Triage plan review findings — categorize issues, fix actionable ones, report
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
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.
Agent ops for multi-repo teams. One binary. CLI-native.
Most agent tools assume one repo, one session, one task. Real projects span multiple repos, multiple languages, multiple deployment targets. TTal coordinates agents across all of them — routing tasks, spawning parallel workers, shipping PRs — while you manage everything from Telegram.
task → research → design → implement → review → merge → cleanup

ttal go advances any task through its pipeline# Create a task
ttal task add --project myapp "Add JWT authentication to the API"
# One command drives every transition
ttal go abc12345
# Pipeline routes it: research → design → implement → review → merge
# You review verdicts on Telegram, approve, done
Multi-repo coordination is a known pain point — Claude Code assumes one session per repo, and there's no native way to plan across repos, share context between sessions, or coordinate branches.
TTal solves this with a project registry and a coordination layer:
# ~/.config/ttal/projects.toml
[ttal]
name = "TTal Core"
path = "/code/ttal-cli"
[organon]
name = "Organon"
path = "/code/organon"
[temenos]
name = "Temenos"
path = "/code/temenos"
Register your projects once. TTal handles the rest:
ei ask --project organon "how does src handle markdown?" spawns a sandboxed agent in any project. Research without polluting your main session.A cross-repo feature that touches TTal, temenos, and organon gets three parallel workers, three PRs, three review cycles — all coordinated through one pipeline.
Two planes, borrowed from networking's control/data plane separation:
Manager plane — persistent agents that hold the big picture. They know what features they designed with you, which tasks are blocked, what shipped yesterday. Managers never touch code.
Worker plane — ephemeral sessions that implement. Each gets its own git worktree, sandboxed environment, and tmux session. Spin up, do the work, merge, clean up. Workers never worry about the big picture.
Message bridge — Human ↔ agent via Telegram. Agent ↔ agent via ttal send. CI status, PR reviews, task updates — all routed through a single daemon. You talk to your agents like coworkers in a group chat.
┌─────────────────────────────────────────┐
│ TTal orchestration layer │
│ tasks, workers, pipeline │
├─────────────────────────────────────────┤
│ organon instruments │
│ src, web (structure-aware)│
├─────────────────────────────────────────┤
│ logos reasoning engine │
│ bash-only agent loop │
│ any LLM, no tool schemas │
├─────────────────────────────────────────┤
│ CC sandbox the sacred boundary │
│ seatbelt / bwrap │
│ OS-native, no containers │
└─────────────────────────────────────────┘
Each layer does one thing. TTal orchestrates. organon perceives and edits — structure-aware, not text-aware. logos thinks — bash-only reasoning, works with any LLM. CC's native sandbox isolates — no containers needed.
TTal agents aren't chatbots. They're specialists with clear roles:
| Agent | Role | What they do |
|---|---|---|
| Yuki 🐱 | Orchestrator | Routes tasks, manages the pipeline |
| Athena 🦉 | Researcher | Investigates problems, writes findings |
| Inke 🐙 | Designer | Reads research, writes implementation plans |
| Workers | Coders | Spawn per-task, implement, open PRs, self-cleanup |
npx claudepluginhub tta-lab/ttal-cli --plugin ttalMulti-agent orchestration for Claude Code. 12 specialized agents working in parallel — planning, building, reviewing, debugging. Plus a Hub for always-alive multi-project sessions controllable from Telegram or Slack.
Repowire mesh usage skills for AI coding agents: cross-agent review and planning, delegate, usage patterns, and install/update. Backend-agnostic and parameterised on the agent you choose.
Multi-agent orchestration for complex tasks using cc-mirror tasks and TodoWrite. Use when tasks require parallel work, multiple agents, sophisticated coordination, or decomposition into parallel subtasks.
Parallel task orchestration for AI coding agents - dispatch work to Codex or Claude Code workers in isolated git workspaces
Context hub for agentic workflows - manage projects, tasks, sessions, and multi-agent coordination
iTerm2 Torque agent session and task management