bootstrap-project

Orchestrate project documentation and governance bootstrap across installed plugins.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/hpsgd/turtlestack --skill bootstrap-project-hpsgd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bootstrap-project
Source: https://github.com/hpsgd/turtlestack/tree/main/plugins/leadership/coordinator/skills/bootstrap-project
Command: npx skills add https://github.com/hpsgd/turtlestack --skill bootstrap-project-hpsgd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap or update a project with domain-specific documentation, CLAUDE.md files, and governance artifacts. Delegates to each installed agent's bootstrap skill. Idempotent — safe to re-run after adding new plugins. Use at project kickoff or when adding new agents to an existing project.

Core Features & Use Cases

  • Orchestrates the bootstrap of domain documentation, CLAUDE.md files, and governance artifacts across installed plugins.
  • Delegates domain bootstrap to each plugin's bootstrap skill, enforcing execution order and safe merges.
  • Use Case: Onboard a new plugin suite and bootstrap project governance in a single coordinated run.

Quick Start

Run the coordinator bootstrap-project update to refresh domain artifacts after adding new plugins.

Frequently Asked Questions about bootstrap-project

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

FAQPage Schema
How do I bootstrap project documentation and governance artifacts across multiple plugins?▼

Bootstrap project documentation by running the coordinator to orchestrate each installed plugin's bootstrap skill in dependency groups, generating shared CLAUDE.md indexes and root integration points across the project.

What happens when I add new plugins to an existing project after the initial bootstrap?▼

When adding new plugins to an existing project, the idempotent bootstrap process uses a bootstrap-manifest.json file to safely refresh domain artifacts and update governance documentation without duplicating previous outputs.

Do I need a specific file structure to coordinate project bootstrap across installed plugins?▼

Yes, coordinating project bootstrap requires each installed plugin to expose a bootstrap skill and a SKILL.md file with name and description, while using a bootstrap-manifest.json file to ensure idempotent runs.

How does orchestrating bootstrap in dependency groups work for project governance?▼

Orchestrating bootstrap in dependency groups delegates domain documentation and governance artifact generation to each plugin's bootstrap skill in a specific execution order, enforcing safe merges and producing shared artifacts under docs and root CLAUDE.md.

When should I run a project bootstrap update for domain documentation and CLAUDE.md files?▼

Run a project bootstrap update at project kickoff or when adding new plugins to an existing project to refresh domain artifacts and CLAUDE.md files, ensuring all installed plugin agents have updated governance documentation.

Can I use this bootstrap coordinator for projects with only a single plugin installed?▼

This bootstrap coordinator is designed for projects with multiple plugin agents installed, orchestrating bootstrap in dependency groups and generating shared artifacts; using it with a single plugin bypasses the multi-agent coordination and root integration point generation features.