oracle

Solid

Expert 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

View on GitHub

Quality Score: 87/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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