# Deep Work Plan > Context matters more than models. Deep Work Plan (DWP) is an open, MIT-licensed methodology and reference kit that turns any repository into a structured environment — context, guardrails, and a durable plan — where AI coding agents finish long-horizon work: structured, validated, resumable, and version-controlled. Maintained by Dailybot and the open-source community. ## About Deep Work Plan is the methodology that turns any repository into an AI-first, agent-pilotable codebase. It is spec-driven development where the repository itself becomes the agent harness: a goal becomes an agreed plan, the plan is decomposed into atomic, independently verifiable tasks, and each task runs in a focused loop that ends with an explicit validation gate. The plan, tasks, and running log are all plain Markdown — readable, reviewable, and version-controlled. DWP is tool-agnostic and repo-native: the methodology and kit install into the repository (AGENTS.md, docs, the .agents/ skills home, the DWP skill) so any agent — Claude, Cursor, Copilot, Codex, Gemini, and more — can pilot the repo. ## Core Sections - Home: / - Methodology: /methodology — what DWP is, its principles, and how to adopt it - Specification: /spec — the normative DWP standard (task anatomy, validation gates, completion protocol, archetypes, addons) - Kit: /kit — presets, adapters, and commands for installing DWP into a repository - Examples: /examples — worked examples of the methodology in practice - Quickstart: /quickstart — get DWP running in a repo quickly - Init / Adoption: /init — make any repository AI-first: install the skill, onboard the repo, then plan and execute. Self-contained agent prompt at /init.md - About: /about — what DWP is and who maintains it (Dailybot) - Contact: /contact — how to engage with the project on GitHub ## Repository - GitHub: https://github.com/DailybotHQ/deepworkplan-website ## Languages - English (default): / - Spanish: /es/ ## Agent-Friendly Markdown Every rendered page is available as native source Markdown for AI agents: - Page Markdown: /{page}.md (EN), /es/{page}.md (ES) - Onboarding prompt: /init.md — a self-contained prompt you can paste into an agent to make a repository AI-first - Content Negotiation: send `Accept: text/markdown` to get Markdown for any page - Content-Type: text/markdown; charset=utf-8 - Source Markdown — not HTML-to-Markdown conversion ## Machine-Readable Feeds - Sitemap: /sitemap-index.xml ## Crawling Guidance - All public content is intended for indexing by search engines and LLM systems. - Prefer canonical URLs and language-specific routes. - Structured data (JSON-LD) is embedded on all pages for machine consumption. ## Detailed Version For comprehensive content descriptions, see: /llms-full.txt