/tl-telar:create-app
commandCreate a new cross-platform mobile application with requirements gathering, brainstorming, architecture, navigation, state management, and CI/CD setup.
24 slash-command workflows, all namespaced under /tl-telar:. Expand a card for an example and a link to its source.
zekiyugnak/telar-framework and invoke Telar through @tl-telar or bundled skill names such as $create-app, $review-plan, and $orchestrate. The slash-command names below are the Claude Code form.Create a new cross-platform mobile application with requirements gathering, brainstorming, architecture, navigation, state management, and CI/CD setup.
Add a new feature to an existing mobile application with requirements check, codebase exploration, brainstorming, planning, implementation, and review.
Migrate a native iOS/Android app to cross-platform React Native or Flutter.
Safely upgrade mobile app dependencies with compatibility checks and testing.
Create a complete mobile design system with tokens, DESIGN.md, theme providers, and accessibility validation.
Mobile-specific code review with two-stage review gates, platform conventions, and priority-ranked findings.
Adversarial review of an implementation plan with 3 fresh-instance reviewers. PASS means fit to execute; FAIL means blocking defects. Max 3 iterations then human escalation.
6-reviewer collaborative gate on a design doc. APPROVED iff all 6 (PM/Architect/Designer/Security-Design/CTO/Mobile-Platform) approve. Max 3 iterations then escalation.
Comprehensive security audit covering OWASP mobile top 10 with P1/P2/P3 priority ranking and evidence-based findings.
Comprehensive accessibility audit with automated scanning, semantic analysis, and priority-ranked findings.
Performance optimization workflow with profiling, quick wins, and deep optimization.
Comprehensive testing workflow including unit, integration, E2E, and device testing.
Set up an end-to-end testing framework with CI integration.
Scaffold a Supabase/Playwright E2E harness for a Refine/TanStack web app (Arrange/Act patterns).
Full release workflow with pre-release checks, builds, store submission, and monitoring.
Configure a CI/CD pipeline for a mobile app with build, test, and deploy automation.
Configure over-the-air updates with CodePush, Expo Updates, or Shorebird.
orchestrate is the entry point — it drives the whole pipeline (gates → parallel Work Unit execution → final review) from one command. setup-orchestration enables it once per project; resume recovers an interrupted run. The plan/design gates (Review & Quality) and the knowledge loop (Knowledge & Tools) plug into the same workflow. See Orchestration → how the commands wire together.
End-to-end orchestrated execution: plan, plan review (3 reviewers), WU decomposition, then a continuous-frontier loop that runs independent Work Units in parallel (bounded by execution.max_parallel_wus), final review, COMMIT-READY emit. Honors your git policy (no auto-commit).
Explicit recovery from an in-progress orchestrated plan. Loads the 3 state files, primes the KB, and asks you to confirm the resume position.
Interactive setup that detects the framework (RN/Expo/Flutter), writes a framework-aware thresholds file, creates the .tl-telar/ skeleton, and idempotently appends a hygiene block to .gitignore.
Load relevant knowledge-base facts into the current context (5-category retrieval).
Capture durable learnings from recent PRs + the current conversation + an optional config audit. User-approval gate on every candidate. Writes to .tl-telar/knowledge/*.jsonl.
Reports real-time health of the Codex and Gemini adapters (Phase β, opt-in).
Manage requirement changes mid-project with impact analysis and cascade updates across REQUIREMENTS.md, PLAN.md, and PROGRESS.md.