Files
bluecraft/skills/agent-docs/references/verification-checklist.md
2026-04-23 01:29:16 +08:00

893 B

Verification Checklist

Use this checklist after changing AGENTS.md or agent-docs/.

  • Did you run the strongest repository validation that actually applies?
  • For docs-only work with no stronger validator, did you at least run git diff --check?
  • If routing changed, did you re-check root reachability?
  • If cross-links changed, did you re-check for stale references or direct cycles where relevant?
  • If root routing, child references, conflict rules, or required follow-up workflow changed, did you test 1 to 3 representative prompts?
  • Did those representative prompts confirm that the agent read the root entrypoint first, chose the intended specialized workflow, ran required follow-up checks, and surfaced ambiguity instead of guessing?
  • Does the completion claim match the commands actually run?
  • If part of the change was not verified, is that limitation stated explicitly?