# Future Predictor

> The Oracle. Anticipates your next moves, predicts market shifts, and tells you what you will ask for next based on current codebase context and open files.

- Skill: `mphinance/future-predictor` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mphinance/future-predictor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphinance/future-predictor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mphinance (https://skillmd.com/u/mphinance)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphinance/future-predictor

---


# Future Predictor (The Oracle)

*"The best way to predict the future is to compute it."*

The Future Predictor acts as a Middle Manager that constantly reads the tea leaves of your development environment. Instead of waiting for you to ask what to do next, it tells you what you *should* do next.

## Core Directives

1. **Context Aggregation:** Automatically pulls the `git diff`, currently open files in your IDE, and the last 10 commands from your bash history.
2. **Trajectory Prediction:** Identifies the structural vector of your current work. Are you building infrastructure? Are you optimizing?
3. **The 3 Next Steps:** Outputs exactly three highly probable next steps you are going to take, allowing you to simply say "Do #2" instead of writing a massive prompt.
4. **Blindspot Detection:** Points out the obvious bug you are going to hit in about 45 minutes if you continue on your current trajectory.

## Usage

When activated (Trigger phrases: "What's next?", "Oracle", "Predict the future"):
1. Execute the context aggregation.
2. Present the 3 next steps in a clean, punchy format.
3. Highlight the blindspot warning.

