{"id":"bootstrap","name":"bootstrap","summary":"リポジトリワークフローを乗っ取らずに、明示的にリクエストされたAgentOpsドキュメントやオプションの判定ストレージを初期化できます。","body":"# Bootstrap — minimal project setup\n\nBootstrap fills only explicitly requested, missing AgentOps entry documents and,\nwhen requested, the durable verdict directory. It does not initialize Git,\ninstall hooks, create tracker state, start runtimes, or impose a delivery\nworkflow.\n\nNever-overwrite is what makes bootstrap safe to run on any repository: a setup\nstep that can only add is idempotent by construction, while one that can\nreplace must first prove it understands what it is replacing.\n\nNamed failure mode — **scaffold sprawl**: creating files the caller never\nrequested because a \"complete\" setup feels more helpful than a minimal one.\n\nAnti-pattern: inferring product intent from directory names and READMEs to\navoid asking the caller. Corrective: ask for the missing content; a wrong\nPRODUCT.md written confidently is worse than a question.\n\n## Procedure\n\n1. Inspect the target directory and report which canonical files already exist.\n2. Ask the caller for missing product intent or goal content when it cannot be\n   inferred safely.\n3. Create only missing, explicitly requested files. Never overwrite an existing\n   document.\n4. Create `.agents/ao/verdicts/sha256/` when durable local verdict storage is\n   requested.\n5. Validate filesystem existence and report created, skipped, and failed paths.\n6. Stop.\n\nTypical documents are `PRODUCT.md`, `GOALS.md`, `AGENTS.md`, and a README section\nthat explains the RPI traversal. Generated product copy starts from the\noperations-layer category and preserves the ownership boundary. Repositories\nremain free to use their own Git, CI, tracker, release, and deployment\npolicies.\n\n**Naming.** Three surfaces share the word \"bootstrap\"; they are distinct. This\nskill authors missing entry documents. `ao init` is the CLI command that creates\nthe local evidence and verdict directories (`.agents/ao/**`). `ao session\nbootstrap` is a read-only session command that reports which local orientation\nfiles are present. This skill invokes neither.\n\n## Non-goals\n\n- installing or invoking `ao`, `br`, `bd`, NTM, Agent Mail, or another runtime;\n- creating `.git`, worktrees, branches, commits, hooks, or CI workflows;\n- choosing work or claiming that repository setup is complete beyond the paths\n  actually inspected;\n- running RPI automatically.\n\n## Output\n\nReturn target path, requested files, created files, existing files left intact,\nfailed writes, and validation observations. Do not include a next action.\n\n## References\n\n- [Fitness](../fitness/SKILL.md)\n- [Product](../product/SKILL.md)\n- [Documentation](../doc/SKILL.md)\n- [Examples](references/examples.md)","author":"@boshu2","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/boshu2/agentops/tree/main/images/gemini/skills/bootstrap","license":"Apache-2.0","category":"writing","lang":"en","tokens":561,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}