prd-search

Search Markdown PRD files for query matches with context.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/sinositato/tato-claude-plugins --skill prd-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-search
Source: https://github.com/sinositato/tato-claude-plugins/tree/main/plugins/prd-builder/skills/prd-search
Command: npx skills add https://github.com/sinositato/tato-claude-plugins --skill prd-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you quickly find specific information within all your Product Requirements Documents (PRDs) and related files, saving you time digging through multiple documents.

Core Features & Use Cases

  • Full-text search: Search across all .md files in the prd/ directory.
  • Contextual results: Shows matching lines with surrounding text and the section they belong to.
  • Organized output: Results are grouped by PRD and file type, prioritizing the main PRD files.
  • Use Case: You need to find all mentions of "user authentication" across all your PRDs to ensure consistency.

Quick Start

Use the prd-search skill to find all mentions of the term "user authentication" within your PRD documents.

Frequently Asked Questions about prd-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for a specific keyword across multiple product requirements documents?

To search product requirements documents, you can run a full-text query across all Markdown files in your project directory. The search identifies matching PRDs and returns the specific lines and surrounding context for each occurrence.

Can I find matching text and see the surrounding context within a PRD file?

Yes, finding matching text with context is supported. The search highlights the specific sections and lines where matches occur, displaying surrounding text so you can understand how the term is used within the PRD.

Does the PRD search tool modify my Markdown files when retrieving results?

No, the PRD search tool operates strictly on a read-only basis. It retrieves and displays matching text from your Markdown files without modifying, writing to, or altering any of your original documents.

How are full-text search results organized when querying multiple PRDs?

Full-text search results are organized by PRD and file type. This grouping prioritizes main PRD files first, making the output easier to read and helping you quickly locate relevant information across your documents.

What is the best way to check for term consistency across all my PRD files?

The best way to check for term consistency is to run a full-text search for that specific term across your prd directory. This returns all mentions with contextual lines, allowing you to verify usage across every document.

Can I use grep to search for text only inside the prd directory?

Yes, you can perform grep-like text searches specifically within the prd directory. The search targets all Markdown files in that location, scanning file contents and returning matching lines grouped by document.