MVP spec sheet
Turns an app idea into a one-page MVP spec (problem, users, user stories, features, data model, screens, stack, acceptance criteria) plus the first five prompts for your AI coding tool.
Real example
Taken from the skill's “Example” section (in French: the skill answers in your language).
Cahier des charges — Courses partagées résidence
Problème
Les colocataires d'une résidence achètent en double ou oublient des produits communs faute d'une liste partagée.
Utilisateurs
- Étudiant résident : ajoute, coche, consulte les articles à acheter.
User stories
- En tant qu'étudiant, je veux ajouter un article à la liste, afin que les autres sachent qu'il manque.
- En tant qu'étudiant, je veux cocher un article acheté, afin d'éviter les doublons.
Fonctionnalités MVP
- Liste partagée en temps réel, ajout/suppression/coche d'article.
…
Install in two minutes
- 1
claude.ai or Claude Desktop
Settings, capabilities (skills) section, then import the .zip file.
- 2
Claude Code
Unzip the folder into
~/.claude/skills/: the/cahier-des-charges-vibecommand appears. - 3
Ask as usual
Claude triggers the skill on its own when your request matches.
The skill helps you learn and produce your own work; it never writes graded work for you. Check your school's rules on AI use.
In the same field
REST API design
Designs a project's REST API: resources, endpoints (method, path, body, status codes), errors, pagination, authentication and a ready-to-copy OpenAPI 3 excerpt in YAML.
Project CLAUDE.md
Generates a project's CLAUDE.md and its AGENTS.md variant (the open format read by other AI coding tools): commands, architecture, conventions, rules and no-go zones.
Deploy your project
A launch plan for a static site, a Next.js/React app or a Node/Python API: the right host among Vercel, Netlify, Cloudflare Pages, GitHub Pages or Render, precise steps and a pre-launch checklist.