agentsclimarketplace

Implement

Skill DailybotHQ/pocdd-skill/skills/pocdd/implement

Port a ready-to-implement POC's Implementation section into the product, executing each directive against its acceptance check. Use for "/poc implement <name>" once the POC's gaps are closed.From its SKILL.md

Install
npx -y skills add DailybotHQ/pocdd-skill --skill implement

Assembled 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.9 KB, 376 tokens by cl100k_base, as published. Nobody here has run it

POCDD — Implement (the implementation stage)

Move the proven Implementation into the product. Read ../shared/conventions.md and the target POC first; resolve it with pocdd_resolve <name>.

Precondition

The POC should be phase: ready-to-implement (Remaining gaps empty). If it is not, stop and report: list the open gaps and route to /poc work <name> or a decision batch instead of porting on top of unresolved gaps.

Porting order

Drive from the Implementation section's directives — each carries an acceptance check; satisfy it.

  1. Lift datatypes and pure functions first (the domain model, filter helpers, the core computation) into the appropriate production package.
  2. Wrap with framework boundaries — views/endpoints, permissions, feature flags, settings.
  3. Mirror proven behavior — each production capability maps to a Finding or a documented intentional difference. Preserve dedupe keys / external ids exactly as the POC justified them.
  4. UI last — it consumes the stabilized contract.

Verification & commits

  • For each ported slice, run its acceptance check (the command/test/diff named in the directive). For runnable POCs, diff production output against the POC's.
  • Commit per slice using the host repo's conventions (read its AGENTS.md); this skill does not impose its own commit rules on the product repo.
  • After porting, if the POC was runnable, note that it can be kept as a parity oracle (/poc archive <name>) or removed (/poc remove <name>).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.