vlp
v3.5.0La méthode des chantiers et des fiches : un chantier se découpe une fois en fiches, chaque fiche se joue dans une session neuve.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install vlp@agent-plugin-marketplacePaste 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-vlpWorkFlowClone 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
├── .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
Ouvre une séance de travail : propose les chantiers possibles, puis cadre celui qu'on choisit en fiches
Vérifie qu'un projet équipé est cohérent — fichiers, cases cochées, page publiée, coûts
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
Équipe un projet de la méthode chantiers/fiches — pose CHANTIER.md et le dossier de contexte
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.
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.
Exécute une fiche du chantier courant du projet où l'on se trouve
Plugin manifests1
{
"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"
]
}For maintainers
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)