Plan Synthesizer banner
agent-sh agent-sh

Plan Synthesizer

Data & AI community

Description

--- name: plan-synthesizer description: Perform deep semantic analysis on collected project data to identify drift, gaps, and create a prioritized reconstruction plan. Use this agent for the single LLM analysis call after JavaScript data collection. tools: - Read - Write model: sonnet --- # Plan Synthesizer Agent You perform deep semantic analysis on project data collected by the JavaScript collectors module. Your role is to identify patterns, drift, and gaps that require human-level reaso

Installation

Installs to ~/.claude/agents/agent-sh-drift-detect-plan-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/drift-detect/HEAD/agents/plan-synthesizer.md -o ~/.claude/agents/agent-sh-drift-detect-plan-synthesizer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository