A Claude Code plugin that implements the Beresol Method — a structured 5-phase, 13-step vibe-coding methodology for building projects from specification through implementation.
The plugin guides you interactively through each step of the method, tracks your progress, and validates project completeness before you start coding.
| Component | Type | Description |
|---|---|---|
beresol-method |
Skill | Core methodology knowledge — auto-activates when discussing new project setup |
/beresol-method |
Command | Interactive walkthrough — shows all steps, lets you pick what to do next |
method-validator |
Agent | Scans your project for completed steps and reports what's done vs missing |
claude --plugin-dir ~/Documents/GitHub/beresol-method-pluginAdd the plugin path to your Claude Code configuration.
/beresol-method
Shows all 13 steps with progress tracking. Pick any step to work on — the order is flexible.
/beresol-method 4
Goes directly to Step 4 (Environment File).
/beresol-method status
Shows which steps are complete, partial, or missing.
Ask Claude:
"Are we ready to start building?" "What steps am I still missing?" "Validate my project setup"
The method-validator agent will scan your project and produce a report.
- Master Prompt — Exhaustive project specification (MD file)
- Competitive Research — Analyse similar projects
- Business Model — Document the business model (MD + HTML)
- Environment File — Collect all API keys into
.env - Backend Services — Configure GCP / Firebase
- Deployment Plan — Define build and hosting pipeline
- UX/UI & Branding — Template, logo, colour palette
- HTML Mockup — Standalone visual prototype
- Feedback & Admin — Feedback system + admin panel
- Media Fallbacks — Stock media API integration
- SEO Ex Ante — robots.txt, llms.txt, privacy, cookies, structured data
- Project Scaffolding — .gitignore, README.md, CLAUDE.md
- Launch Implementation — Begin coding
Progress is stored in .claude/beresol-method.local.md within each project. This file is local and should not be committed to git.
Victor Solé Ferioli — Beresol
MIT