Plan Execute Judge — Data skill for Claude Code
Generic plan -> execute -> judge pipeline for the Claude Agent SDK or Codex SDK (TypeScript), with an optional deep-research phase in front.
How to install Plan Execute Judge
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open glslang/plan-execute-judge and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Plan Execute Judge does
Generic plan -> execute -> judge pipeline for the Claude Agent SDK or Codex SDK (TypeScript), with an optional deep-research phase in front.
Alternatives in Data
- Azure AI Search TypeScript — Azure AI Search for TypeScript 1.8k ★
- Agentlas Storm — Run a force-robust Stormbreaker loop — route to real agents, execute a verified pipeline to completion 1.1k ★
- Claude Deep Research Skill — Enterprise-grade deep research skill for Claude Code with 8-phase pipeline, source credibility scoring, and au 1k ★
README
plan-execute-judge
[](https://github.com/glslang/plan-execute-judge/actions/workflows/ci.yml) [](https://nodejs.org) [](https://www.typescriptlang.org) [](https://www.npmjs.com/package/@anthropic-ai/claude-agent-sdk) [](https://www.npmjs.com/package/@openai/codex-sdk) [](LICENSE)
Generic plan -> execute -> judge pipeline for the Claude Agent SDK or Codex SDK (TypeScript), with an optional deep-research phase in front. Research and planning can fan out across multiple independent agents; when multiple plans are produced, a `refinements` phase merges them into one final plan. Fresh agent runs with real control flow. The research brief, the plan text, and a typed verdict are the only data crossing phase boundaries -- never a conversation transcript. `RESEARCH.md` and `PLAN.md` are written as human-readable artifacts of the run.
task ─┬─> [research, optional] ingests PDFs, web pages, git repos + your own
│ notes ─> research brief (saved to RESEARCH.md)
│ │
v v
plan (read-only research) ─> candidate plan(s)
│
┌─────────────────────────────┘
v
[refinements, when needed] merge candidate plans -> PLAN.md
|
v
[approval, optional] user verifies/agrees to PLAN.md
|
v
execute (acceptEdits -- implements the plan, leaves changes uncommi
Related Skills
Cfn Knowledge Plan
Planning pipeline for deep NON-CODE deliverables (strategy docs, proposals, competitive analysis, board update
Deepdive
Deepdive skill for Claude Code — 12-phase research pipeline: plan-review gate, parallel sub-agent search, clai
Cloneify
Claude Code skill: turn 'I want to clone X' into a paste-ready build prompt via a gated scope→research→grilled
V Status
Render the state of a Compound V orchestrator run — pipeline phase plus a per-job status table — by reading st
Phase Create
Use when the user (or the advisor) wants to design and register a NEW optional pipeline phase conversationally
Mem Dream
Run the full 3-phase dreaming consolidation pipeline (Light → REM → Deep) on one or all workspaces. Deduplicat
Related Agents
Uxaudit L3 Judge
L3-vision Judge for the uxaudit pipeline. Reads ONE captured screenshot plus a check-specific prompt.md (and o
SDK Researcher
Deep-research a specific SDK or service. Reads official docs, finds all credentials requirements, documents AP
Genesis Researcher
Deep research agent with full web + code intelligence. Use for any task requiring web fetching, searching, cod