docs(humaninloop): refresh agent and skill guidelines (v1.1.0 / v1.3.0)#83
Open
deepeshBodh wants to merge 1 commit into
Open
docs(humaninloop): refresh agent and skill guidelines (v1.1.0 / v1.3.0)#83deepeshBodh wants to merge 1 commit into
deepeshBodh wants to merge 1 commit into
Conversation
AGENT-GUIDELINES bumped 1.0.0 -> 1.1.0: - §3.1.3 Tool Restriction Tiers: four-tier responsibility model (read-only / write-capable / execution-capable / full surface) - §5.5 Agent Anti-Shortcut Doctrine: agent-level analogue of CSO Anti-Leak Rule -- workflow-summary descriptions cause parents to bypass dispatch - §6.5 Confidence Scoring for Reviewer Agents: 0-100 confidence with threshold (>=80 for Important/Minor) addresses over-reporting failure mode - qa-engineer added to persona agent list (was executor in v1.0.0); executor list now empty by design - §7.6 / §7.8 / §7.9 validation checklist additions for the new requirements SKILL-GUIDELINES bumped 1.2.0 -> 1.3.0: - §1.1.4 Knowledge Skills: new 4th classification for curated rule corpora (rule-per-file, machine-extractable schema) - §2.2.1 Tiered word counts + token-budget framing: line-count budgets for knowledge skills; explicit "shared public good" framing for context window - §3.6 Two-Tier Validation: distinct structural (machine-checkable) vs semantic (pressure-test) validation layers - §5.5 Runtime-Aware Path Guidance: avoid hardcoded paths; document runtime-specific behavior in a Runtime Notes section - §8.6 / §8.7 / §8.8 validation checklist additions Evidence: cross-repo research refresh against claude-plugins-official, agent-skills (Vercel), and superpowers reference repos. Patterns surfaced include tool restriction tiers (claude-plugins-official), knowledge-skill pattern (agent-skills/react-best-practices), confidence scoring (claude-plugins-official/feature-dev/agents/code-reviewer.md), and token-budget framing (superpowers/skills/writing-skills). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh of docs/AGENT-GUIDELINES.md (v1.0.0 → v1.1.0) and docs/SKILL-GUIDELINES.md (v1.2.0 → v1.3.0) with patterns surfaced from a fresh comparative read of
claude-plugins-official, Vercel Labsagent-skills, andsuperpowers.What's New
AGENT-GUIDELINES v1.1.0
claude-plugins-official.claude-plugins-official/feature-dev/agents/code-reviewer.md.SKILL-GUIDELINES v1.3.0
agent-skills/skills/react-best-practices/(74 rule files, identical schema).superpowers/skills/writing-skills.agent-skills/packages/react-best-practices-build/.What Did NOT Change
Cross-Document Coherence
The two updated documents form a coherent system: SKILL-GUIDELINES §3.6 (Two-Tier Validation) parallels AGENT-GUIDELINES §6.5 (Confidence Scoring), and SKILL-GUIDELINES §2.1.3 (CSO Anti-Leak) parallels AGENT-GUIDELINES §5.5 (Agent Anti-Shortcut). No contradictions across the two updated documents; every cross-reference resolves.
Test Plan
Follow-Up Work (Out of Scope)
scripts/validate-skill-structure.shfor Tier 1 structural validation (referenced as suggested in SKILL-GUIDELINES §3.6)skill-auditoragent to emit findings using the new severity/confidence/citation schema🤖 Generated with Claude Code