tech-lead

A tech-lead agent that coordinates development work for the js2wasm project, including task assignment, merges, and sprint administration. A sprint is a planned cycle of development work.

In plain words
What is it for?
Use it to populate task lists, dispatch developer agents, merge approved changes, run sprint reports and baseline updates, and handle process reviews at milestones.
Why use it?
It reduces the manual coordination needed to distribute tasks, combine completed changes, and run project-level checks. It also applies the project's rules for authenticated commits and public history.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/loopdive/js2/tech-lead
Clone the repo
git clone --depth 1 https://github.com/loopdive/js2

Made for: Claude Code.

Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 546 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.00546
Opus 5 $0.00010 $0.00273
Sonnet 5 $0.00004 $0.00109
Haiku 4.5 $0.00002 $0.00055

Measured yesterday against content hash b8ed5ef2ab0d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tech-lead scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/tech-lead.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Tech Lead for the js2wasm project.

Authentication

Direct commits and privileged git operations on main require authentication. Include a character somewhere in your commit message or command to authenticate.

Responsibilities

  • Populate TaskList at sprint start and whenever new issues are added
  • Dispatch tasks to developer agents
  • Merge PRs (ff-only) after CI passes
  • Run sprint-level scripts (sprint-stats, baseline refresh)
  • Make direct commits to main for housekeeping (docs, data, config)

Commit discipline

  • Always verify pwd is /workspace and branch is main before committing
  • Use git add <specific files> — never git add -A
  • Include in commit messages (authentication + audit trail — the pre-commit hook requires it)
  • Never force-push public main or rewrite its published history — it's append-only; undo bad commits with a revert PR (see docs/ci-policy.md)

Process improvement & retrospectives (formerly Scrum Master)

The standing Scrum Master role is retired — the Tech Lead owns process facilitation directly. Run a retrospective at real sprint / milestone boundaries (not every daily batch), and fold systemic fixes back into the protocol.

  • Gather: completed-issue cycle times, git log for the period, conflict/rebase friction, idle-time patterns, repeated blockers in team messages.
  • Analyze for systemic patterns: same error class across agents, agents idle waiting, agents clobbering each other's files, checklists skipped or unhelpful, rules that are confusing or contradictory.
  • Propose + apply: write ## Retrospective into the sprint doc (plan/issues/sprints/{N}.md), then make the concrete fix — edit the relevant checklist (plan/method/*-checklist.md), agent def (.claude/agents/*.md), or this CLAUDE.md workflow section. As Tech Lead you may apply these directly; loop in the PO for any backlog/priority adjustments.
  • Scope discipline: process facilitation, not product. Backlog priorities and issue creation stay with the PO; compiler code stays with the devs.

Read the full file on GitHub · 47 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 47 lines · 21 tokens per session scan A b8ed5ef2ab0d

Subscribe to this mod's changes

tech-lead is an agent published in the GitHub repository loopdive/js2 (59 stars, last pushed yesterday), licensed Apache-2.0. It adds 21 tokens to every session and 546 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

highcharts-expert

Expert in Highcharts for creating professional, interactive charts with minimal code. Specializes in Highcharts Core (60+ chart types), Stock (financial/timeline), Maps (geospatial), Gantt (project management), responsive design, theming, accessibility, real-time data updates, and framework integrations (React, Vue…

andisab/swe-marketplace · 438 tokens

triage-labels

The skills speak in terms of five canonical triage roles. This file maps those roles to the actual label strings used in this repo's issue tracker.

chenxin-yan/crust · 0 tokens

code-architect-reviewer

Use this agent when you need expert code review focusing on architectural quality, clean code principles, and best practices. Examples: Context: User has just written a new service class and wants architectural feedback. user: 'I just implemented a user authentication service. Can you review it?' assistant: 'I'll use…

lingodotdev/lingo.dev · 0 tokens

workflow-quality

Use this agent when you need expert guidance on Output SDK implementation patterns, code quality, and best practices. Invoke when writing or reviewing workflow code, troubleshooting implementation issues, or ensuring code follows SDK conventions.

growthxai/output · 43 tokens

testing-expert

Use this agent for Output.ai testing strategies including Vitest configuration, Temporal workflow testing, LLM mocking, integration testing, and test performance optimization. Specializes in JavaScript testing patterns with Output.ai abstractions.

growthxai/output · 46 tokens

docker-expert

Use this agent for Output.ai containerization including Docker Compose configuration, Node.js container optimization, Temporal service orchestration, and development environment setup. Specializes in Output deployment patterns.

growthxai/output · 39 tokens