agentsclimarketplace

Double check align

Skill tony/ai-workflow-plugins/.agents/skills/double-check-align

Claude Code Plugins, Commands, and Skills

Install
npx -y skills add tony/ai-workflow-plugins --skill double-check-align

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

  • 2 stars2 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 when a verification pass already came back as a diff against the agent's prior turn — verdict lists like "overstated" / "still holds", "what I changed" sections — and you want the analysis restated whole. Triggers on "align", "restate cleanly", "say how it is", "stop correcting yourself", "I never read the first version", or "give me the final version". Rebuilds the answer from source as a standalone artifact; with an argument, re-anchors on a narrower question and drops the old scaffolding entirely.

SKILL.md

2.8 KB, as published. Nobody here has run it

this skill

Recovery for a broken double-check. The chat currently holds a revision log — verdicts about prior claims, deltas against text the user never read. Replace it with the analysis itself.

Read references/verification-contract.md first — it is the contract this command restores.

$ARGUMENTS

  • Empty — re-anchor on the subject of the most recent analysis thread, at its original scope.
  • A topic or question — re-anchor on that instead. Narrowing is a feature: it discards the earlier answer's scaffolding, which is what lets omitted items finally surface.

Steps

  1. Recover the request. From the conversation, reconstruct the original question and every constraint the user has added since — including corrections they made that you agreed with. User turns are binding context; your own answer turns are not.
  2. Quarantine prior answers. Everything you previously concluded is untrusted until re-verified against source. Do not reuse prior numbering, category names, or verdict framing.
  3. Re-derive and restate. Re-open the source artifacts and write the full analysis, standalone, in the shape the original request implied. Every claim stated positively and in full — no verdict shorthand, no "as noted above", no delta table.
  4. Weakness inline. If a claim is weak, say why it is weak. Never say it was previously stated differently.

What this does not do

  • Reference, summarize, or grade the earlier response — the user did not read it and will not.
  • Edit files or commit — output is conversation only.
  • Answer a different question than the one recovered or given — losing focus is the failure this command repairs.

Portability notes

  • $ARGUMENTS — the text the user passed when invoking this skill. If your host does not substitute it, read it as the user's request in the current turn, and ask when there is none.
  • Bundled files — every relative path in this skill points at a file shipped inside this skill directory. Read them from here, not from the host's plugin tree.

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.