# Brief

> Session briefing — shows active features, progress, and suggested focus. Use at the start of a session, when asking what to work on, or when checking active features.

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

## Install

```sh
agentstack add skill-helderberto-tracerkit-brief
```

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

## About

# Session Briefing

Overview of active features, progress, and suggested focus.

## Algorithm

### 1. Discover plans

Glob `.tracerkit/plans/*.md`. Slug = filename without `.md`. If no plans found, output: `No plans found — run /tk:prd to start one.`

### 2. Count progress

For each plan, count `- [x]` and `- [ ]` lines under each `## Phase N` heading. Per-phase: `checked/total`. Sum across phases → total progress. First phase with unchecked items → cursor.

Skip plans where all items are checked (fully complete).

### 3. Show progress

For each incomplete plan:

```
 (checked/total)
  Phase 1 — title: checked/total
> Phase 2 — title: checked/total
  Phase 3 — title: checked/total
```

The `>` marks the first incomplete phase (cursor). Completed phases show without `>`.

### 4. Suggest focus

If exactly one incomplete plan → auto-select it.
If multiple incomplete plans → select the one closest to completion.

```
**Focus → **
```

### 5. Offer next steps

Present options and wait for the user's choice:

1. Continue focused feature — `/tk:build ` (Recommended)
2. Start new feature — `/tk:prd`
3. Check progress — `/tk:check `

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [helderberto](https://github.com/helderberto)
- **Source:** [helderberto/tracerkit](https://github.com/helderberto/tracerkit)
- **License:** MIT

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-helderberto-tracerkit-brief
- Seller: https://agentstack.voostack.com/s/helderberto
- 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%.
