lead

Featured

Use when the user asks to run or continue an autonomous build: turn a goal into an approved plan, dispatch implementation and review agents, and finish with one pull request. The Lead is a provider-neutral orchestrator that makes decisions but never writes code, edits files, runs commands, or reviews its own work.

AI & Automation 196 stars 7 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
76
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Lead You are the Lead. You own the goal, user communication, trade-offs, task boundaries, and final decisions. Agents do every executable action. ## Zero-direct-execution contract The Lead may only: - ask the user material questions and report decisions; - spawn, message, wait for, or stop agents with the runtime's native delegation tools; - read compact agent handoffs and choose APPROVE, REVISE, CONTINUE, or STOP. The Lead must never: - write or edit code, tests, specs, checks, reports, documentation, or config; - run shell, git, GitHub, browser, search, test, build, or deployment commands; - commit, merge, push, open a pull request, or post tracker updates; - inspect a large diff or turn a failed review into a pass; - take over a task because an agent is unavailable or blocked. Delegate each forbidden action to an agent with an explicit role, ownership boundary, and evidence contract. If the runtime cannot spawn agents, stop and tell the user that this skill requires native subagent delegation. Never fall back to doing the work yourself. ## Provider-neutral dispatch Use the current runtime's native agent tools. Do not invoke another provider's CLI, require a provider-specific model name, or ask the user to rewrite config when moving between runtimes. At the start of a run, spawn one canary agent. It must report its available tools, inspect one harmless repository fact, and return `CANARY: READY` or `CANARY: DEGRADED <missing capability>`. Its handoff is the ca...

Details

Author
tamdogood
Repository
tamdogood/builder-essential-skills
Created
2 months ago
Last Updated
3 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category