bootstrap-project-docs

Create docs/roadmap and docs/architecture folders with starter templates.

11|Updated Mar 19, 2019
One-click install
npx skills add https://github.com/lukoshkin/evangelist --skill bootstrap-project-docs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bootstrap-project-docs
Source: https://github.com/lukoshkin/evangelist/tree/main/conf/ai/claude/skills/bootstrap-project-docs
Command: npx skills add https://github.com/lukoshkin/evangelist --skill bootstrap-project-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstraps project documentation scaffolding for fresh repositories lacking roadmap and architecture folders by providing ready-to-use templates and a CLAUDE.md pointer.

Core Features & Use Cases

  • Roadmap scaffolding: creates docs/roadmap/README.md and docs/roadmap/phases.md with starter placeholders.
  • Architecture scaffolding: creates docs/architecture/README.md with a Topic Index skeleton.
  • CLAUDE.md integration: appends or seeds a CLAUDE.md pointer so Claude sessions discover the scaffolding.

Quick Start

Run /bootstrap-project-docs to scaffold the docs skeleton in a fresh repo.

Frequently Asked Questions about bootstrap-project-docs

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

FAQPage Schema
How do I set up documentation scaffolding for a fresh repository?▼

To set up documentation scaffolding for a fresh repository, run the bootstrap command to automatically generate docs/roadmap and docs/architecture folders populated with starter templates and a CLAUDE.md pointer. This creates the initial structure without manual file creation.

What templates are included when bootstrapping project docs?▼

When bootstrapping project docs, the templates included are docs/roadmap/README.md, docs/roadmap/phases.md with starter placeholders, and docs/architecture/README.md with a Topic Index skeleton. These provide ready-to-use structures for your repository documentation.

Will scaffolding documentation overwrite my existing roadmap and architecture folders?▼

Scaffolding documentation will not overwrite your existing roadmap and architecture folders. The bootstrap process validates existing scaffolding before applying changes, ensuring your current docs/architecture and docs/roadmap structures remain safe from overwrites.

How does CLAUDE.md integration work with documentation scaffolding?▼

CLAUDE.md integration works with documentation scaffolding by appending or seeding a pointer file during setup. This pointer ensures Claude sessions automatically discover the newly created docs/roadmap and docs/architecture structures without manual configuration steps.

When do I need to scaffold project documentation in a new repo?▼

You need to scaffold project documentation in a new repo during initial project setup when it lacks roadmap and architecture folders. Bootstrapping provides a structured starting point with ready-to-use templates instead of building the docs hierarchy from scratch.

Can I use this scaffolding on a repository that already has docs?▼

You can use this scaffolding on a repository that already has docs because it validates existing structures before proceeding. It safely avoids overwrites and only seeds missing roadmap or architecture scaffolding along with the CLAUDE.md pointer.