AgentStack
SKILL verified MIT Self-run

Bootstrap

skill-juliusz-cwiakalski-agentic-delivery-os-bootstrap · by juliusz-cwiakalski

Run ADOS project inception

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-juliusz-cwiakalski-agentic-delivery-os-bootstrap

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Bootstrap? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.
  1. Pass project-name hint (if provided) to @bootstrapper agent.
  2. @bootstrapper checks doc/inception/inception-state.yaml.
  3. If valid state exists: resume from the last incomplete inception phase.
  4. If no state exists: start Phase 0 and select project.flow: new|legacy.
  5. Follow the 8-phase inception workflow with a human gate at every phase.
  • This command uses subtask: false because inception is multi-session and needs main conversation context.
  • The @bootstrapper agent manages committed state at doc/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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.