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

dailybothq d45f0d7 833 B Updated

File contents

POCDD — List

Read-only overview of all POCs. Enumerate with pocdd_list from ../shared/context.sh:

. "$(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.

dailybothq/pocdd-skill/tree/main/skills/pocdd/list commit d45f0d7be9

Frequently asked questions

npx skillmds@latest add dailybothq/pocdd-list