pol-probe

pol-probe is a skill for Claude Code, Codex from getcrew44/crew44. It costs 28 tokens per session (2,352 once invoked), scanned A, original, MIT.

A Proof of Life probe is a small, disposable experiment that tests one risky product assumption. It is meant to produce evidence cheaply and is not intended to become a finished product or minimum viable product.

In plain words
What is it for?
Define a narrow hypothesis, choose a low-cost validation method, document the experiment, and expose problems before full development.
Why use it?
It helps you learn whether an idea works before spending time building production software. It also reduces the risk of mistaking an impressive prototype for useful evidence.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/getcrew44/crew44/pol-probe
Any agent
npx skills add getcrew44/crew44 --skill pol-probe
Clone the repo
git clone --depth 1 https://github.com/getcrew44/crew44

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pol-probe

README.md
[![agentmods](https://agentmods.dev/badge/skills/getcrew44/crew44/pol-probe.svg)](https://agentmods.dev/skills/getcrew44/crew44/pol-probe)
Your own site
<a href="https://agentmods.dev/skills/getcrew44/crew44/pol-probe"><img src="https://agentmods.dev/badge/skills/getcrew44/crew44/pol-probe.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,352 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00028 $0.02352
Opus 5 $0.00014 $0.01176
Sonnet 5 $0.00006 $0.00470
Haiku 4.5 $0.00003 $0.00235

Measured 4d ago against content hash 2506abaf32b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pol-probe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

daemon/internal/presets/defaultcrew/skills/product/pol-probe/SKILL.md · 218 lines

How it starts

The opening of the file, as written. The whole thing — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

Define and document a Proof of Life (PoL) probe—a lightweight, disposable validation artifact designed to surface harsh truths before expensive development. Use this when you need to eliminate a specific risk or test a narrow hypothesis without building production-quality software. PoL probes are reconnaissance missions, not MVPs—they're meant to be deleted, not scaled.

This framework prevents prototype theater (expensive demos that impress stakeholders but teach nothing) and forces you to match validation method to actual learning goal.

Key Concepts

What is a PoL Probe?

A Proof of Life (PoL) probe is a deliberate, disposable validation experiment designed to answer one specific question as cheaply and quickly as possible. It's not a product, not an MVP, not a pilot—it's a targeted truth-seeking mission.

Origin: Coined by Dean Peters (Productside), building on Marty Cagan's 2014 work on prototype flavors and Jeff Patton's principle: "The most expensive way to test your idea is to build production-quality software."


The 5 Essential Characteristics

Every PoL probe must satisfy these criteria:

Characteristic What It Means Why It Matters
Lightweight Minimal resource investment (hours/days, not weeks) If it's expensive, you'll avoid killing it when the data says to
Disposable Explicitly planned for deletion, not scaling Prevents sunk-cost fallacy and scope creep
Narrow Scope Tests one specific hypothesis or risk Broad experiments yield ambiguous results
Brutally Honest Surfaces harsh truths, not vanity metrics Polite data is useless data
Tiny & Focused Reconnaissance missions, never MVPs Small surface area = faster learning cycles

Anti-Pattern: If your "prototype" feels too polished to delete, it's not a PoL probe—it's prototype theater.


PoL Probe vs. MVP

Dimension PoL Probe MVP
Purpose De-risk decisions through narrow hypothesis testing Justify ideas or defend roadmap direction
Scope Single question, single risk Smallest shippable product increment
Lifespan Hours to days, then deleted Weeks to months, then iterated
Audience Internal team + narrow user sample Real customers in production
Fidelity Just enough illusion to catch signals Production-quality (or close)
Outcome Learn what doesn't work Learn what does work (and ship it)

Read the full file on GitHub · 218 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 218 lines · 28 tokens per session scan A 2506abaf32b5

Subscribe to this mod's changes

pol-probe is a skill published in the GitHub repository getcrew44/crew44 (359 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 2,352 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

goal-draft

Turn a fuzzy intention into a /goal objective the Goal verifier can actually judge - one outcome, numbered binary "Done when" checks that leave evidence in the transcript, guardrails, a budget, and a block protocol. Use when the user wants to set or define a goal, asks whether a goal is good enough, or says "keep…

QwenLM/qwen-code · 114 tokens

optimization

Use when improving performance, latency, throughput, memory usage, or general efficiency. Start by defining target metrics, measuring comprehensively, attributing bottlenecks, validating with static analysis, and prioritizing macro-optimizations before micro-optimizations.

1jehuang/jcode · 52 tokens

algo-blockchain-basics

Explain blockchain fundamentals including distributed ledger architecture, consensus mechanisms, and block structure. Use this skill when the user needs to understand blockchain concepts, evaluate whether blockchain fits a use case, or design a blockchain-based solution — even if they say 'how does blockchain work'…

asgard-ai-platform/skills · 69 tokens

algo-blockchain-smart-contract

Design and implement smart contracts as self-executing programmatic agreements on blockchain. Use this skill when the user needs to build automated on-chain logic, evaluate smart contract security, or design tokenized business rules — even if they say 'smart contract development', 'automated agreement', or 'on-chain…

asgard-ai-platform/skills · 68 tokens

speckit-iterate-define

Define an iteration on the current feature — analyze the change request against current spec state and implementation progress, then write a reviewable iteration plan.

opsmill/infrahub-mcp · 36 tokens

speckit-implement

Execute the implementation plan by processing and executing all tasks defined in tasks.md.

opsmill/infrahub-mcp · 20 tokens