# Team Boot

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

- **Type:** Skill
- **Install:** `agentstack add skill-tikalk-adlc-team-skills-team-boot`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tikalk](https://agentstack.voostack.com/s/tikalk)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tikalk](https://github.com/tikalk)
- **Source:** https://github.com/tikalk/adlc-team-skills/tree/main/skills/team/team-boot
- **Website:** https://github.com/tikalk/agentic-sdlc-12-factors

## Install

```sh
agentstack add skill-tikalk-adlc-team-skills-team-boot
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.
2. If unconfigured (missing, `null`, or path doesn't exist): invoke the
   `team-setup` skill.
3. If configured: read and assemble the constitution, CDR.md index table,
   PDR/ADR indexes, and `.skills.json` into your context.
4. 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.

- **Author:** [tikalk](https://github.com/tikalk)
- **Source:** [tikalk/adlc-team-skills](https://github.com/tikalk/adlc-team-skills)
- **License:** MIT
- **Homepage:** https://github.com/tikalk/agentic-sdlc-12-factors

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tikalk-adlc-team-skills-team-boot
- Seller: https://agentstack.voostack.com/s/tikalk
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
