best-practices ยท diff

git:20260724.ba2c70f to git:20260919.a9f7da5

22 added, 6 removed. Audit A to A.

---
name: best-practices
- description: "Research current best practices and turn the evidence into a clear recommendation. Use for state-of-the-art, evidence-based, optimal-approach, comparison, or pros-and-cons questions in any field."
+ description: "Research current practices or compare approaches using primary evidence and the user's constraints."
argument-hint: "<topic>"
user-invocable: true
allowed-tools: WebSearch, WebFetch, Read, Glob, Grep, Skill
---
- # Best Practices
+ # Best practices
- Match research depth to the decision: quick lookup for a narrow fact; multiple primary sources for costly, risky, disputed, or fast-changing choices.
+ Research the requested topic with current, high-quality evidence and first-principles reasoning.
+ Keep research artifacts outside the repository unless the result remains useful after the task.
+ If a subagent performs the research, give the main agent the artifact paths.
- Use `/deep-research` on Claude when available; on Codex, browse iteratively.
+ For technical topics, prefer primary and authoritative sources:
- Prefer primary sources, cite material claims inline, and separate evidence from inference. Explain consensus, disagreement, uncertainty, and where each recommendation applies. Recommend for the user's goals and constraints, not for an imaginary average user.
+ - official documentation and specifications;
+ - maintainer posts, authoritative engineering blogs, and peer-reviewed papers;
+ - widely adopted open-source projects that are actively maintained.
- If missing context changes the answer, ask for it or give clearly conditional recommendations. Do not pad the report with source quotas, evidence labels, or weak secondary material.
+ Age each claim against its own horizon.
+ Versions, APIs, pricing, limits, and advisories can change within weeks.
+ Tool choices can change within months. Architecture and patterns can remain valid for years.
+ Explain why an older source still applies and check whether a newer source replaced it.
+ Mark facts that you cannot confirm as unverified.
+
+ Cite material claims inline and separate evidence from inference.
+ Explain consensus, disagreement, uncertainty, and where each recommendation applies.
+ State what evidence would overturn the recommendation.
+ Recommend for the user's goals and constraints, not for an imaginary average user.
+
+ If missing context changes the answer, ask for it or give clearly conditional recommendations.
+ Do not pad the report with source quotas, evidence labels, or weak secondary sources.