What problem does it solve?
Recreates the minimal, opinionated repository structure required for session-orchestrator so agentic coding tools can run reproducible, gated sessions; it eliminates manual setup, ensures a consistent CLAUDE.md/AGENTS.md entry, and enforces the bootstrap gate via .orchestrator/bootstrap.lock.
Core Features & Use Cases
- Automatic scaffolding: Detects repo state and generates CLAUDE.md/AGENTS.md, .gitignore, README, manifests, CI and tooling according to three intensity tiers (fast, standard, deep).
- Robust flows: Supports transitive bootstrap when a gate is closed, direct /bootstrap invocation with flags (upgrade, retroactive), archetype detection, and idempotent upgrades that only add missing files.
- VCS and platform aware: Detects platform (Claude Code, Codex, Cursor), adapts CLAUDE.md generation for public vs private baselines, and conditionally writes CI, CODEOWNERS, templates, and branch protection via gh/glab where configured.
Quick Start
Invoke the bootstrap flow by running the plugin command /bootstrap or trigger a feature so the skill scaffolds the minimal repository structure and writes .orchestrator/bootstrap.lock.