methode-de-travail
v1.4.0Trois disciplines qui s'appliquent avant d'agir : dialoguer avant de créer (brainstorming), trouver la cause racine avant de corriger (systematic-debugging), produire la preuve avant d'annoncer que c'est fini (verification-before-completion).
By benjaminge730 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 25, 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 methode-de-travail for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install methode-de-travail@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/benjaminge73/mes-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/methode-de-travail/.
Plugin files
├── .claude-plugin/plugin.json├── skills/brainstorming/SKILL.md├── skills/systematic-debugging/SKILL.md└── skills/verification-before-completion/SKILL.md
Included Skills3
À utiliser avant toute création — nouvelle feature, composant, fonctionnalité, changement de comportement — pour explorer l'intention, les contraintes et les approches AVANT d'écrire quoi que ce soit. Phase de dialogue uniquement : la mise en forme du plan revient ensuite à plan-notion.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "methode-de-travail",
"version": "1.4.0",
"description": "Trois disciplines qui s'appliquent avant d'agir : dialoguer avant de créer (brainstorming), trouver la cause racine avant de corriger (systematic-debugging), produire la preuve avant d'annoncer que c'est fini (verification-before-completion).",
"author": {
"name": "benjaminge73"
}
}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.
[methode-de-travail on Agent Plugins Marketplace](https://pluginsmp.com/plugins/methode-de-travail)