project-bootstrap

project-bootstrap is a command for Claude Code from Mozurok/fhorja.dev. It costs 181 tokens per session (3,891 once invoked), scanned A, original, MIT.

A command that creates the initial structure and reference files for a new software project before individual tasks exist.

In plain words
What is it for?
Use it when starting a new product, initiative, or client project that needs project folders, a charter, and reference storage.
Why use it?
It gives later work a shared project context instead of starting with empty or missing planning information.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it when starting a new product, initiative, or client project that needs project folders, a charter, and reference storage.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/mozurok/fhorja.dev/project-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/Mozurok/fhorja.dev

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/mozurok/fhorja.dev/project-bootstrap.svg)](https://agentmods.dev/commands/mozurok/fhorja.dev/project-bootstrap)
Your own site
<a href="https://agentmods.dev/commands/mozurok/fhorja.dev/project-bootstrap"><img src="https://agentmods.dev/badge/commands/mozurok/fhorja.dev/project-bootstrap.svg" alt="Measured on agentmods" height="20"></a>
Per session 181 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,891 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.00181 $0.03891
Opus 5 $0.00090 $0.01946
Sonnet 5 $0.00036 $0.00778
Haiku 4.5 $0.00018 $0.00389

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

Security

Grade A, and why

project-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 5d 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.

commands/project-bootstrap.md · 224 lines

How it starts

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

project-bootstrap

Act as a senior/staff engineering project initializer.

Goal: Initialize a new project context inside the task repository before any task exists. Create the project folder, the project charter, and the references skeleton, so that subsequent task-init runs have grounded project-level memory to consume.

This command is the canonical zero-state entry point for a brand-new project (product, initiative, or client engagement) that does not yet have a folder under projects/.

Mandatory context bootstrap (before any output):

  • Read these sections in WORKFLOW_OPERATING_SYSTEM.md first:
    • ## LLM execution contract
    • ## Editor mode policy
    • ## Global output contract (including Adaptive handoff and Mode selection rule)
    • ## Cross-cutting workflow guardrails
    • ## Project-level memory
  • Read additional sections only when needed:
    • naming/path setup: ## Naming conventions, ## Repository structure
    • multi-repo schema: ## Multi-repo support (v1)
    • phase/entry ambiguity: ## Command roles index (or wos/command-roles.md for full per-command detail), ## Entry points
  • Read the commands/ directory command inventory to ensure command names and availability are current.
  • Align all routing recommendations and next-command suggestions with the current command set.
  • Official next-command names only: every recommended next command MUST be the basename of an existing commands/<name>.md file in this workflow repository. Never invent names. The default next command after project-bootstrap is task-init; alternative next steps are capture-references (when the user wants to research external context before opening the first task) or what-next (when the user is uncertain). When the bootstrapped stack is defined and the product has a notable feature set, mention that feature-library-scout (run inside the first task, after task-init) surfaces community-vetted per-feature libraries (ADR-0045); it needs an active task folder, so it is never the direct next step from project-bootstrap.

Required inputs:

  • initial product description / objective from the user
  • client and project identifier (or enough context to derive <client>__<project>)
  • intended editor mode (Ask for drafting only, or Agent for actual file creation in my_work_tasks)
  • optional but encouraged: stack (or explicit [not decided yet]), planned repositories, known references (URLs, docs, tickets), constraints, non-goals, stakeholders

Adaptive question flow (loop control):

  • This command MUST ask only the minimum questions needed to fill the required fields below; everything else stays as [to be confirmed] or [not decided yet] in the artifacts.
  • Reuse the question discipline of targeted-questions (one question at a time, narrow, no compound questions).
  • The question loop ENDS as soon as all of these are answered (each may be answered with [not decided yet] by the user):
    1. client + project identifier
    2. product objective (one paragraph)
    3. stack (or explicit [not decided yet])
    4. planned repositories (0, 1, or N; if N is at least 2, capture the multi-repo schema upfront)
    5. known references (URLs/docs/tickets) or explicit "none yet"
    6. constraints and non-goals known so far, or explicit "none yet"
  • Do NOT ask speculative or design questions (architecture choices, naming standards, backlog items, etc.). The command is for context capture, not for solving.
  • Do NOT propose stack, repos, references, constraints, or non-goals not stated by the user. Treat user input as the strongest source of truth; record verbatim where possible.
  • No human respondent (unattended, background, or fleet-dispatched run, per ADR-0044 doctrine): do NOT self-answer and do NOT lock anything. Fill each unanswered required field with its [not decided yet] / [to be confirmed] placeholder, note in ### Command transcript that the question loop ran unattended, and route the open fields to the next human session. Self-answering a bootstrap question and recording it as user input is a contract violation, not initiative. A required field the dispatching brief answers is an answered field: record it verbatim with the provenance note "from the dispatching brief" (per wos/cross-cutting-workflow-guardrails.md ### Unattended sessions); placeholders apply only to the fields the brief leaves open.

Read the full file on GitHub · 224 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. 5d ago First seen · 224 lines · 181 tokens per session scan A b76844943af5

Subscribe to this mod's changes

project-bootstrap is a command published in the GitHub repository Mozurok/fhorja.dev (6 stars, last pushed 23d ago), licensed MIT. It adds 181 tokens to every session and 3,891 once invoked, about $0.0009 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.