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>".From its SKILL.md
npx -y skills add DailybotHQ/pocdd-skill --skill statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 222 tokens by cl100k_base, as published. Nobody here has run it
POCDD — Status
Read-only deep status of one POC. Resolve it with pocdd_resolve <name> from
../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; "resolve N decisions" if only[user]gaps remain;/poc implement <name>ifready-to-implement.
Do not modify the file.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.