1---2name: agent-project-bootstrap3description: Bootstrap the Agent Project Playbook into a user-selected project with a dry-run first. Use when the user explicitly asks to initialize project collaboration rules, BLUEPRINT, ARCHITECTURE, CURRENT_HANDOFF, or the project-local lifecycle, multi-agent, and docs skills.4---56# Agent Project Bootstrap78## Procedure9101. Confirm the target project root, project name, and document locale (`en` or `zh-CN`).112. Use the `simple` profile unless current repository evidence shows a live runtime, shared state, real users, credentials, or external writes; then recommend `production`.123. Run `bin/meminit <path> <name>` from this repository. Add `--production` only for the production profile, or `--with-projectmem` only when the optional cold-memory adapter is explicitly wanted.134. Review the dry-run report; do not make the user remember the command.145. If the target already has Playbook files, run the same command with `--upgrade`; apply the plan only when it has no blocked managed files.156. If the original request explicitly authorizes installation and the dry-run has no conflict, apply without another confirmation. Otherwise ask once before `--apply`.167. Activate the generated documents using current repository evidence and keep `CURRENT_HANDOFF.md` limited to one current state.178. Mark unverified commands, runtime side effects, and risks instead of guessing.189. Run the installed Docs Lint before handing substantial implementation work back.1920## Safety2122- Never overwrite existing project files.23- Never import another project's memory or status.24- Never store secrets / 密钥, tokens, cookies, personal data, or private logs.25- Never configure MCP, cross-project memory, background watchers, or global Agent settings from this skill.26- `--upgrade` is read-only unless explicitly combined with `--apply`; safe upgrade updates metadata, restores missing managed files, and stops when a managed file was customized.27- Never overwrite `AGENTS.md`, BLUEPRINT, ARCHITECTURE, or CURRENT_HANDOFF during upgrade.28- The default simple install does not include production safety tooling.29- The default install is Playbook Core only and does not require `pjm`.30- The optional projectmem adapter keeps hooks, watcher, history backfill, global inheritance, and automatic capture off.31- Current repository evidence outranks every generated placeholder.