AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Team Boot

skill-tikalk-adlc-team-skills-team-boot · by tikalk

Bootstrap the session with team AI directives context (constitution, CDR index, PDR/ADR indexes, skill registry). Runs automatically at session start via the event hook.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-tikalk-adlc-team-skills-team-boot

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tikalk-adlc-team-skills-team-boot)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Team Boot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

team-boot

Overview

Assembles team AI directives context and injects it into the system prompt at session start. The CDR index lists all available team context modules with descriptors — read full module files on demand when a task matches.

Discovery is native: the injected CDR index is matched by the LLM against the current task on its own, per prompt, with no skill invocation. /team-discover is a separate, user-invoked command for explicit structured re-discovery (e.g., starting a complex feature) and is not part of the bootstrap loop.

Event hook (automatic)

The session_start event hook runs scripts/boot.sh (POSIX) or scripts/boot.ps1 (Windows), which reads .adlc/init-options.json, assembles the context block (constitution, CDR index, PDR/ADR indexes, skill registry), and outputs it to stdout. The plugin caches the result and pushes it into the system prompt on every step (idempotent — same cached content, no accumulation).

Manual fallback (agents without event support)

  1. Read .adlc/init-options.json from the current working directory.

Do NOT walk up parent directories. Do NOT use glob, find, or any file-search tool to locate it.

  1. If unconfigured (missing, null, or path doesn't exist): invoke the

team-setup skill.

  1. If configured: read and assemble the constitution, CDR.md index table,

PDR/ADR indexes, and .skills.json into your context.

  1. The CDR index is your catalog — read full module bodies on demand

when a task matches a CDR descriptor.

Unconfigured projects

Invoke team-setup to configure team AI directives for this project.

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.