Documentation
README
PM Brain — Skill
This skill scaffolds and initializes a PM Brain in the current working directory. The scaffold is deterministic (static files copied as-is from scaffold/). The reasoning is adaptive (loaded from prompts/ per phase).
Architectural split
| Layer | Where it lives | Why |
|---|---|---|
| Static structure — schemas, CLAUDE.md, INDEX.md, folder tree, file templates | scaffold/ |
Deterministic. Same every time. No generation needed. |
| Adaptive reasoning — mode detection, migration, interview, post-scaffold self-test | prompts/ |
Probabilistic. Depends on what's in the directory and what the PM says. |
| Orchestration — when to do what | This file | Glue. |
This is the opening of the README. Read the full README on GitHub.