From ados
Scaffolds ADOS artifacts for an existing project via a multi-session bootstrap workflow. Delegates to @bootstrapper agent for repo scan, assessment, interview, drafting, review, and writing phases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ados:bootstrapsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<purpose>
User invocation: /bootstrap []
Examples: /bootstrap → Start or resume bootstrap workflow; auto-detect project name from repo.
/bootstrap my-billing-service → Start or resume bootstrap with "my-billing-service" as the project name hint.
- projectName='$1': string — OPTIONAL. Project name hint passed to `@bootstrapper`. - allArguments='$ARGUMENTS': string — full argument string for additional context. 1. Pass project-name hint (if provided) to `@bootstrapper` agent. 2. `@bootstrapper` checks for existing state at `.ai/local/bootstrapper-context.yaml`. 3. If state exists: resume from last phase. 4. If no state: start fresh with repo scan. 5. Follow the multi-session workflow: scan → assess → interview → draft → review → write. - This command uses `subtask: false` because the bootstrap workflow is multi-session and needs the main conversation context. - The `@bootstrapper` agent manages its own persistent state across sessions. - For the manual (non-automated) adoption path, see `doc/guides/onboarding-existing-project.md`.npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosBootstraps AgentOps project files — creates GOALS.md, PRODUCT.md, and .agents/ directory structure. Detects repo state and fills gaps idempotently.
Scaffolds the minimum repo structure (CLAUDE.md, Session Config, bootstrap.lock) for session-orchestrator. Auto-activates when files are missing; also invocable via /bootstrap with fast/standard/deep tiers.
Bootstraps a new polyglot monorepo or component from an opinionated spec library, generating AGENTS.md and folder skeleton. Also audits existing scaffolded repos for drift.