Agent Plugins Marketplace
← All plugins

vlp

v3.5.0

La méthode des chantiers et des fiches : un chantier se découpe une fois en fiches, chaque fiche se joue dans une session neuve.

Claude Code7 Skills

By znorr0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install vlp for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vlp@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/SebastienGrana/Claude-vlpWorkFlow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

vlp/
├── .claude-plugin/plugin.json
├── skills/chantier/SKILL.md
├── skills/check/SKILL.md
├── skills/enchainer/SKILL.md
├── skills/init/SKILL.md
├── skills/jouer/SKILL.md
├── skills/relire/SKILL.md
└── skills/tache/SKILL.md

Included Skills7

chantierskills/chantier/SKILL.md

Ouvre une séance de travail : propose les chantiers possibles, puis cadre celui qu'on choisit en fiches

checkskills/check/SKILL.md

Vérifie qu'un projet équipé est cohérent — fichiers, cases cochées, page publiée, coûts

enchainerskills/enchainer/SKILL.md

Enchaîne les fiches du chantier courant une après l'autre, chacune sur une page blanche (sous-agent neuf) ou à la main (main), jusqu'à un arrêt prévu ou le plafond

initskills/init/SKILL.md

Équipe un projet de la méthode chantiers/fiches — pose CHANTIER.md et le dossier de contexte

jouerskills/jouer/SKILL.md

Joue une fiche du chantier courant dans un sous-agent vlp:fiche neuf, et rend FAITE, RETOUR ou BLOQUÉE. Appelée par /vlp:enchainer, une fois par fiche.

relireskills/relire/SKILL.md

Relit une fiche rendue FAITE dans un sous-agent vlp:relecture neuf, avant son commit, et rend ACCEPTÉE ou REFUSÉE. Appelée par /vlp:enchainer, une fois par FAITE.

tacheskills/tache/SKILL.md

Exécute une fiche du chantier courant du projet où l'on se trouve

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "vlp",
  "displayName": "vlp — chantiers et fiches",
  "version": "3.5.0",
  "description": "La méthode des chantiers et des fiches : un chantier se découpe une fois en fiches, chaque fiche se joue dans une session neuve.",
  "author": {
    "name": "znorr"
  },
  "keywords": [
    "chantier",
    "fiches",
    "contexte",
    "methode"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[vlp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vlp)