Search across all AI-DLC generated documentation to find past decisions, API contracts, data models, or requirements. Use when looking for "where did we define", "what was the decision about", or "find documentation for".
Searches across all AI-DLC generated documentation to quickly find information.
Performs a comprehensive search across:
aidlc-docs/{domain}/{unit}/documentation/)aidlc-docs/_shared/requirements/)aidlc-docs/_shared/user-stories/)aidlc-docs/{domain}/{unit}/construction/functional-design/)When invoked with a search query:
Parse the search query:
Search strategy:
aidlc-docs/ directory recursivelyPrioritize results:
Extract context:
[filename.md:line](path/to/file.md#Lline)## Search Results for "{query}"
Found {N} matches across {M} files:
### Feature Documentation
**[{UNIT-ID}]({path/to/feature-doc.md})** - {unit-title}
> {context snippet with match highlighted}
Line {number}
### Requirements
**[requirements.md]({path})** - {section}
> {context snippet}
Line {number}
### Other Matches
...
**No results?** Try:
- Broader keywords
- Alternative terminology
- Searching in specific domain: /doc-search [domain] [query]
Include helpful tips if search returns too many/few results:
User asks: "Find documentation for JWT authentication" User asks: "Where did we define the user data model?" User asks: "What was the decision about caching?" User asks: "Search for error handling in docs"
Support domain-scoped search:
/doc-search auth token - searches within auth domain/doc-search api - searches across all domains for "api"