Install
$ agentstack add skill-juliusz-cwiakalski-agentic-delivery-os-bootstrap ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Entry point for ADOS project inception. Delegates to @bootstrapper for the multi-session 8-phase workflow.
User invocation: /bootstrap []
Examples: /bootstrap → Start or resume inception; determine project.flow in Phase 0.
/bootstrap my-billing-service → Start or resume inception 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.
- Pass project-name hint (if provided) to
@bootstrapperagent. @bootstrapperchecksdoc/inception/inception-state.yaml.- If valid state exists: resume from the last incomplete inception phase.
- If no state exists: start Phase 0 and select
project.flow: new|legacy. - Follow the 8-phase inception workflow with a human gate at every phase.
- This command uses
subtask: falsebecause inception is multi-session and needs main conversation context. - The
@bootstrapperagent manages committed state atdoc/inception/inception-state.yaml. - For the manual inception path, see
doc/guides/project-inception.md.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: juliusz-cwiakalski
- Source: juliusz-cwiakalski/agentic-delivery-os
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.