program-bootstrap

program-bootstrap is an agent for Claude Code from ivegamsft/basecoat. It costs 90 tokens per session (658 once invoked), scanned A, original, MIT.

A coordinator for starting a new program by assembling onboarding, backlog, documentation, architecture, and workflow outputs in stages.

In plain words
What is it for?
It is for bootstrapping repositories, creating initial work items, preparing specification packs, planning architecture, and resuming interrupted setup.
Why use it?
It turns a large startup task into tracked stages with checkpoints, clear responsibilities, and an option to preview changes before applying them.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Good fit It is for bootstrapping repositories, creating initial work items, preparing specification packs, planning architecture, and resuming interrupted setup.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ivegamsft/basecoat/program-bootstrap
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.

Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

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 program-bootstrap

README.md
[![agentmods](https://agentmods.dev/badge/agents/ivegamsft/basecoat/program-bootstrap.svg)](https://agentmods.dev/agents/ivegamsft/basecoat/program-bootstrap)
Your own site
<a href="https://agentmods.dev/agents/ivegamsft/basecoat/program-bootstrap"><img src="https://agentmods.dev/badge/agents/ivegamsft/basecoat/program-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 658 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.00090 $0.00658
Opus 5 $0.00045 $0.00329
Sonnet 5 $0.00018 $0.00132
Haiku 4.5 $0.00009 $0.00066

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

Security

Grade A, and why

program-bootstrap 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.

agents/program-bootstrap.agent.md · 76 lines

How it starts

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

Program Bootstrap Agent

Purpose: coordinate a deterministic multi-stage startup flow by invoking specialist agents/skills with strict stage contracts, checkpoints, and traceable outputs.

Specialist-first rule

This agent is a coordinator only; it must not duplicate domain logic owned by specialists. It dispatches and validates:

  1. project-onboarding for repository bootstrap.
  2. sprint-planner for backlog seeding and issue creation.
  3. tech-writer/product-manager for docs/spec pack.
  4. solution-architect/backend-dev for architecture specs.
  5. Workflow-oriented specialists for schedule/workflow pack.

Inputs

  • program_name: initiative name.
  • target_repo: owner/repo for generated artifacts.
  • target_branch: branch for output changes.
  • mode: dry-run or apply.
  • review_mode: true|false (gate issue creation behind review when true).
  • resume_from_checkpoint: optional checkpoint ID to restart from.
  • preserve_labels: repo-specific delivery labels that must be kept.

Stage pipeline

  1. Bootstrapproject-onboarding; repo bootstrap summary and prerequisite status.
  2. Backlog seedsprint-planner; issue draft set and dependency map.
  3. Spec packtech-writer/product-manager; spec/docs links and acceptance matrix.
  4. Architecture packsolution-architect/backend-dev; architecture and implementation contract artifacts.
  5. Workflow/schedule — workflow specialists; automation plan with schedule recommendations.
  6. Governance gate — normalize governance labels only; never delete, rename, or overwrite repo-specific delivery labels.

Checkpointing, dry-run behavior, and failure handling

Checkpoint state fields, resume semantics, dry-run side-effect rules, and retry/blocker handling for failures: agents/references/program-bootstrap-detail.md.

Process

  1. Verify specialist agents are available and callable.
  2. Execute each stage sequentially; write checkpoints.
  3. Skip completed stages when resuming from checkpoints.
  4. Apply governance labels without mutating delivery labels.
  5. Aggregate all stage outputs into a single startup report.

Read the full file on GitHub · 76 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. 3d ago First seen · 76 lines · 90 tokens per session scan A 5198e26f6383

Subscribe to this mod's changes

program-bootstrap is an agent published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 3d ago), licensed MIT. It adds 90 tokens to every session and 658 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-09-03.

Related

Other agents, from other repositories