# Pocdd Status

> Report the status of a single POC file — phase, findings, and remaining gaps split by [agent]/[user], plus what is blocking and the suggested next action. Read-only. Use for "/poc status <name>" or "what's left on <name>".

- Skill: `dailybothq/pocdd-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dailybothq/pocdd-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dailybothq/pocdd-status/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-status

---


# POCDD — Status

Read-only deep status of one POC. Resolve it with `pocdd_resolve <name>` from
[`../shared/context.sh`](../shared/context.sh), then read the file.

## Report

- **Phase** — `spike | shaping | ready-to-implement | not-viable`.
- **Findings** — count, and a one-line digest of the most load-bearing ones.
- **Remaining gaps** — split into `[agent]` (the engine can close these) and
  `[user]` (awaiting a human decision), each by id and one-line summary.
- **Blocking now** — the `[user]` gaps and, for each, the default assumption the
  POC is currently running with.
- **Next action** — concretely: `/poc work <name>` if `[agent]` gaps remain
  (this install closes at most **2** per pass); "resolve N
  decisions" if only `[user]` gaps remain; `/poc implement <name>` if
  `ready-to-implement`.

Do not modify the file.

