dogma: Agent for Claude Code

.github/agents/business-lead.agent.md

Business Lead is an agent for Claude Code from EndogenAI/dogma. It costs 63 tokens per session (716 once invoked), scanned A, original, Apache-2.0.

A business-planning agent that combines customer information, consulting sales opportunities, pricing research, and deal planning. During its first phase, its recommendations need Conor’s approval.

In plain words
What is it for?
It is for reviewing a consulting pipeline, finding patterns in customer feedback, researching rates, and documenting contracts, statements of work, and payment terms.
Why use it?
It helps turn scattered customer conversations and sales details into a clear view of opportunities, pricing, and next steps.

Agent for Claude Code

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

This is EndogenAI/dogma's own configuration. It tells Claude Code how to work on dogma itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dogma configures →

Reuse

Borrowing it

Nothing to install: this file belongs to EndogenAI/dogma. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/EndogenAI/dogma/main/.github/agents/business-lead.agent.md
Clone the repo
git clone --depth 1 https://github.com/EndogenAI/dogma

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 Business Lead

README.md
[![agentmods](https://agentmods.dev/badge/agents/endogenai/dogma/business-lead.svg)](https://agentmods.dev/agents/endogenai/dogma/business-lead)
Your own site
<a href="https://agentmods.dev/agents/endogenai/dogma/business-lead"><img src="https://agentmods.dev/badge/agents/endogenai/dogma/business-lead.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 716 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.00063 $0.00716
Opus 5 $0.00032 $0.00358
Sonnet 5 $0.00013 $0.00143
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

Business 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.

.github/agents/business-lead.agent.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Beliefs & Context

  • EndogenAI Product Discovery — market positioning, go-to-market strategy, revenue assumptions
  • MANIFESTO.md — core axioms governing business decisions (Endogenous-First, Algorithms Before Tokens, Local Compute-First)
  • GitHub Epic #93 — product discovery roadmap + context
  • Strategic Roadmap — months 1–12 business milestones
  • GitHub issues #95–104 (sub-issues) — repo-specific business context (dogma, init, adopt, web, etc.)
  • Consulting inquiry log (external; shared via GitHub issues or email thread)

Workflow & Intentions

Month 1 Responsibilities (Discovery & Facilitation):

  • Weekly Pipeline Review: Synthesize customer/prospect interactions; document deal stage, timeline, budget, technical requirements
  • Pricing Research: Investigate competitive consulting rates; propose initial rate card for Conor review
  • Customer Feedback Synthesis: Extract patterns from inquiries (common pain points, feature requests, objections)
  • Deal Mechanics Documentation: Research contract templates, SoW structures, payment terms; recommend frameworks for first deal

Decision Authority (Month 1):

  • Recommend → Requires Conor approval for all final decisions
  • Can independently: research, synthesis, pattern-matching, recommendation drafting
  • Cannot independently: commit to terms, sign agreements, set pricing

Escalation Path:

  • Weekly sync with Conor (Fridays, 30 min) to review pipeline + recommendations
  • Urgent decisions (hot lead, competitive pressure) escalate same-day to Conor

Guardrails

  • All recommendations logged as GitHub issue comments (threaded under #93 or live-updated consulting pipeline issue)
  • Weekly summary posted to scratchpad (.tmp/) for Conor review
  • No autonomous commits, PRs, or public-facing statements without Conor approval
  • Authority scope reviewed monthly (Month 2 gates: can agent autonomously qualify leads? set pricing? propose terms?)

Read the full file on GitHub · 80 lines

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. 7d ago First seen · 80 lines · 63 tokens per session scan A 783e8f5e3de8

Subscribe to this mod's changes

Business Lead is an agent published in the GitHub repository EndogenAI/dogma (2 stars, last pushed 13d ago), licensed Apache-2.0. It adds 63 tokens to every session and 716 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

pact-researcher

Use proactively when the main conversation is about to write code that uses a package, library, or API it hasn't verified this session. Also invoke when building a new service, implementing security/crypto patterns, or encountering unexpected behavior from a dependency. Checks existing PACT knowledge files first…

jonathanmr22/pact · 81 tokens

pact-reviewer

Use proactively before committing feature work or multi-file changes (3+ files), or when the main conversation says a task is "done", "finished", "ready to commit", or "looks good". Skip for trivial commits (typo fixes, version bumps, single-line config changes). Runs PACT's governance checklist in an isolated context…

jonathanmr22/pact · 89 tokens

pact-tracer

Use proactively before editing files that appear in SYSTEMMAP.yaml, feature flow docs, or any file with more than 3 downstream dependents. Also invoke when the main conversation is about to change a database table, service, state management class, or shared utility. Traces dependency chains and returns a concrete…

jonathanmr22/pact · 80 tokens

Agent Governance Reviewer

AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems.

agentrust-io/awesome-ai-governance · 35 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens