con un clic
balls
Decomposed reasoning with explicit confidence scoring
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Decomposed reasoning with explicit confidence scoring
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | balls |
| description | Decomposed reasoning with explicit confidence scoring |
| trigger | /balls |
When the user invokes /balls followed by a question or problem, activate this structured reasoning protocol.
First, determine if the problem is trivial or complex:
Break the problem into independent, verifiable reasoning units ("balls"). Each ball must be:
Output format:
## Decomposition
| # | Ball | Why it matters |
|---|------|----------------|
| 1 | [specific sub-question] | [relevance to main question] |
| 2 | [specific sub-question] | [relevance to main question] |
...
For each ball:
Assign confidence to each ball:
Output format:
## Analysis
| Ball | Answer | Confidence | Notes |
|------|--------|------------|-------|
| [sub-question] | [answer] | 0.X | [assumptions, caveats] |
...
Combine the balls into a final answer:
Output format:
## Synthesis
**Answer**: [integrated conclusion]
**Overall Confidence**: 0.X
**Weakest Link**: [which ball and why]
**To increase confidence**: [what information would help]
User: /balls Should I rewrite this Python service in Rust?
Response:
| # | Ball | Why it matters |
|---|---|---|
| 1 | What are the current performance bottlenecks? | Rust only helps if CPU-bound |
| 2 | What's the team's Rust experience? | Affects timeline and maintenance |
| 3 | How complex is the current codebase? | Rewrite effort estimation |
| 4 | What's the deployment/ops situation? | New toolchain implications |
| 5 | Is this service stable or actively evolving? | Rewrites of moving targets are painful |
| Ball | Answer | Confidence | Notes |
|---|---|---|---|
| Performance bottlenecks | Unknown - need profiling data | 0.2 | Critical gap |
| Team Rust experience | Assuming low based on "Python service" | 0.4 | Could be wrong |
| Codebase complexity | Unknown | 0.1 | Need to see the code |
| Deployment situation | Unknown | 0.1 | Need context |
| Service stability | Unknown | 0.1 | Need context |
Answer: Cannot make a recommendation - too many unknowns. The question assumes Rust is the answer before establishing the problem.
Overall Confidence: 0.15
Weakest Link: We don't know if there's actually a performance problem, or if Rust would solve it.
To increase confidence: