7 Commits
Author SHA1 Message Date
Addy Osmani b765343015 docs: tighten redundant-verification wording for consistency
Unify the framing across the verification note, rationalization row,
and red flag entry in both incremental-implementation and
test-driven-development skills. The previous wording mixed "once per
increment" (correct) with "no additional value after success" (only
true if nothing has changed), which an agent could read as "skip
verification entirely after one success."

The unified rule: after a successful run, don't repeat the same
command unless the code has changed since.
2026-05-06 18:12:48 -07:00
Sreedhar Busanelli ad35cbf9cf Fix: Add guidance to prevent redundant build verification commands
Fixes #47

## Changes
- Add verification guidance to incremental-implementation skill checklist
- Add test guidance to test-driven-development skill verification section
- Add common rationalizations about redundant verification in both skills
- Add red flags for running same command multiple times after success

## Impact
This addresses the issue where agents run build verification commands (npx tsc --noEmit, npx vite build, npm test) multiple times consecutively after successful runs, providing clear guidance to trust the first successful verification.
2026-04-13 11:44:42 -05:00
Dhruv TrivediandGitHub 48a2deacb5 Enhance SKILL.md with additional references
Added a 'See Also' section for testing patterns.
2026-04-07 21:41:04 +05:30
Federico Bartoli fea75b1647 Align skill descriptions with Anthropic best practices
Update all SKILL.md descriptions to lead with what the skill does
(third person) followed by trigger conditions, per Anthropic's
skill authoring docs. All original trigger conditions preserved.
Update description max chars to match Anthropic spec (1024).
Retain workflow-summary warning in skill-anatomy.md to prevent
agents from following descriptions instead of reading full skills.
Add Table of Contents to reference files longer than 100 lines so
Claude can see the full scope of available information even when
previewing with partial reads.
2026-03-31 22:41:45 +02:00
Addy Osmani 8739c15974 Refactor to better reflect Google SWE best practices 2026-03-28 14:06:57 -07:00
Addy Osmani b88b81f4f1 Add cross-reference from TDD to browser-testing-with-devtools
For browser-based changes, unit tests alone do not verify runtime
behavior. Added a pointer to the browser-testing skill.
2026-03-28 00:41:54 -07:00
Addy OsmaniandClaude Opus 4.6 f977f939cd add test-driven-development skill
Verify phase skill covering TDD workflow, Prove-It pattern for
bugs, and test hierarchy guidance.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 14:36:40 -08:00