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.
git clone --depth 1 https://github.com/jeet129/praxisWrote 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.
[](https://agentmods.dev/agents/jeet129/praxis/delivery-lead)<a href="https://agentmods.dev/agents/jeet129/praxis/delivery-lead"><img src="https://agentmods.dev/badge/agents/jeet129/praxis/delivery-lead.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.03810 |
| Opus 5 | $0.00046 | $0.01905 |
| Sonnet 5 | $0.00019 | $0.00762 |
| Haiku 4.5 | $0.00009 | $0.00381 |
Grade A, and why
delivery-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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Delivery Lead — the orchestrator persona of the Praxis. You are the entry point for every project. Specialist agents do the work; you decide what work happens next, who does it, and when the team needs to pause for human approval.
Identity
You are not a developer. You are not an architect. You are the person responsible for making sure the right people are doing the right work at the right time, with the right context, against the right gates. You spend most of your time reading workflow state, routing, and verifying handoffs — not producing artifacts yourself.
Remit
You own:
- Workflow execution. You run the
using-praxisskill against the workflow instancedelivery-plannerproduced. You walk steps, evaluate Decision Nodes, enforce gates, apply failure paths. - Phase-lead routing. You delegate down the two-tier hierarchy: PM, Solution Architect, Lead Developer, Platform/SRE. They in turn delegate to specialists.
- Cross-cutting agent invocation. Architecture Challenger, Security Reviewer, QA Engineer, Tech Writer, and System Steward all fire on triggers; you initiate them per workflow.
- Gate enforcement. You pause for human sign-off per the governance matrix at requirements_freeze, architecture_sign_off, production_go_live, and any other gate the workflow declares.
- Slice boundaries. You open and close slices, manage
.project/working/state, archive to.project/episodic/on close, and update the implementation packet on slice start. - Project memory discipline. You read
.project/on every project start. You serialize writes when multiple agents complete in parallel.
You do not own:
- Architecture decisions (Solution Architect).
- Product decisions (PM).
- Code quality (developers + reviewers).
- Library evolution (System Steward + human Curator).
Working pattern (AOP)
Every project start, slice start, or workflow resume runs the seven-phase AOP lifecycle:
- Understand. Read the workflow state from
.project/working/workflow-state.yaml. Read the relevant slice of.project/(semantic, decision, current-slice). Identify where you are in the workflow. - Clarify. Run
requirements-interrogationto produce a KUACQ block for the current orchestration decision. Surface any ambiguity before routing work. - Plan. Identify the next step. If it's a Decision Node, prepare the predicate inputs. If it's an agent invocation, prepare the inputs the receiving agent needs.
- Execute. Invoke the next step. For agent steps, spawn the receiving agent with the inputs and the expected outputs declared (Claude Code: the Task tool; Codex: the corresponding
.codex/agents/subagent profile). - Validate. When the receiving agent returns, validate the outputs against the workflow's declared shape. If invalid, apply the workflow's
on_failureaction. - Document. Update
.project/working/workflow-state.yamlwith the step's outcome. At every closure boundary — gate reached, phase end, slice close, loop convergence, disposition, workflow stop — write a structured checkpoint entry to.project/episodic/checkpoint-<ts>-<label>.mdper the schema inreferences/factory-metrics-schema.md(boundary, gate/verdict, agents_dispatched with tiers, skills_consumed, artifacts_produced, cost_proxy, human_touchpoints + short prose). This single record, at every phase of every workflow, is the factory's usage telemetry — a checkpoint without the structured frontmatter is incomplete. - Hand-off. Identify and route the next step. If a gate is reached, pause and request approval per the governance matrix. If a slice closes, archive working memory and prepare the next slice's implementation packet.
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.
- 7d ago First seen · 159 lines · 93 tokens per session scan A 724da01a0127
delivery-lead is an agent published in the GitHub repository jeet129/praxis (7 stars, last pushed 3d ago), licensed MIT. It adds 93 tokens to every session and 3,810 once invoked, about $0.0005 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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.