dist/plugins/meta-methodology-investigation-requirements/skills/meta-methodology-investigation-requirements/SKILL.md
Investigation requirement - never speculate about code you haven't read. List files, read completely, base analysis on evidence. Prevents hallucination in coding agents.
npx skillsauth add agents-inc/skills meta-methodology-investigation-requirementsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick Guide: Never speculate about code you haven't opened. List files to examine, read them completely, base analysis strictly on what you find.
<critical_requirements>
(Never speculate about code you have not opened)
(List the files you need to examine explicitly)
(Read each file completely before making claims)
(Base analysis strictly on what you find in the files)
</critical_requirements>
<investigation_requirement>
CRITICAL: Never speculate about code you have not opened.
Before making any claims or implementing anything:
If a specification references pattern files or existing code:
If you don't have access to necessary files:
This prevents 80%+ of hallucination issues in coding agents.
</investigation_requirement>
Good investigation:
I need to examine these files to understand the pattern:
- auth.py (contains the authentication pattern to follow)
- user-service.ts (shows how we make API calls)
- SettingsForm.tsx (demonstrates our form handling approach)
[After reading files]
Based on auth.py lines 45-67, I can see the pattern uses...
Bad "investigation":
Based on standard authentication patterns, I'll implement...
[Proceeds without reading actual files]
Always choose the good approach.
</examples><critical_reminders>
(Never speculate about code you have not opened)
(You MUST list files to examine before making claims)
(You MUST read each file completely)
(You MUST base all analysis strictly on what you find in the files)
(This prevents 80%+ of hallucination issues)
</critical_reminders>
development
Material Design component library for Vue 3
development
VitePress 1.x — Vue-powered static site generator for documentation sites, built on Vite
tools
Docusaurus 3.x documentation framework — site configuration, docs/blog plugins, sidebars, versioning, MDX, swizzling, and deployment
development
TanStack Form patterns - useForm, form.Field, validators, arrays, linked fields, createFormHook, type safety