Agent
Implements individual tasks with fresh context. Writes code, makes changes, and produces atomic commits. Spawns verifier and syncer sub-agents.
A Claude Code plugin for solo builders who use AI to ship software. Director handles the structure — vision capture, gameplan creation, task execution with fresh context, and goal-backward verification — so you can focus on what to build, not how.
Agent
Implements individual tasks with fresh context. Writes code, makes changes, and produces atomic commits. Spawns verifier and syncer sub-agents.
Agent
Investigates issues found during verification and creates fix plans. Can read code and run diagnostic commands to understand what went wrong.
Agent
Analyzes existing codebases for a specific focus area. Writes technical analysis files to .director/codebase/ with prescriptive guidance and file paths.
Agent
Investigates project ecosystem or step-level technical domains. Writes research files to .director/research/ (onboarding) or step directories (step-level) for downstream agents.
Agent
Conducts adaptive project interviews to capture the user's vision. Asks one question at a time, uses multiple choice when possible, and surfaces decisions the user hasn't considered.
Agent
Analyzes existing codebases to understand architecture, tech stack, and file structure. Used for brownfield project onboarding.
Agent
Breaks a project vision into Goals, Steps, and Tasks with dependency ordering and complexity indicators. Creates the gameplan.
Agent
Investigates libraries, APIs, and implementation approaches. Provides recommendations with tradeoffs for the builder agent.
Agent
Checks that .director/ documentation matches the current codebase state. Updates docs that have drifted. Only modifies files in .director/.
Agent
Reads analysis files from parallel agents and synthesizes them into a cohesive summary. Works in two modes: research synthesis (from deep researchers) and codebase synthesis (from deep mappers).
Agent
Checks that built code is real implementation, not stubs or placeholders. Detects orphaned files and wiring issues. Read-only -- cannot modify code.