# Inbox

> Quick capture mode (with content) or batch processing mode (no content). GTD-style routing of inbox items to proper folders. Use "/inbox thought to capture" or "/inbox" to process.

- **Type:** Skill
- **Install:** `agentstack add skill-kv0906-pm-kit-inbox`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kv0906](https://agentstack.voostack.com/s/kv0906)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [kv0906](https://github.com/kv0906)
- **Source:** https://github.com/kv0906/pm-kit/tree/main/.claude/skills/inbox
- **Website:** https://willtran.xyz

## Install

```sh
agentstack add skill-kv0906-pm-kit-inbox
```

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

## About

# /inbox — Quick Capture & Process

Dual-mode command for fast capture and later processing.

## Context

Today's date: `!date +%Y-%m-%d`
Inbox contents: `!ls 00-inbox/*.md 2>/dev/null`

Reference template: @_templates/inbox.md
Config: @_core/config.yaml
Processing logic: @_core/PROCESSING.md

## Input

User input: $ARGUMENTS

## Mode Detection

- **Capture mode**: If $ARGUMENTS has content
- **Process mode**: If $ARGUMENTS is empty

---

## Capture Mode (with content)

1. **Auto-detect**
   - Project: Look for project names from config
   - Type: daily, decision, blocker, meeting, doc

2. **Create Inbox Note**
   - Filename: `00-inbox/{date}-{slug}.md`
   - Tag with detected project/type
   - Status: unprocessed

3. **Append to Vault Log**
   - Append entry to `01-index/_vault-log.md` (see `.claude/rules/vault-log.md`)
   - Action: `inbox-capture`
   - Details: what was captured and detected type

4. **Output**
   ```
   Captured to: 00-inbox/{filename}
   Detected: {project} / {type}
   Process later with: /inbox
   ```

---

## Process Mode (no content)

Use session tasks for batch visibility:

```
TaskCreate: "Scan and classify inbox items"
  activeForm: "Scanning inbox..."

TaskCreate: "Route items to destinations"
  activeForm: "Routing inbox items..."
```

1. **Scan Inbox**
   - List all `.md` files in `00-inbox/`
   - Read and classify each

2. **Present Plan**
   ```
   ## Processing Plan

   | # | Content Preview | Type | Project | Action |
   |---|-----------------|------|---------|--------|
   | 1 | "Shipped login..." | daily | project-a | Update daily |
   | 2 | "Blocked on API..." | blocker | project-a | Create blocker |

   Proceed? (y/n/edit)
   ```

3. **Route Items**
   - For each confirmed item:
     - Route to appropriate handler (/daily, /block, /decide, etc.)
   - Mark processed inbox files

4. **Append to Vault Log**
   - Append one `inbox-route` entry per batch to `01-index/_vault-log.md` (see `.claude/rules/vault-log.md`)
   - Details: count of items routed and their types

5. **Output**
   ```
   Processed: {count} items
   - Daily updates: {count}
   - Blockers: {count}
   - Decisions: {count}
   ```

## Source & license

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

- **Author:** [kv0906](https://github.com/kv0906)
- **Source:** [kv0906/pm-kit](https://github.com/kv0906/pm-kit)
- **License:** MIT
- **Homepage:** https://willtran.xyz

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-kv0906-pm-kit-inbox
- Seller: https://agentstack.voostack.com/s/kv0906
- 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%.
