bootstrap-prd

bootstrap-prd is a skill for Claude Code, Codex from joshukraine/dotfiles. It costs 25 tokens per session (1,886 once invoked), scanned A, original, MIT.

A project setup workflow built around a product requirements document (PRD), a file that describes what a product should do. It creates folders, templates, and a roadmap, whether PRD files already exist or need to be created.

In plain words
What is it for?
Use it to scaffold a project from existing PRD files or create starter PRD templates before development begins.
Why use it?
It gives a new project a consistent starting structure and prevents planning information from being scattered. It also pauses at checkpoints so the user can approve each stage.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/joshukraine/dotfiles/bootstrap-prd
Any agent
npx skills add joshukraine/dotfiles --skill bootstrap-prd
Clone the repo
git clone --depth 1 https://github.com/joshukraine/dotfiles

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/joshukraine/dotfiles/bootstrap-prd.svg)](https://agentmods.dev/skills/joshukraine/dotfiles/bootstrap-prd)
Your own site
<a href="https://agentmods.dev/skills/joshukraine/dotfiles/bootstrap-prd"><img src="https://agentmods.dev/badge/skills/joshukraine/dotfiles/bootstrap-prd.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,886 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.01886
Opus 5 $0.00013 $0.00943
Sonnet 5 $0.00005 $0.00377
Haiku 4.5 $0.00003 $0.00189

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

Security

Grade A, and why

bootstrap-prd 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 4d 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.

claude/.claude/skills/bootstrap-prd/SKILL.md · 173 lines

How it starts

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

Bootstrap PRD

Set up PRD-driven development infrastructure for a new project. This skill handles two workflows: PRD-first (PRD files already exist, scaffold the project around them) and scaffold-first (no PRD yet, create template files to be filled in). The skill detects which situation applies and adapts.

Your task

Work through the steps below in order. Each step has a hard stop — do not proceed past a CHECKPOINT without explicit user approval.


Step 1: Detect existing PRD files

Check whether docs/prd/ exists and contains any .md files.

If PRD files exist → enter PRD-first mode:

  • Read all .md files in docs/prd/ to understand the project
  • Extract: project name, description, tech stack, personas, and any quick-start commands mentioned
  • Skip to Step 3 (no need to gather information the PRD already contains)

If no PRD files exist → enter scaffold-first mode:

  • Proceed to Step 2 to gather project information

Step 2: Gather project information (scaffold-first mode only)

Ask the user for the following. Skip anything already provided in the conversation context.

  • Project name (e.g., "Acme Dashboard")
  • One-paragraph description of what the project does and who it serves
  • Tech stack — framework, database, frontend approach, linter, test framework
  • Key personas — 1-3 user types with a sentence each
  • Quick-start commands — how to start the app, run tests, run the linter

If the user provides a framework name, pre-fill quick-start commands from this lookup table (the user can override):

Framework Start Test Lint
Rails bin/dev bin/rails test bin/standardrb --fix
Next.js npm run dev npm test npm run lint
Hugo hugo server -D (none) (none)
Static (no build) Open index.html or use a local server (none) (none)
Generic <!-- TODO: start command --> <!-- TODO: test command --> <!-- TODO: lint command -->

Read the full file on GitHub · 173 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. 4d ago First seen · 173 lines · 25 tokens per session scan A a652a970d148

Subscribe to this mod's changes

bootstrap-prd is a skill published in the GitHub repository joshukraine/dotfiles (422 stars, last pushed 22d ago), licensed MIT. It adds 25 tokens to every session and 1,886 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

factory-mcp

Use the Warp Factory MCP to hand work to a software factory and collaborate with it — bundle local work and send it to the cloud, find factory tasks from a Slack thread / Linear ticket / description, and pull a task down to test or iterate locally and hand it back.

warpdotdev/warp · 58 tokens

there-there

Manage There There helpdesk tickets, contacts, and channels using the there-there CLI. Use when the user wants to list, view, reply to, search, or manage tickets; assign team members; manage tags; view contacts; or interact with there-there.app from the command line.

freekmurze/dotfiles · 63 tokens

review-pr

Review an existing GitHub PR — one verified single-pass read of the diff, inline P1–P3 findings, fixes for the P1/P2s pushed to the PR branch, scoped verification, resolved threads, a summary. Escalates to a two-reader second opinion only for large source changes. Use when asked to review and fix a PR, or to run the…

DJRHails/dotfiles · 87 tokens

cmux-fork-session

Fork the current agent session — Claude Code or pi — into a new cmux split pane (or tab): opens a split beside the caller, relaunches this session forked (claude --fork-session / pi --fork), titles it 'fork: ', and keeps that title. Use when the user asks to fork/duplicate/branch the current session into a new split…

DJRHails/dotfiles · 137 tokens

cmux-rebuild

Manage the user's durable dev sessions — zellij sessions on remote hosts (bonbon, taffy) reached over mosh, plus the local host's (trifle) own detached zellij sessions, surfaced as cmux tabs via ssh::durable / zellij::resume. Load when the user wants to rebuild/resurrect lost cmux durable surfaces after a cmux restart…

DJRHails/dotfiles · 232 tokens

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

DJRHails/dotfiles · 65 tokens