project_bootstrap_audit
Audit project code to bootstrap a structured knowledge base. Returns default subsystem list and dedup-list of existing docs, guiding Claude to read and create architecture pages.
Instructions
Bootstrap the knowledge base of a project by auditing its code. Returns a structured prompt: default subsystem list (auth/data/api/frontend/realtime/billing/admin/mobile/docs/devops/testing), dedup-list of existing ADRs/drafts/pages, and explicit instructions for Claude to read the local repo with Glob/Grep/Read and then create architecture_module pages + knowledge drafts.
Call this once per new project. Idempotent — re-running will skip existing entries via the dedup-list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID (defaults to linked project). | |
| subsystems | No | Optional custom subsystem list. If omitted, uses auto-detect defaults. |