bootstrapper

Generate a focused project briefing from governance and task-relevant context.

8|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Gold-b/claude-code-governance --skill bootstrapper-gold-b
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrapper
Source: https://github.com/Gold-b/claude-code-governance/tree/main/bundle/skills/bootstrapper
Command: npx skills add https://github.com/Gold-b/claude-code-governance --skill bootstrapper-gold-b

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents overloaded, unfocused project sessions by generating a targeted briefing from only the most relevant governance and project context. It helps you quickly understand the current objective, safe working scope, active handoff state, and key constraints before making changes.

Core Features & Use Cases

  • Selective context loading: Reads required governance files first, then matches the user goal to the most relevant context files instead of loading everything.
  • Session-ready briefing: Produces a concise summary of current objectives, active plans, handoffs, stale signals, allowed scope, and no-go zones.
  • Governed project fallback: Detects when a project is not initialized for governance and suggests the proper next step while still giving minimal guidance when possible.
  • Use case: Ideal at session start, when resuming work from another agent, or when you need to safely orient yourself in a complex codebase before editing files.

Quick Start

Ask the bootstrapper skill to review the current project goal and generate a focused briefing for the files and plans relevant to your task.

Frequently Asked Questions about bootstrapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a focused project briefing without loading the entire codebase?

To generate a focused project briefing, you use selective context loading to read only governance files and task-relevant context matching your objective. This produces a concise summary of active plans, handoffs, and allowed scope while maintaining a token-bounded read-only operation.

What is selective context loading for agent handoff recovery?

Selective context loading for agent handoff recovery is the process of reading manifest-driven project context to detect stale signals and active handoff state. It safely orients a new agent by outputting a structured briefing of current objectives and no-go zones.

How do I prepare a scoped task briefing for a governed software project?

You prepare a scoped task briefing by applying selective context loading to match your user goal with the most relevant project state files. The process yields a session-ready summary of safe working scope, active plans, and key constraints before file editing.

Can I check an ambiguous project state without modifying files?

Yes, you can check an ambiguous project state using a read-only operation that scans manifest-driven project context. It evaluates the current objective, detects stale signals, and outputs a structured briefing without modifying any files.

What happens if my project is not initialized for governance during session briefing?

If the project is not initialized for governance, the briefing process detects the missing setup and suggests the proper next step. It still provides minimal guidance to help you orient safely within the ambiguous project state.

When should I use a session briefing instead of loading all project files?

You should use a session briefing at session start, during agent handoff recovery, or when preparing scoped tasks in a complex codebase. It prevents overloaded sessions by delivering token-bounded, manifest-driven context instead of loading everything.