project_bootstrap_audit
Audit a project's code to bootstrap its knowledge base. Returns a structured prompt with subsystem list and dedup list for Claude to read the repo and create architecture module pages and knowledge drafts.
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. |