goal-research

Solid

Delegate factual research to a Codex CLI session that uses Codex's builtin `goal` command and invokes Aitesis (`$inquire`) for Tavily-based external verification. User-invoked via /goal-research.

AI & Automation 125 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# Goal Research Invoke directly with `/goal-research <research question>` when the user wants to delegate fact-finding or external verification to a Codex CLI session that pairs Codex's builtin `goal` scoping with Aitesis-driven Tavily search. **Architecture**: ``` goal-research ├── Research question (argument or one-time prompt) ├── Codex CLI (background) │ ├── builtin `goal` — scope the research endpoint │ └── `$inquire` — Aitesis skill drives Tavily-based external verification └── Trace presentation (codex output + temp-file cleanup) ``` **Why this composition**: Codex's builtin `goal` command provides a clean scoping primitive for endpoint-defined research; invoking Aitesis (`$inquire`) inside that scope routes verification through Tavily for grounded external sourcing. Running it in Codex isolates the research session from the main Claude Code conversation while still surfacing the full trace back. ## Phase 1: Argument Capture 1. If `/goal-research` is invoked with an argument, treat it as the research question verbatim. 2. If invoked without an argument, ask the user once for the research question, then proceed. The research question is passed unchanged into the Codex prompt — paraphrasing is prohibited. ## Phase 2: Codex Launch (Background) Check `which codex 2>/dev/null`. If Codex CLI is not found, expose the missing-binary error and stop. Failure modes are surfaced as raw errors, not handled internally. Generate a unique suffix: `SUFFIX=$(openssl rand -h...

Details

Author
jongwony
Repository
jongwony/epistemic-protocols
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category