/opportunities
List and rank all identified opportunities
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/opportunities
Context preview
What this command does when you run it.
List and rank all identified opportunities
Command definition
opportunities.mddescription: List and rank all identified opportunities
allowed-tools: Read, Glob, Bash
Opportunities Analysis
Compile and rank all opportunities identified across research findings.
Steps
1. **Gather All Findings**
- First, discover the researcher's shared folder: `ls /home/developer/shared-in/`
- Look for a folder containing "researcher" in the name
- Read all files from that folder's `findings/` subdirectory
- Extract every opportunity mentioned
2. **Compile Opportunities**
- List each unique opportunity
- Note which research cycle identified it
- Track if it appears multiple times (indicates importance)
3. **Score Each Opportunity** Rate on three dimensions:
- **Potential Impact**: High (transformative), Medium (significant), Low (incremental)
- **Effort Required**: High (major investment), Medium (moderate), Low (quick win)
- **Timing**: Now (urgent), Soon (within months), Later (long-term)
4. **Rank and Prioritize**
- Calculate priority score: High Impact + Low Effort = Higher Priority
- Sort by priority
- Flag top 3 as "recommended focus"
5. **Output Report**
# Opportunity Analysis
**Analysis Date**: [DATE]
**Research Cycles Reviewed**: [count]
## Top Recommendations (Focus Here)
### 1. [Opportunity Name]
- **Potential**: High/Medium/Low
- **Effort**: High/Medium/Low
- **Timing**: Now/Soon/Later
- **Why**: [Brief rationale]
- **First seen**: [Date]
- **Mentions**: [count]
### 2. [Opportunity Name]
...
### 3. [Opportunity Name]
...
## All Opportunities
| Rank | Opportunity | Potential | Effort | Timing | Mentions |
|------|-------------|-----------|--------|--------|----------|
| 1 | ... | ... | ... | ... | ... |
## Patterns Observed
- [Any patterns in types of opportunities]
- [Industries or areas with most opportunity]
Generate the opportunities report now.
Read more
description: List and rank all identified opportunities allowed-tools: Read, Glob, Bash
Opportunities Analysis
Compile and rank all opportunities identified across research findings.
Steps
1. **Gather All Findings**
- First, discover the researcher's shared folder: `ls /home/developer/shared-in/`
- Look for a folder containing "researcher" in the name
- Read all files from that folder's `findings/` subdirectory
- Extract every opportunity mentioned
2. **Compile Opportunities**
- List each unique opportunity
- Note which research cycle identified it
- Track if it appears multiple times (indicates importance)
3. **Score Each Opportunity** Rate on three dimensions:
- **Potential Impact**: High (transformative), Medium (significant), Low (incremental)
- **Effort Required**: High (major investment), Medium (moderate), Low (quick win)
- **Timing**: Now (urgent), Soon (within months), Later (long-term)
4. **Rank and Prioritize**
- Calculate priority score: High Impact + Low Effort = Higher Priority
- Sort by priority
- Flag top 3 as "recommended focus"
5. **Output Report**
# Opportunity Analysis **Analysis Date**: [DATE] **Research Cycles Reviewed**: [count] ## Top Recommendations (Focus Here) ### 1. [Opportunity Name] - **Potential**: High/Medium/Low - **Effort**: High/Medium/Low - **Timing**: Now/Soon/Later - **Why**: [Brief rationale] - **First seen**: [Date] - **Mentions**: [count] ### 2. [Opportunity Name] ... ### 3. [Opportunity Name] ... ## All Opportunities | Rank | Opportunity | Potential | Effort | Timing | Mentions | |------|-------------|-----------|--------|--------|----------| | 1 | ... | ... | ... | ... | ... | ## Patterns Observed - [Any patterns in types of opportunities] - [Industries or areas with most opportunity]
Generate the opportunities report now.
Self-hosted AI Agents Platform supporting Claude Code, Codex, Gemini agents. Apache 2.0.
Repo: Abilityai/trinity
Other commands on trinity.
- /ask
Answer a strategic question using accumulated research
Open command - /briefing
Generate daily briefing from research findings
Open command - /request-research
Ask the researcher to investigate a specific topic
Open command - /research
Run a research cycle on trending topics
Open command - /status
Report on recent research activity and findings count
Open command - /analyze
Conduct strategic analysis of a question or situation
Open command

