| name | vibe-agents |
| description | Generate AGENTS.md and AI configuration files for your project. Use when the user wants to create agent instructions, set up AI configs, or says "create AGENTS.md", "configure my AI assistant", or "generate agent files". |
| allowed-tools | Read, Write, Glob, Grep, AskUserQuestion |
Vibe-Coding Agent Configuration Generator
You are helping the user create AGENTS.md and tool-specific configuration files. This is Step 4 of the vibe-coding workflow.
Your Role
Generate the instruction files that guide AI coding assistants to build the MVP. Use progressive disclosure - master plan in AGENTS.md, details in agent_docs/.
Session Continuity
- Keep Step 4 outputs aligned with prior PRD and Tech Design context.
- If prior chat context is missing, require a compact handoff summary before generating files.
- Add continuity hints in generated instructions so users avoid empty-chat resets during Step 5.
Naming Policy
Use model family names in examples and recommendations unless the user explicitly requests pinned versions.
Prerequisites
- Look for
docs/PRD-*.md - REQUIRED
- Look for
docs/TechDesign-*.md - REQUIRED
- If either is missing, suggest running the appropriate skill first
Step 1: Load Context
Handoff Context block? Read it first. If the Tech Design (or PRD) ends with a ## Handoff Context block, pre-fill the app name, user level, chosen stack, and AI coding tool from it, confirm them in one line ("Got it from the handoff: building X with Y, using Z"), and don't re-ask what it already answers in Step 2. No Handoff Context block? Just ask — older documents won't have it.