-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplugin.json
More file actions
11 lines (11 loc) · 1.22 KB
/
plugin.json
File metadata and controls
11 lines (11 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
{
"name": "distributed-testing-skills",
"version": "0.1.0",
"description": "Two coupled skills for AI coding agents that design and execute claim-driven, Jepsen-style distributed-systems test plans. Plans bind every consistency / durability / idempotency / isolation / ordering / membership claim to an abstract model, an operation-history schema, a named checker, and a nemesis carrying explicit landing evidence. Findings report uses 10-state verdicts (PASS-smoke / PASS-hardening / FAIL-reproducible / FAIL-nondeterministic / INCONCLUSIVE-env / INCONCLUSIVE-oracle-too-weak / INCONCLUSIVE-fault-not-proven / PARTIAL-surface / PARTIAL-model / NOT-RUN), a SUT / harness / checker / environment blame classification per finding, and per-scenario budget tiers (smoke / hardening / release). Boundary-style claims (tenant isolation, authz, namespace, routing, multi-protocol, fairness) decompose into per-surface scenario arms with independent verdicts. Backed by a curated technique catalog distilled from Andrey Satarin's testing-distributed-systems repo and key research papers.",
"skills": [
"skills/designing-distributed-system-tests",
"skills/executing-distributed-system-tests"
],
"author": "Li Shen",
"license": "MIT"
}