# Mvp Agent Context

> Generate Codex-first agent context files for a Web MVP. Use after the PRD and Technical Blueprint exist when the user needs AGENTS.md, REVIEW-CHECKLIST.md, and agent_docs for project brief, requirements, tech stack, page map, data model, build tasks, testing, and reusable prompts. Use when this capability is needed.

- Skill: `tomevault-io/mvp-agent-context` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mvp-agent-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mvp-agent-context/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mvp-agent-context

---


# MVP Agent Context

Generate the files a coding agent needs before implementation.

## Inputs

Read:

- `docs/BuildablePRD-*.md`
- `docs/TechBlueprint-*.md`
- Optional `docs/EvidencePack-*.md`

## Files

Create or update:

```text
AGENTS.md
REVIEW-CHECKLIST.md
agent_docs/
  project_brief.md
  product_requirements.md
  tech_stack.md
  page_map.md
  data_model.md
  build_tasks.md
  testing.md
  prompts.md
```

Use `templates/` from this repository as the starting point when available. Replace placeholders with project-specific details.

## Rules

- Keep `AGENTS.md` concise.
- Put detailed requirements in `agent_docs/`.
- Include safety rules: no delete, no auto-commit, no deploy, no real secrets, no out-of-scope features.
- Stop after generating context and ask whether to create build tickets.

---
> Source: [kornpng/web-mvp-blueprint-kit](https://github.com/kornpng/web-mvp-blueprint-kit) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

