← ClaudeAtlas

harness-auditlisted

Audits this bigin-skills plugin against current official Claude Code docs (skills, hooks, sub-agents, plugins, memory) — findings report only, never auto-fixes. Triggers: 'audit the harness', 'recheck against best practices', 'is this still current'.
tammai/bigin-skills · ★ 0 · Web & Frontend · score 65
Install: claude install-skill tammai/bigin-skills
# harness-audit Full re-audit of this plugin against current official Claude Code docs. Findings report only — never fixes anything in the same run. Propose-then-stop, same discipline `task-workflow` and `sprint-distill` already enforce. ## When not to use - Auditing a **target repo** that `bigin-harness-setup` scaffolded. This audits the plugin itself, not its output. - Measuring whether a skill actually improves outcomes — that's `skill-bench`. Anti-re-litigation rule: if `.claude/audit-log.md` exists, read it first. Any finding already listed there as `Closed` in a prior run — don't re-report it unless this audit independently finds something new about it (a regression, a doc change that reopens it). If the file doesn't exist, this is the first run; proceed normally and create it in Phase 4. ## Phase 0: Pull current docs Fetch and read directly — don't rely on training data: - https://code.claude.com/docs/en/skills.md - https://code.claude.com/docs/en/best-practices.md - https://code.claude.com/docs/en/hooks.md - https://code.claude.com/docs/en/plugins-reference.md - https://code.claude.com/docs/en/sub-agents.md - https://code.claude.com/docs/en/memory.md If any fetch fails, note it in the report and proceed with what's available — don't block the whole audit on one page. ## Phase 1: Audit dimensions For each dimension: state what the docs say, what this repo currently does, cite the specific file/line, and classify as match / drift / opportunity. Skip anything t