@s0912758806p · 4 items
Deterministic ALCOA+ data-integrity linter for a record/dataset: checks Attributable / Contemporaneous / Complete / Accurate / Consistent in code, and surfaces the human-judgment slice (authorization, gap justification) as a 【待補】 checklist it never auto-concludes. DEGRADED mode lints any CSV/JSON record against a declared contract; FULL mode snaps onto an agentic-sop-kit run dir. The report is a DRAFT — a human owns the verdict. Domain-neutral engine, GMP-flavored ruleset. Pure stdlib.
Convert human SOPs into deterministic agentic workflows. Bundles the six-rung-ladder + agentic-sop + agentic-workflow-audit skills, the /sop-flow command, a project-scoped Stop-hook regression gate, and the portable agentic-sop-kit.
Independent adversarial honesty reviewer for a DRAFT output: checks claims-vs-evidence (no fabrication, no overreach, no invented IDs) before a human approves. FULL mode reads an agentic-sop-kit run dir's trace; DEGRADED mode reviews any plain document with user-supplied inputs. Deterministic honesty checks in code + a capped ADVISORY adversarial LLM pass. The report is itself a DRAFT — a human owns the verdict; it never auto-approves or auto-rejects. An optional project-scoped Stop-hook can enforce that a human acknowledged a review before the session ends. Not a source-code reviewer.
Claude Code plugin linter + scaffolder. `lint` validates a plugin (or a whole marketplace) against a house grammar — a strict superset of the usual manifest/frontmatter checks plus stdlib-only, hook-protocol, and test-harness invariants; `scaffold` generates a grammar-conformant plugin skeleton that passes the linter by construction. Pure stdlib; self-hosting; runs standalone on any plugin or snaps onto this marketplace.