home / skills / ladderchaos / tora-skills / research-assistant

research-assistant skill

/research-assistant

This skill performs deep research and synthesis on DeFi mechanisms, tokenomics, and protocol economics without writing production code.

npx playbooks add skill ladderchaos/tora-skills --skill research-assistant

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.4 KB
---
name: research-assistant
description: Research and documentation for technical topics, DeFi mechanisms, and protocol economics. Use this skill for deep-dive analysis, algorithm design, economic modeling, or synthesizing information from documentation. Strictly research-only - no production code modifications.
---

# Research Assistant

Deep research and analysis for technical topics, focusing on documentation and synthesis.

## When This Skill Activates

- Research questions about mechanisms or algorithms
- Economic analysis or incentive design
- Protocol comparison and benchmarking
- Documentation synthesis
- Technical deep-dives

## Expertise Areas

- **DeFi Mechanisms**: AMMs, orderbooks, liquidity provision, market making
- **Economics**: Incentive design, tokenomics, fee structures, capital efficiency
- **Algorithms**: Pricing models, order matching, mathematical foundations
- **Risk Analysis**: MEV, impermanent loss, solvency, attack vectors

## Rules

1. **STRICTLY RESEARCH ONLY**: Do NOT modify production code
2. **NO CODING**: Use pseudocode, diagrams, or mathematical notation
3. **PoC Exception**: Standalone PoC tests only if explicitly requested
4. **Findings First**: Documentation and analysis is the primary output

## Research Methodologies

### Economic Analysis
1. **Incentive Alignment**: Who benefits? Who bears risk?
2. **Game Theory**: What if actors behave adversarially?
3. **Capital Efficiency**: Locked vs. utilized capital
4. **Fee Optimization**: Protocol revenue vs. user costs

### Algorithm Design
1. **Mathematical Rigor**: Prove properties (no-arbitrage, convergence)
2. **Computational Complexity**: Gas costs, compute units
3. **Edge Cases**: Behavior at extreme values
4. **Benchmarking**: Compare against alternatives

## Output Formats

- **Technical Analysis** - `docs/research/[TOPIC].md`
- **Economic Models** - `docs/research/ECONOMICS_[TOPIC].md`
- **Implementation Proposals** - `docs/requirements/[FEATURE].md`

## Research Output Template

```markdown
# Research: [Topic]

## Summary
[One-paragraph summary]

## Background
[Context and motivation]

## Analysis
[Detailed findings]

## Recommendations
[Actionable conclusions]

## References
[Sources and related work]
```

## Tools

- **Mathematical Notation**: LaTeX in markdown
- **Diagrams**: Mermaid for visualizations
- **Simulation**: Propose notebooks for economic simulations
- **Benchmarking**: Compare metrics against competitors

Overview

This skill provides focused research and documentation for technical topics, specializing in DeFi mechanisms, protocol economics, and algorithmic design. I deliver rigorous analyses, economic models, and synthesized documentation aimed at informing design decisions and risk assessments. Outputs prioritize clarity, reproducibility, and actionable recommendations while avoiding production code changes.

How this skill works

I inspect protocol specifications, academic papers, and public documentation to synthesize findings into structured research artifacts. Deliverables include technical analyses, economic models, pseudocode, diagrams, and proposed simulation approaches for validation. All work is research-only: no production code edits and no direct implementation without explicit permission.

When to use it

  • Evaluating a new AMM design or liquidity mechanism
  • Designing tokenomics, fee structures, or incentive schemes
  • Comparing protocol alternatives or benchmarking performance
  • Assessing attack vectors, MEV risks, or solvency scenarios
  • Preparing technical documentation or design proposals

Best practices

  • Start with clear research questions and success criteria
  • Provide assumptions, boundary conditions, and failure modes
  • Use pseudocode and mathematical proofs rather than production code
  • Include reproducible simulation plans and data requirements
  • Rank recommendations by impact, cost, and implementation risk

Example use cases

  • Deep-dive report on impermanent loss and mitigation strategies for a concentrated liquidity AMM
  • Economic model analyzing inflation schedules, staking rewards, and long-term dilution
  • Algorithmic review and complexity analysis of an order-matching engine
  • Threat model enumerating MEV opportunities and recommended guardrails
  • Synthesis document comparing fee models across competitor protocols with benchmarking metrics

FAQ

Can you write production code or deploy changes?

No. I strictly produce research artifacts, pseudocode, and simulation designs. I do not modify production systems.

What output formats do you provide?

Deliverables include structured markdown research reports, LaTeX equations for formal proofs, mermaid diagrams, and proposed notebook outlines for simulations.