agentsclimarketplace

Pilot analysis

Skill jasontang-ai/acp/skills/pilot-analysis

ACP is a reusable democratic coordination primitive for discussion under load. Relay is the reference implementation used to validate that primitive in practice.

Install
npx -y skills add jasontang-ai/acp --skill pilot-analysis

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

  • 1 stars1 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.

What its author says it does

Copied from the file, not written here

Use this skill to compute and inspect ACP metrics, telemetry, and export outputs for intervention and baseline cycles without overclaiming.

SKILL.md

2.5 KB, as published. Nobody here has run it

What this skill is for

Use this skill when a pilot, benchmark, or rehearsal needs condition-comparable analysis rather than raw cycle inspection.

When to use it

  • Summarizing one or more cycles.
  • Comparing intervention and baseline conditions.
  • Preparing pilot evidence for operator or reviewer handoff.

When not to use it

  • Do not use it to manage lifecycle transitions.
  • Do not use it to author participant content.
  • Do not convert prototype metrics into field-efficacy claims.

Inputs expected

  • One or more cycle ids or cycle JSON files
  • Condition labels
  • Optional export mode
  • Claim boundary for the analysis

Preflight / prerequisites

  1. Confirm cycles are comparable.
  2. Confirm exports and metrics are generated by Relay.
  3. Separate benchmark evidence, pilot evidence, and field-efficacy claims.

Workflow

  1. Run one-cycle metric summaries.
  2. Run condition comparison when at least two cycles exist.
  3. Inspect missing metrics and telemetry gaps.
  4. Summarize only what the evidence supports.
  5. Call out non-claims explicitly.

Decision rules / judgment criteria

  • Comparable denominators matter more than impressive numbers.
  • Missing telemetry is a gap.
  • Synthetic benchmark evidence supports operational feasibility, not field efficacy.
  • Baseline and intervention condition counts should remain aligned where the scenario requires it.

Escalation rules

Escalate when intervention and baseline differ in participant or contribution count unexpectedly, when key metrics are missing, or when a requested claim exceeds the evidence class.

Available scripts

  • scripts/metrics-summary.mjs <cycle-id>
  • scripts/compare-cycles.mjs <cycle-id> <cycle-id> [...]

Outputs

  • Metrics summary
  • Condition comparison
  • Explicit evidence gaps
  • Claim-safe analysis notes

Failure handling

If telemetry is incomplete, report incompleteness and stop short of numeric inference.

Trust / safety notes

Pilot analysis is vulnerable to overclaiming. Treat every output as a bounded evidence artifact.

Composition notes

Use inside pilot-cycle-review and foresight-submission-prep.

Examples to inspect next

Read examples/casebook.md for condition comparison and overclaiming anti-patterns.

Evaluation hooks

Run scripts/metrics-summary.mjs, scripts/compare-cycles.mjs, and npm run skills:audit.

Keep looking

Skills are one crate of 328,083. 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.