Files reference

Every file MDPilot can generate — what it is, who reads it, and where it goes.

README.mdreadme
WhereProject root

Your project's homepage on GitHub, npm, and PyPI. The first file anyone reads — it determines whether they use your project or move on. MDPilot generates a production-grade README grounded in your actual tech stack, scripts, and project type.

Read byEveryone
AGENTS.mdagents
WhereProject root

Universal AI coding agent instructions. Tells every AI tool how to work in your project — coding style, available scripts, permission boundaries. Without it, agents guess and often guess wrong. The single most high-leverage file for AI-assisted development.

Read byGitHub Copilot, Cursor, OpenAI Codex, Claude Code, Windsurf, Zed
CLAUDE.mdclaude
WhereProject root

Claude Code reads this automatically at the start of every session. Contains gotchas and constraints Claude would get wrong from the code alone — project-specific conventions, known footguns, decisions that look wrong but are intentional. Prevents repeated clarification questions.

Read byClaude Code only
TASK.mdtask
WhereProject root, or paste the Agent Prompt block directly

Structured task context generated from a ticket, thread, or description. Contains the goal, acceptance criteria, constraints, and an Agent Prompt block — everything an AI agent needs to start coding with zero clarifying questions. Generated by Task mode.

Read byClaude Code, Cursor, Copilot, Windsurf
SPEC.mdspec
WhereProject root or attached to the ticket

Engineering specification: user story, functional requirements, technical approach, and testing plan. Use alongside TASK.md for planning, estimation, and review before implementation starts. Generated by Task mode.

Read byEngineering team, project managers
SKILL.mdskill
WhereProject or shared skills directory

Defines a reusable capability your AI agent can invoke — like a function the agent can call. The description field is critical: it determines whether the skill gets triggered at the right moment. Generated by Generate mode.

Read byClaude Code, Cursor, Copilot (via agentskills.io standard)
DESIGN.mddesign
WhereProject root

Nine-section ecosystem spec: Visual Theme, Color Palette, Typography, Component Stylings, Layout, Depth & Elevation, Do's and Don'ts, Responsive Behavior, and Agent Prompt Guide. Follows the getdesign.md / awesome-design-md format so any tool that reads DESIGN.md gets exact tokens — not invented values. Generated by Generate mode.

Read byGemini, Claude, Cursor, getdesign.md, Figma plugins
CONTRIBUTING.mdcontributing
WhereProject root

GitHub surfaces this to anyone opening an issue or PR. Answers "how do I contribute?" — branch naming, commit conventions, PR process, development setup — so you don't have to answer it repeatedly. Generated by Generate mode.

Read byContributors, GitHub
SECURITY.mdsecurity
WhereProject root

GitHub's Security tab links to this. Without it, vulnerability reporters may open public issues exposing the flaw. Covers your supported versions, how to report, and your response timeline. Generated by Generate mode.

Read bySecurity researchers, GitHub Security tab
CONTEXT.mdcontext
WhereProject root, updated each session

Unlike CLAUDE.md (permanent project context), CONTEXT.md is your daily scratchpad — what you're working on today, known broken things, decisions in progress, what to ignore. Update it at the start of each coding session. Generated by Generate mode.

Read byClaude Code, Cursor