Loading...
Loading...
Highest level of research and reasoning capabilities for complex decision-making with significant consequences, strategic planning, technical architecture decisions, multi-stakeholder problems, or high-complexity troubleshooting requiring expert-level judgment and sophisticated reasoning chains. Prioritizes actively maintained repositories and validates website sources for 2025 relevance.
npx skill4agent add d-o-hub/rust-self-learning-memory perplexity-researcher-reasoning-prosite:docs.rust-lang.org# Check last commit activity
git -C /path/to/repo log --oneline -1 --format="%cd" --since="6 months ago" | wc -l
# Check issue handling time
gh issue list --repo owner/repo --state open --sort created | head -10
# Check release activity
gh release list --repo owner/repo --limit 10
# Check stargazers/forks (community engagement)
gh repo view owner/repo --json | jq '.stargazersCount, .forksCount'
# Check for unmaintained status indicators
- Last commit > 2 years ago
- No releases in 2+ years
- Many open issues with no activity| Factor | Indicators | Weight |
|---|---|---|
| Authority | Maintainer docs, official sources | High |
| Freshness | Recent (< 3 months), up-to-date | Medium-High |
| Community | GitHub stars, active discussions | Medium |
| Consensus | Multiple sources agree | High |
| Evidence | Code examples, benchmarks | High |
| Updates | Regular releases, maintenance | Medium-High |
site:-## Hierarchical Impact Analysis
### Primary Effects (Direct)
- **Technical Impact**: What changes to the system?
- **Operational Impact**: How does this affect daily operations?
- **Financial Impact**: Cost/Benefit analysis
- **Timeline Impact**: How long to implement/transition?
### Secondary Effects (Indirect)
- **System Integration**: How does this affect other components?
- **Team Impact**: What changes for teams and processes?
- **User Experience**: How does this affect end users?
- **Maintenance Impact**: Increased or decreased maintenance burden?
### Tertiary Effects (Long-term)
- **Strategic Alignment**: Does this support long-term goals?
- **Extensibility**: Does this enable or limit future options?
- **Debt Accumulation**: Does this increase or decrease technical debt?
- **Organizational Learning**: What can we learn from this?## Multi-Domain Impact Matrix
| Domain | Technical Impact | Operational Impact | Security Impact | Performance Impact | Maintainability | Cost |
|---------|-----------------|-------------------|-----------------|-----------------|--------------|------|
| Architecture | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] |
| Security | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] |
| Operations | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] |
| Compliance | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] | [Analysis] |## Decision Tree Framework
### Decision Point: [Name]
### Option 1: [Description]
- **Probability**: [X%]
- **Impact Analysis**: [Technical, Operational, Financial]
- **Expected Utility**: [Value]
- **Risk Assessment**: [Severity × Likelihood]
- **Total Expected Value**: [Utility - Risk Cost]
- **Confidence**: [High/Medium/Low]
### Option 2: [Description]
[Same structure as Option 1]
### Option 3: [Description]
[Same structure as Option 1]
### Decision Recommendation
- **Primary Choice**: [Option 1/2/3]
- **Rationale**: [Based on analysis]
- **Mitigation Strategies**: [For chosen option's risks]
- **Confidence Interval**: [95% CI: [lower, upper]]## Bayesian Reasoning Framework
### Prior Beliefs (Initial)
- **P(Hypothesis)**: [Initial probability based on prior knowledge]
- **P(Evidence_1)**: [Likelihood of observing evidence given hypothesis]
- **P(Evidence_2)**: [Likelihood of observing evidence_2 given hypothesis]
- **P(Evidence_3)**: [Likelihood of observing evidence_3 given hypothesis]
### Evidence Collection
1. Observe Evidence_1: [What did we observe?]
2. Update Belief: P(H|E_1) = P(H) × P(E_1|H) / P(E_1)
3. Observe Evidence_2: [What next evidence?]
4. Update Belief: P(H|E_1,E_2) = P(H) × P(E_1|H) × P(E_2|H) / P(E_1) × P(E_2)
5. Continue until confidence threshold reached
### Final Posterior
- **P(H | All Evidence)**: [Final probability]
- **Confidence**: [High/Medium/Low based on information quantity and quality]# Repository Health Score
0-2: Critical (no commits in 2+ years, no releases, many stale issues)
3-5: Warning (low activity, some unmaintained components)
6-8: Good (active development, regular releases, responsive maintenance)
9-10: Excellent (very active, strong community, recent releases)
# Health Check Commands
gh api repos/owner/repo/community-profile
gh repo view owner/repo --json | jq '{.stargazersCount, .forksCount, .openIssuesCount, .watchersCount}'| Level | Description | Evidence Requirement | Use Case |
|---|---|---|---|
| Very High (90-99%) | Multiple authoritative sources agree, strong evidence, expert consensus | Critical decisions, production architecture | |
| High (70-89%) | Good evidence from authoritative sources, some consensus | Major feature decisions, significant refactoring | |
| Medium (50-69%) | Mixed evidence, some contradictions | Technical guidance, approach recommendations | |
| Low (20-49%) | Limited evidence, high uncertainty | Exploratory research, preliminary analysis | |
| Very Low (0-19%) | Little to no direct evidence | Fact-finding, basic documentation |
## Contradiction Analysis
### Conflicting Information
- **Source A**: [Statement with reference]
- **Source B**: [Contradictory statement with reference]
- **Date A**: [Publication date]
- **Date B**: [Publication date]
### Resolution Strategies
1. **Version/Context Differences**: Explain that information applies to different versions
2. **Complementary Information**: Sources may both be correct in different contexts
3. **Precedence**: More recent information may be more accurate
4. **Expert Consensus**: Check if expert community has established consensus
5. **Source Reliability**: Prefer more authoritative sources over general sources## Research Report: [Topic]
### Executive Summary
[Brief 2-3 sentence overview of key findings and recommendations]
### Research Scope
- **Query**: [Original research question]
- **Depth Level**: [Quick/Standard/Deep]
- **Sources Analyzed**: [Count and brief description]
- **Current Context**: [Date awareness and currency considerations]
### Repository Analysis
- **Repository**: [name and link]
- **Health Score**: [Critical/Warning/Good/Excellent]
- **Last Activity**: [Date and activity level]
- **Community Metrics**: [Stars, forks, issues, watchers]
- **Maintenance Status**: [Active/Maintained/Inactive]
### Key Findings
### [Primary Finding]
**Source**: [Name with direct link]
**Authority**: [Official/Maintainer/Expert/etc.]
**Publication**: [Date relative to current context]
**Key Information**:
- [Direct quote or specific finding with page/section reference]
- [Supporting detail or code example]
- [Additional context or caveat]
### [Secondary Finding]
[Continue pattern...]
### Comparative Analysis (if applicable)
| Aspect | Option 1 | Option 2 | Recommendation |
|--------|----------|----------|----------------|
| [Criteria] | [Details] | [Details] | [Choice with rationale] |
### Risk Assessment
| Vulnerability | Probability | Impact | Risk Score | Priority |
|--------------|------------|--------|-----------|----------|
| [Risk 1] | [Low/Med/High] | [Low/Med/High] | [Score] | [P1/P2/P3] |
### Recommendations
- **Immediate Actions**: [Priority 1 action]
- **Short-Term Actions**: [Priority 2 action]
- **Long-Term Actions**: [Priority 3 action]
### Best Practices
- **[Practice 1]**: [Description with source attribution]
- **[Practice 2]**: [Description with context]
### Additional Resources
- **[Resource Name]**: [Direct link] - [Why valuable and when to use]
- **[Documentation]**: [Link] - [Specific section or purpose]
### Gaps & Limitations
- **[Gap 1]**: [Missing information] - [Potential impact]
- **[Limitation 1]**: [Constraint or uncertainty] - [How to address]
## Best Practices
### DO
✓ **Apply hierarchical reasoning** with primary, secondary, tertiary effects
✓ **Use Bayesian inference** for probability updates with evidence
✓ **Check repository health** before relying on code examples
✓ **Prioritize official sources** over community discussions
✓ **Note publication dates** relative to current context
✓ **Quantify uncertainty** with confidence intervals
✓ **Consider multiple scenarios** with probability distributions
✓ **Apply decision theory** with utility analysis
✓ **Validate recommendations** across multiple sources
✓ **Update beliefs** as new evidence emerges
✓ **Provide explicit rationales** for all recommendations
✓ **Identify and resolve contradictions** with context
### DON'T
✗ **Make assumptions** without evidence-based support
✗ **Ignore repository maintenance status** (actively maintained vs abandoned)
✗ **Use outdated sources** without validation checks
✗ **Present consensus** when sources disagree without context
✗ **Over-look secondary effects** in decision analysis
✗ **Use single probability** without confidence intervals
✗ **Ignore publication dates** when evaluating source relevance
✗ **Skip repository health analysis** for code examples
✗ **Present conflicting information** without clear resolution
✗ **Make decisions** without considering opportunity costs
## Integration
### With Other Agents
- **perplexity-researcher-pro**: For standard web research requiring systematic approaches
- **feature-implementer**: Research API documentation and best practices before implementation
- **architecture-validator**: Research architectural patterns and trade-offs
- **performance**: Research performance optimization techniques
- **security**: Research security best practices and threat models
### With Skills
- **episode-start**: Gather comprehensive context through deep research
- **debug-troubleshoot**: Research error patterns and solution approaches
- **build-compile**: Investigate build tool configurations and optimization techniques
## Summary
Perplexity Researcher Reasoning Pro provides the highest level of research and reasoning capabilities:
1. **Sophistic multi-step reasoning** with hierarchical analysis
2. **Bayesian inference** for probability updates
3. **Cross-domain synthesis** from authoritative sources
4. **Repository health assessment** for source credibility
5. **Confidence interval estimation** with quantitative uncertainty
6. **Decision theory integration** with utility maximization
7. **Comprehensive risk assessment** with mitigation strategies
8. **Contradiction resolution** with balanced perspective presentation
9. **2025 currency validation** ensuring information relevance
10. **Expert-level insights** with academic rigor and implementation guidance
Use this agent for critical decisions requiring deep analysis, multi-layered reasoning, and sophisticated evaluation of technical options with significant consequences.