# Pocdd List

> List every POC in .pocs/ with its phase and gap counts (split by [agent]/[user]). Read-only. Use for "/poc list" or "show the pocs".

- Skill: `dailybothq/pocdd-list` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dailybothq/pocdd-list`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dailybothq/pocdd-list/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: dailybothq (https://skillmd.com/u/dailybothq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dailybothq/pocdd-list

---


# POCDD — List

Read-only overview of all POCs. Enumerate with `pocdd_list` from
[`../shared/context.sh`](../shared/context.sh):

```bash
. "$(dirname "$0")/../shared/context.sh"
pocdd_list
```

For each file, read its header/sections and print a compact table:

| POC | Format | Phase | `[agent]` gaps | `[user]` gaps |
|-----|--------|-------|----------------|----------------|

- **Format** = the extension (`.md` reasoned / `.py`,`.js`,`.go`,… runnable).
- A POC with `0 / 0` gaps and phase `ready-to-implement` is ready for
  `/poc implement`.
- If `.pocs/` is empty or absent, say so and suggest `/poc <SOURCE>` to start one.

Do not modify any file.

