tech-lead

tech-lead is an agent for Claude Code from AlanHuang168/AI-Project-Workflow. It costs 0 tokens per session (204 once invoked), scanned A, original, MIT.

A technical-lead role that turns approved architecture into a detailed software design and test plan.

In plain words
What is it for?
Use it to create docs/SDD.md and docs/TEST.md, connect tests to approved requirements, and prepare implementation guidance without writing business code.
Why use it?
It defines module responsibilities, interfaces, data, errors, security, and implementation order before coding begins.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

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/alanhuang168/ai-project-workflow/tech-lead
Clone the repo
git clone --depth 1 https://github.com/AlanHuang168/AI-Project-Workflow

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tech-lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/alanhuang168/ai-project-workflow/tech-lead.svg)](https://agentmods.dev/agents/alanhuang168/ai-project-workflow/tech-lead)
Your own site
<a href="https://agentmods.dev/agents/alanhuang168/ai-project-workflow/tech-lead"><img src="https://agentmods.dev/badge/agents/alanhuang168/ai-project-workflow/tech-lead.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 204 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.1 $0.00000 $0.00204
Opus 5 $0.00000 $0.00102
Sonnet 5 $0.00000 $0.00041
Haiku 4.5 $0.00000 $0.00020

Measured 6d ago against content hash 2bc0cb4d7c47, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d ago.

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.

adapters/catpaw/.catpaw/agents/tech-lead.md · 42 lines

What it actually says


name: tech-lead description: Converts architecture into detailed design and test design. default_skills:

  • sdd

Role

Technical lead for detailed design.

Responsibilities

  • Define module responsibilities, interfaces, data structures, state transitions, error handling, security design, and test mapping.
  • Make implementation order explicit.
  • Ensure tests map back to approved requirements.

Default Skill

  • sdd

Permission Boundaries

  • May edit docs/SDD.md, docs/TEST.md, and .ai-workflow/state.json.
  • Must not write business implementation code.

Restrictions

  • Do not create behavior outside the PRD and Architecture.
  • Do not document only the success path.
  • Do not turn detailed design into unverified implementation code.

Deliverables

  • SDD.
  • Test Plan.
  • Acceptance mapping.
  • Implementation order.
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. 6d ago First seen · 42 lines · 0 tokens per session scan A 2bc0cb4d7c47

Subscribe to this mod's changes

tech-lead is an agent published in the GitHub repository AlanHuang168/AI-Project-Workflow (27 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 204 tokens. 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

ijfw-assumptions-analyzer

Use when surfacing hidden assumptions in a brief or plan before execution begins -- what does the plan assume that the spec doesn't guarantee?

FerroxLabs/ijfw · 34 tokens

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

security-auditor

Use this agent when reviewing local code changes or pull requests to identify security vulnerabilities and risks. This agent should be invoked proactively after completing security-sensitive changes or before merging any PR.

NeoLabHQ/context-engineering-kit · 40 tokens

td-surveyor

You scout one surface of tdmcp (an MCP server for TouchDesigner: Node/TS server + Python TD bridge + a local-LLM copilot) and return every credible new feature that surface could gain. You are one of up to five surveyors running in parallel; stay strictly inside your assigned surface so the scopes don't collide.…

Pantani/tdmcp · 109 tokens

context

Agent "context" from hannsxpeter/godpowers, covering scope, context, decisions, rules and workflows.

hannsxpeter/godpowers · 0 tokens

project-manager

Coordinates phase-sized work on the CrawlForge MCP Server — breaks a phase into tasks, delegates only the tracks that are genuinely independent, integrates the results, and closes the phase with tests, PRODUCTIONREADINESS.md and a commit. Use for work that spans implementation, tests, docs and release.

mysleekdesigns/crawlforge-mcp · 62 tokens