v0.17.0 · plugin for Claude Code + Codex

Telar

plan · build · review · ship — with agents

A multi-agent engineering framework that takes a feature from idea to production: orchestrated planning, adversarial review gates, a persistent knowledge base, cross-model verification, and a new OKF domain-knowledge layer agents consult before touching your data model. It spans cross-platform apps end to end: mobile (React Native & Flutter) with deep native integration, web (Astro, Next.js/shadcn, Vite/TanStack admin panels), Rust service layers, and desktop — stack-aware across every domain.

48
Agents
122
Skills
24
Commands
4
Hooks
7
Rules
29
Scripts

Explore the framework

Every component is documented with what it does, when to use it, and a link to its source.

The workflow

The recommended path for building a feature with Telar.

  1. Explore — always read the existing codebase first (codebase-first rule).
  2. Requirements — establish what to build in REQUIREMENTS.md.
  3. Research — decide how to build it in RESEARCH.md (brainstorm first).
  4. Plan — break work into atomic tasks in PLAN.md + PROGRESS.md.
  5. Build — iterate with simulator verification.
  6. Debug — find the root cause before fixing.
  7. Verify — require fresh evidence before claiming done.
  8. Review — two-stage gates: requirement compliance + code quality.

Install

Claude Code

# Add the marketplace
claude plugin marketplace add zekiyugnak/telar-framework

# Install the plugin
claude plugin install tl-telar@telar

Codex

# Latest development build
codex plugin marketplace add zekiyugnak/telar-framework --ref develop
codex plugin add tl-telar@telar
codex plugin list --marketplace telar

For stable installs, use --ref main. Then start a new Codex thread and invoke Telar with @tl-telar or bundled skills such as $orchestrate. See Getting Started for the full guide.