bookstrap-init

Installation
SKILL.md

Initialize Book Project

Set up a new book project by creating a comprehensive Book Requirements Document (BRD).

Book Concept

The user wants to write: $ARGUMENTS

Workflow

This command delegates to the brd-creator agent to guide the user through BRD creation via structured questions.

Step 1: Check Prerequisites

First, verify that SurrealDB is running and accessible:

# Check if SurrealDB container is running
if docker ps | grep -q bookstrap-db; then
Related skills
Installs
1
First Seen
Apr 16, 2026