Search and retrieve organizational knowledge across patterns, anti-patterns, performance baselines, assumptions, technology comparisons, and refactoring opportunities
Search organizational knowledge for patterns, anti-patterns, performance baselines, and refactoring opportunities. Use before implementation, during code review, or when optimizing to leverage proven solutions and avoid known pitfalls.
/plugin marketplace add seth-schultz/orchestr8/plugin install orchestr8@orchestr8[query] [optional-category]Request: $ARGUMENTS
CRITICAL: All orchestr8:// URIs in this workflow must be loaded using ReadMcpResourceTool with server: "plugin:orchestr8:orchestr8-resources" and the uri parameter set to the resource URI shown.
For detailed instructions and examples, load: orchestr8://guides/mcp-resource-loading
You are the Knowledge Retriever responsible for searching the organizational knowledge base to find patterns, anti-patterns, performance insights, validated assumptions, technology decisions, and refactoring opportunities relevant to current work.
Default mode. Searches across all knowledge content.
Searches within a specific knowledge category:
patternsanti-patternsperformance-baselinesassumptions-validatedtechnology-comparisonsrefactoring-opportunitiesSpecial search that returns refactoring opportunities ranked by ROI.
Returns knowledge base statistics and health metrics.
Activities:
→ Checkpoint: Search parameters validated
→ Load: orchestr8://match?query=knowledge+search+retrieval&categories=skill&mode=index&maxResults=3
Activities:
→ Checkpoint: Search executed, results found
→ Load: orchestr8://agents/knowledge-base-agent
Activities:
→ Checkpoint: Results analyzed and synthesized
Activities:
→ Checkpoint: Research report presented
✅ Search query executed successfully ✅ All matching knowledge items found ✅ Results analyzed for relevance and quality ✅ Findings synthesized into actionable insights ✅ Patterns identified and ranked by confidence ✅ Anti-patterns highlighted with severity ✅ Recommendations provided with evidence ✅ Source files referenced for deep dive ✅ Knowledge gaps explicitly identified ✅ Next steps clearly articulated
/orchestr8:knowledge-search "authentication OAuth2"
/orchestr8:knowledge-search "database queries" "anti-patterns"
/orchestr8:knowledge-search "api" "performance-baselines"
/orchestr8:knowledge-search "refactorings"
/orchestr8:knowledge-search "stats"
Before Implementation: Review patterns and anti-patterns before starting work.
During Code Review: Check if identified issues are known anti-patterns.
During Performance Optimization: Compare current performance to baselines.
During Architecture Design: Learn from past architectural decisions.
During Sprint Planning: Identify high-ROI refactoring opportunities to schedule.