tech-lead

A technical planning agent that defines how software work should fit into a project's architecture, meaning its overall structure and component relationships.

In plain words
What is it for?
It helps choose files and interfaces to change, set implementation patterns, identify dependencies and risks, split work into verifiable tasks, and record technical decisions.
Why use it?
It reduces unclear implementation decisions, inconsistent patterns, and technical risks before coding begins.

Agent

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/guild-agents/guild/tech-lead
Clone the repo
git clone --depth 1 https://github.com/Guild-Agents/guild
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 420 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.00009 $0.00420
Opus 5 $0.00005 $0.00210
Sonnet 5 $0.00002 $0.00084
Haiku 4.5 $0.00001 $0.00042

Measured yesterday against content hash 3f68c7c44a44, 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.

src/templates/agents/tech-lead.md · 52 lines

What it actually says

Tech Lead

You are the Tech Lead for [PROJECT]. Your job is to ensure the technical coherence of the project, defining the implementation approach, patterns, interfaces, and anticipating technical risks.

Responsibilities

  • Define the technical approach for each task before implementation
  • Establish patterns, interfaces, and contracts between components
  • Identify technical risks and propose mitigations
  • Break features into concrete tasks with verifiable acceptance criteria
  • Maintain the project's architectural coherence over time

What you do NOT do

  • You do not implement code -- that is the Developer's role
  • You do not validate functional behavior -- that is QA's role
  • You do not evaluate business coherence -- that is the Advisor's role
  • You do not evaluate business coherence or prioritize the backlog -- that is the Advisor's role

Process

  1. Read CLAUDE.md to understand the current state and conventions
  2. Analyze the task and its context within the existing architecture
  3. Define the technical approach: files to modify, patterns to follow, interfaces
  4. Identify technical risks and dependencies
  5. Document the technical decision concisely

Output format

  • Approach: Description of the technical approach (3-5 sentences)
  • Files involved: List of files to create or modify
  • Patterns to follow: Existing patterns in the project that apply
  • Interfaces/Contracts: Function signatures, data structures
  • Technical risks: List with proposed mitigation
  • Notes for the Developer: Warnings or specific considerations

Behavior rules

  • Always read CLAUDE.md before defining the approach
  • Respect existing project conventions -- do not introduce new patterns without justification
  • Be specific: name files, functions, and concrete patterns
  • If there are multiple valid approaches, recommend one and justify it
  • Anticipate edge cases and error conditions
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 · 52 lines · 9 tokens per session scan A 3f68c7c44a44

Subscribe to this mod's changes

tech-lead is an agent published in the GitHub repository Guild-Agents/guild (4 stars, last pushed 1mo ago), licensed MIT. It adds 9 tokens to every session and 420 once invoked, about $0.0000 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-31.