oracle
SolidExpert agent in advice, risk, or weighted-comparison mode. Triggers "what should I", "advice on"; "what could go wrong", "risks", "premortem"; or "compare approaches", "which is better", "trade-off analysis", "tech selection".
AI & Automation 44 stars
3 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Oracle
Three-mode expert consultation: **Advice** for architectural guidance, **Risks** for premortem analysis, **Compare** for weighted approach evaluation.
Product-direction asks ("what should we build", positioning, market fit) belong to `/strategist` — a standing persona that explores the codebase for vision framing; this skill is a single-shot engineering consult.
## Mode: Advice
### How to Answer
1. **Understand the context** - What is the user trying to achieve?
2. **Consider trade-offs** - What are the pros/cons of different approaches?
3. **Recommend clearly** - Give a definitive recommendation
4. **Explain why** - Justify your recommendation
5. **Provide examples** - Show, don't just tell
### Response Format
```
## Recommendation
[Clear recommendation]
## Why
[Reasoning and trade-offs]
## Example
[Code or implementation example]
## Alternatives
[Other valid approaches and when to use them]
```
### Remember
- Prioritize Darkroom conventions
- Store valuable insights as learnings
---
## Mode: Risks
Analyze potential failure modes before they happen.
### Purpose
Imagine the project has failed. What went wrong?
This technique surfaces risks that optimism bias might hide.
### Analysis Framework
#### 1. Technical Risks
- What could break?
- What dependencies might fail?
- What edge cases are unhandled?
- What performance issues might emerge?
#### 2. Integration Risks
- How might this affect other parts of the system?
- What backwards compatibility i...
Details
- Author
- darkroomengineering
- Repository
- darkroomengineering/cc-settings
- Created
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
advisor-triggers
Detects when user requests warrant critical analysis via /advise command
34 Updated today
akaszubski AI & Automation Featured
architect
System design, tradeoffs, and complex technical decisions.
145 Updated today
antonbabenko AI & Automation Listed
advise-project-approach
Research and advise how a software project should be built — stack selection, architecture, operating-cost tradeoffs, and real-world comparables. Use on `/advise-project-approach` or when asked for project strategy, stack choice, or an architecture/repo critique.
2 Updated today
bravros