lead

lead is a skill for Claude Code from Kripu77/software-factory. It costs 27 tokens per session (160 once invoked), scanned A, original, MIT.

A factory tech-lead workflow that classifies work, asks essential questions, creates tickets, and dispatches tasks without writing or merging code.

In plain words
What is it for?
It is for turning requests into tickets and sending them to the appropriate work lanes.
Why use it?
It separates planning and coordination from implementation so work is assigned through a defined process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the software-factory plugin — 10 skills, 9 commands shipped together

Good fit It is for turning requests into tickets and sending them to the appropriate work lanes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kripu77/software-factory/lead
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.

Any agent
npx skills add Kripu77/software-factory --skill lead
Clone the repo
git clone --depth 1 https://github.com/Kripu77/software-factory

Made for: Claude Code.

Or install software-factory, the plugin that ships this one along with the rest of its 10 skills, 9 commands.

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 lead

README.md
[![agentmods](https://agentmods.dev/badge/skills/kripu77/software-factory/lead/github.svg)](https://agentmods.dev/skills/kripu77/software-factory/lead)
Your own site
<a href="https://agentmods.dev/skills/kripu77/software-factory/lead"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/lead/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lead

Your own site · 80×15
<a href="https://agentmods.dev/skills/kripu77/software-factory/lead"><img src="https://agentmods.dev/badge/skills/kripu77/software-factory/lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 160 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00027 $0.00160
Opus 5 $0.00014 $0.00080
Sonnet 5 $0.00005 $0.00032
Haiku 4.5 $0.00003 $0.00016

Measured 3d ago against content hash 3f06253f1915, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

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 3d 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.

skills/lead/SKILL.md · 13 lines

What it actually says

Factory lead

Read lanes/tech-lead.md and AGENTS.md. Follow factory-to-tickets. Ask Telemetry when production data exists. Do not implement. Do not merge.

At the start, run factory.sh mem read for the issue, or for the project if there is no issue. Empty memory is fine. GitHub is the source of truth when local memory has no rows.

After tickets exist, start factory.sh floor, or one factory.sh lane. Dispatch through factory.sh only. Do not implement, review, or watch CI in the lead session.

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. 3d ago First seen · 13 lines · 0 tokens per session scan A 3f06253f1915

Subscribe to this mod's changes

lead is a skill published in the GitHub repository Kripu77/software-factory (6 stars, last pushed 3d ago), licensed MIT. It adds 27 tokens to every session and 160 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-09-06.

Related

Other skills, from other repositories

link-ticket-to-session

Link the current Claude Code session to a ticket (Linear, Jira, GitHub Issues, or GitHub Pull Requests) and cache its title/status in karma. Use when the user explicitly asks to link, attach, associate, or connect this session to a ticket, issue, or PR — e.g. "/link-ticket-to-session ABC-123", "link this session to…

JayantDevkar/claude-code-karma · 91 tokens

vibe-plan

Use when you have a spec, feature request, or set of requirements that needs to be broken into vibe-kanban issues - decomposes the spec into an issue tree with dependencies, assigns priorities and tier estimates, creates all issues in the project. Pass --local to write the plan to .vibe-flow/plan-local.json instead of…

OAI-Labs/vibe-flow · 83 tokens

vibe-ship

Use when you have vibe-kanban issues ready to dispatch to coding agents - turns an issue tree into execution waves with parallel dispatch, executor routing by complexity (T0-T4), and barrier sync between waves.

OAI-Labs/vibe-flow · 46 tokens

vibe-status

Use when you want a snapshot of all active vibe-kanban workspaces, their PRs, and any inconsistencies - shows dashboard-style table with workspace state, branch, PR status, CI, and review state, flags anything stuck or inconsistent.

OAI-Labs/vibe-flow · 52 tokens

vibe-export-kanban

Use after the final vibe-ship-fast PR has merged to sync results back to vibe-kanban - posts a comment with the PR url and commit SHA on each linked issue, then transitions the issue to done. Idempotent via a marker comment, never modifies title or description.

OAI-Labs/vibe-flow · 62 tokens

vibe-import-kanban

Use when you want to ship existing vibe-kanban issues locally with vibe-ship-fast - pulls issues from a vibe-kanban project via MCP and writes them to .vibe-flow/plan-local.json with kanbanid/simpleid preserved, so vibe-export-kanban can sync results back after merge.

OAI-Labs/vibe-flow · 65 tokens