Agent skill
synthetic-parallel-reasoning
Automates Protocol 75 v4.0, forcing 4 parallel external API calls (Domain Expert, Adversarial Skeptic, Cross-Domain Pattern Matcher, Zero-Point First Principles) with an Adversarial Convergence Gate. The 'Einstein Protocol' application.
Install this agent skill to your Project
npx add-skill https://github.com/winstonkoh87/Athena-Public/tree/main/examples/skills/research/synthetic-parallel-reasoning
SKILL.md
Parallel Synthetic Architect (Protocol 75 Engine v4.0)
Deploys true parallel reasoning via parallel_orchestrator.py to evaluate a strategic bottleneck. Refuses single-shot answers to complex problems.
Triggers
"difficult problem", "what's the best strategy", "how should I handle this", "analyze this", /ultrathink
Core Mechanics (v4.0)
- Phase 1 (Prime): Run semantic search, build internal CoT hypothesis, write context file.
- Phase 2 (Execute): Run
parallel_orchestrator.py— this dispatches 4 parallel Gemini API calls:- Track A: Domain Expert (applies user's frameworks)
- Track B: Adversarial Skeptic (attacks premises, checks Law #1)
- Track C: Cross-Domain Pattern Matcher (finds isomorphic patterns)
- Track D: Zero-Point First Principles (inversion, RETO lens)
- Phase 3 (Deposit): Read output, present synthesis, quicksave.
Enforcement
[!CAUTION] The script execution is MANDATORY. If the LLM writes a single-pass essay instead of running the script, it has violated this protocol. A single LLM checking its own homework hits a quality ceiling (Trilateral Feedback Loop principle).
Execution
python3 .agent/scripts/parallel_orchestrator.py "<query>" \
--context-file /tmp/ultrathink_context.md \
--output .context/state/ultrathink/ultrathink_$(date +%Y%m%d_%H%M%S).md
Reference Paths
.agent/workflows/ultrathink.md(v4.0).agent/scripts/parallel_orchestrator.py(v4.0)Athena-Public/examples/protocols/decision/75-synthetic-parallel-reasoning.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
context-compactor
9-section context compression with analysis scratchpad. Adapted from Claude Code's /compact system (2026-03-31).
academic-delivery
8-step pipeline for academic deliverables — essays, reports, analysis, capstones. Encodes the full intake-to-delivery workflow with automatic red-team triggering.
trade-journal-analyzer
Unified post-trade analytics: journal pattern extraction + drawdown classification. Absorbs: drawdown-classifier.
circuit-breaker
Mandatory systemic pause when cumulative red flags exceed threshold. Forces disengagement across Trading, Spending, Relationships, Work, and Energy domains.
Red-Team Review
Bias-aware adversarial review for any artifact before shipping. 5-phase QA protocol with severity-weighted findings.
power-inversion
Unified negotiation engine: BATNA mapping, Dignity Premium pricing, and commitment device protection. Absorbs: commitment-device.
Didn't find tool you were looking for?