# Open GSD ## Docs - [GSD Browser Capture Commands: screenshot, PDF, HAR, records](https://docs.opengsd.net/browser/commands/capture.md): Complete reference for GSD Browser capture and extraction commands: screenshot, PDF, page source, eval, HAR export, recordings, and debug bundles. - [GSD Browser Interaction Commands: click, type, scroll, drag](https://docs.opengsd.net/browser/commands/interaction.md): Complete reference for GSD Browser interaction commands: snapshot, click, type, press, hover, scroll, drag, select, file upload, and viewport control. - [GSD Browser Navigation Commands: navigate, back, wait-for](https://docs.opengsd.net/browser/commands/navigation.md): Complete reference for GSD Browser navigation commands: navigate, back, forward, reload, wait-for, and global flags that apply to every command. - [GSD Browser Session, Daemon, and Vault Command Reference](https://docs.opengsd.net/browser/commands/session-management.md): Reference for GSD Browser daemon, session state, viewer, and vault commands: health, save-state, restore-state, vault-save, vault-login. - [GSD Browser MCP Server: Connect AI Agents via MCP](https://docs.opengsd.net/browser/concepts/mcp-server.md): Run gsd-browser mcp to expose 50+ automation tools, live resources, and executable prompts to Cursor, Claude Desktop, or any MCP-compatible AI agent. - [GSD Browser Sessions: Isolated Browser Contexts](https://docs.opengsd.net/browser/concepts/sessions.md): Named sessions isolate cookies, storage, and cache per workflow. Run parallel agents, persist auth state, and scope the action cache and vault per session. - [Snapshots & Versioned Element Refs in GSD Browser](https://docs.opengsd.net/browser/concepts/snapshots-refs.md): Learn how gsd-browser snapshot assigns versioned refs like @v1:e1, why they are stale-safe, which snapshot modes exist, and how the action cache works. - [GSD Browser MCP Setup for Claude, Cursor, and VS Code](https://docs.opengsd.net/browser/guides/ai-agent-setup.md): Wire GSD Browser into Claude Desktop, Cursor, VS Code Copilot, or GSD Pi in minutes using the Model Context Protocol stdio transport. - [Manage Login Credentials Securely with the Auth Vault](https://docs.opengsd.net/browser/guides/authentication-vault.md): Store encrypted credentials in the GSD Browser vault, automate login flows, save session state, and skip repeated logins across agent runs. - [Watch and Control the Browser Live with GSD Viewer](https://docs.opengsd.net/browser/guides/live-viewer.md): Watch the agent live, pause and step through actions, take manual control, annotate moments, and share the viewer URL with your team. - [Control Network Traffic: Mocking, Blocking, and Capture](https://docs.opengsd.net/browser/guides/network-control.md): Mock API routes, block noisy URLs, capture HAR files, run CDP traces, and intercept requests for testing and performance profiling. - [Record Browser Sessions and Export Evidence Bundles](https://docs.opengsd.net/browser/guides/recording-evidence.md): Capture named recordings, export shareable evidence bundles with network HAR and screenshots, and generate Playwright regression tests. - [Install GSD Browser on macOS, Linux, or Windows](https://docs.opengsd.net/browser/installation.md): Install GSD Browser via npm, a one-line shell script, pre-built binaries from GitHub Releases, or by building from source with Cargo. - [GSD Browser: AI-Powered Browser Automation CLI](https://docs.opengsd.net/browser/introduction.md): GSD Browser is a native Rust CLI for Chrome/Chromium automation via CDP. Persistent daemon, 90+ commands, and 50+ MCP tools for AI agent integration. - [GSD Browser Quickstart: First Session in Minutes](https://docs.opengsd.net/browser/quickstart.md): Start the daemon, navigate to a page, take a snapshot to get versioned element refs, interact with them, and capture a screenshot in under five minutes. - [GSD Core Context Commands: Mapping and Intelligence](https://docs.opengsd.net/core/commands/context-commands.md): Reference for GSD Core codebase intelligence commands — mapping, knowledge graphs, learning extraction, doc ingestion, and ideation tools. - [GSD Core Management Commands: Config and Workspaces](https://docs.opengsd.net/core/commands/manage-commands.md): Reference for GSD Core management commands — configuration, skill surfaces, updates, workspaces, workstreams, idea capture, threads, and utility tasks. - [GSD Core Project Commands: Milestones and Lifecycle](https://docs.opengsd.net/core/commands/project-commands.md): Reference for GSD Core project lifecycle commands — milestones, phase management, session handoffs, health checks, and statistics. - [GSD Core Quality Commands: Review, Debug, and Security](https://docs.opengsd.net/core/commands/quality-commands.md): Reference for GSD Core quality and debugging commands — code review, testing, security, UI audits, debugging sessions, and cross-AI peer review. - [GSD Core Workflow Commands: Phase Pipeline Reference](https://docs.opengsd.net/core/commands/workflow-commands.md): Reference for every phase-pipeline command in GSD Core — from project initialization through discussion, planning, execution, verification, and shipping. - [GSD Core Specialist Agents: Roles and Architecture](https://docs.opengsd.net/core/concepts/agents.md): Meet GSD Core's specialist agents: researchers, planners, executors, verifiers, and auditors that spawn fresh for each task to eliminate context rot. - [Context Management and Session Persistence in GSD Core](https://docs.opengsd.net/core/concepts/context-management.md): Learn how GSD Core prevents context rot, monitors context usage in real time, guards against prompt injection, and maintains project state across sessions. - [GSD Core Planning Artifacts and Directory Structure](https://docs.opengsd.net/core/concepts/planning-artifacts.md): Learn what every file in .planning/ contains, how per-phase artifacts are organized, and how each document feeds into the next stage of the workflow. - [GSD Core's Five-Step Phase Loop and Workflow Guide](https://docs.opengsd.net/core/concepts/workflow.md): Understand GSD Core's phase loop: the five-step Discuss, Plan, Execute, Verify, and Ship cycle that drives every milestone from vision to shipped code. - [Configure Git Branching Strategy for GSD Core Projects](https://docs.opengsd.net/core/configuration/git-branching.md): Set up GSD Core's git branching strategy — none, phase, or milestone — with custom branch name templates and base branch configuration in config.json. - [GSD Core External Service Integrations Configuration](https://docs.opengsd.net/core/configuration/integrations.md): Configure web research APIs, cross-AI review CLI routing, custom agent skills, code quality tooling, and parallelization settings in .planning/config.json. - [GSD Core Model Profiles: Tiers, Routing, and Effort](https://docs.opengsd.net/core/configuration/model-profiles.md): Assign model tiers to agents with built-in profiles, use dynamic routing to escalate on failure, and tune per-agent effort for cost-effective AI usage. - [GSD Core Configuration Settings and Options Reference](https://docs.opengsd.net/core/configuration/settings.md): Configure GSD Core in .planning/config.json using the interactive wizard, /gsd-config flags, or direct JSON edits for workflow toggles and core settings. - [Running GSD Core Autonomously Without Intervention](https://docs.opengsd.net/core/guides/autonomous-mode.md): Run all remaining phases hands-free with /gsd-autonomous, oversee parallel phases with /gsd-manager, and configure auto-advance in config.json. - [GSD Core Code Review: Quality Gates and Audit Commands](https://docs.opengsd.net/core/guides/code-review.md): Use GSD Core's code review, audit-fix pipeline, test generation, security verification, and Nyquist coverage audit commands to ship with confidence. - [Cross-AI Plan Review: Get Peer Feedback Before Writing Code](https://docs.opengsd.net/core/guides/cross-ai-review.md): Send phase plans to multiple AI reviewers with /gsd-review, feed the results into replanning, and automate convergence with /gsd-plan-review-convergence. - [Starting a New Project: GSD Core Initialization Guide](https://docs.opengsd.net/core/guides/new-project.md): Set up a new GSD Core project using the interactive wizard, a spec file, or existing design documents such as ADRs and PRDs, then plan your first phase. - [GSD Core Phase Lifecycle: From First Discussion to Ship](https://docs.opengsd.net/core/guides/phase-lifecycle.md): Walk through every step of a GSD Core phase, from discuss through plan, execute, verify, and ship, with all commands and artifacts explained. - [Install GSD Core into Any AI Coding Runtime in Minutes](https://docs.opengsd.net/core/installation.md): Install GSD Core with a single npx command. The interactive installer configures your chosen runtime, scope, and hooks in under two minutes. - [GSD Core: Spec-Driven Development for AI Coding Agents](https://docs.opengsd.net/core/introduction.md): GSD Core is a spec-driven framework that keeps AI coding agents on track across sessions — fresh context, persistent artifacts, and verified output. - [GSD Core Quickstart: From Install to Shipped Phase](https://docs.opengsd.net/core/quickstart.md): Walk through a complete GSD Core project cycle — initialize, discuss, plan, execute, verify, and ship your first phase in one session. - [GSD Pi Auto Mode: Autonomous Project Execution Loop](https://docs.opengsd.net/pi/concepts/auto-mode.md): Auto Mode runs GSD Pi through planning, implementation, verification, and milestone completion — with configurable budgets, timeouts, and controls. - [GSD Pi Extension System: Bundled and Community Extensions](https://docs.opengsd.net/pi/concepts/extensions.md): GSD Pi's extension system adds capabilities through three tiers: non-disableable core, default-enabled bundled, and user-installed community extensions. - [Model Routing and Multi-Provider Configuration in GSD Pi](https://docs.opengsd.net/pi/concepts/model-routing.md): GSD Pi supports 15+ LLM providers with per-phase model configuration, dynamic complexity routing, token profiles, and fallback chains. - [GSD Pi Project Structure and .gsd/ Directory Layout](https://docs.opengsd.net/pi/concepts/project-structure.md): Learn how GSD Pi organizes project state in .gsd/ — the SQLite database, markdown projections, and the Milestone → Slice → Task hierarchy. - [GSD Pi Git Automation: Commits, PRs, and Branch Isolation](https://docs.opengsd.net/pi/configuration/git-automation.md): Control GSD Pi's automatic commits, branch isolation, pull requests, and GitHub sync — configure every aspect of Git automation. - [GSD Pi Preferences: Models, Budgets, and Notifications](https://docs.opengsd.net/pi/configuration/preferences.md): Set global and project-level preferences to control models, budgets, notifications, Git behavior, and custom instructions for every GSD Pi session. - [Connect LLM Providers to GSD Pi: Anthropic to Ollama](https://docs.opengsd.net/pi/configuration/providers.md): Connect Anthropic, OpenAI, Gemini, Ollama, and 10+ other LLM providers to GSD Pi — set API keys, list models, and switch providers per session. - [GSD Pi Headless Mode: CI/CD, Cron Jobs, and Automation](https://docs.opengsd.net/pi/guides/headless-ci.md): Run GSD Pi without a terminal UI for CI pipelines, cron jobs, and automation — with JSON output, exit codes, and remote question routing. - [Expose GSD Pi Tools via MCP Server to AI Coding Clients](https://docs.opengsd.net/pi/guides/mcp-server.md): Expose GSD Pi's full workflow toolset to Claude Desktop, VS Code Copilot, Cursor, and any MCP-compatible client via stdin/stdout or HTTP. - [Bootstrap a New Codebase or Repository with GSD Pi](https://docs.opengsd.net/pi/guides/new-project.md): Bootstrap a new GSD Pi project, generate a milestone roadmap, and kick off autonomous implementation — from a blank directory in minutes. - [GSD Pi Web Interface: Dashboard and Live Monitoring](https://docs.opengsd.net/pi/guides/web-ui.md): Launch GSD Pi's browser-based dashboard for project management, live session monitoring, file browsing, and preferences — all without the terminal UI. - [Git Worktree Isolation and Parallel Milestones in GSD Pi](https://docs.opengsd.net/pi/guides/worktrees.md): Use Git worktree isolation to run milestones in dedicated checkouts, keep parallel work conflict-free, and merge cleanly back to main. - [GSD Pi Setup: Install on macOS, Linux, and Windows](https://docs.opengsd.net/pi/installation.md): Install GSD Pi globally with the guided installer or npm. Requires Node.js 22 or later. Platform binaries download automatically on first run. - [GSD Pi: Autonomous Local-First Coding Agent for CLI](https://docs.opengsd.net/pi/introduction.md): GSD Pi is a command-line coding agent that plans, implements, verifies, and ships software autonomously — from idea to pull request. - [GSD Pi Quickstart: First Autonomous Coding Session](https://docs.opengsd.net/pi/quickstart.md): Start your first GSD Pi session, create a project, run autonomous mode, and ship a pull request — step by step in under ten minutes.