Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/Yassinello/claude-plugin-prd-workflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/readme-skills)<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/readme-skills"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/readme-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/yassinello/claude-plugin-prd-workflow/readme-skills"><img src="https://agentmods.dev/badge/commands/yassinello/claude-plugin-prd-workflow/readme-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01096 |
| Opus 5 | $0.00000 | $0.00548 |
| Sonnet 5 | $0.00000 | $0.00219 |
| Haiku 4.5 | $0.00000 | $0.00110 |
Grade A, and why
README-SKILLS scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skills Ajoutés - PRD Workflow
🎯 Skills Implémentés
✅ /context - Afficher le Contexte Actuel
Objectif: Savoir où tu en es après une interruption
Utilisation:
/context # Vue standard
/context --verbose # Vue détaillée avec commits récents
/context -v # Raccourci verbose
Ce que ça affiche:
- 🌿 Branche actuelle
- 📄 PRD en cours (ID + titre)
- 📊 Progression (X/Y tâches)
- 🎯 Prochaine tâche
- 💻 Status Git (commits, fichiers modifiés)
- 📂 Location (worktree ou main)
Cas d'usage:
- Après une réunion
- Après une interruption
- Au début de la journée
- Avant le standup
ROI: 50 min/dev/jour × 5 devs = 4h/jour économisées
✅ /cleanup - Nettoyage Intelligent
Objectif: Garder un repo propre et organisé
Utilisation:
/cleanup # Nettoyage interactif
/cleanup --dry-run # Voir ce qui serait nettoyé
/cleanup --yes # Auto-approve (attention!)
/cleanup --branches-only # Seulement les branches
/cleanup --worktrees-only # Seulement les worktrees
/cleanup --files-only # Seulement les fichiers temp
/cleanup --aggressive # Mode agressif (unmerged old branches)
Ce qu'il nettoie:
- 🌿 Branches mergées (feat/PRD-XXX)
- 📂 Worktrees obsolètes (dans worktrees/)
- 📄 Fichiers temporaires:
*.tmp.md*_temp.md,*-temp.mdtemp-*.mddraft-*.mdscratch-*.mdtest-*.mdbackup-*.md,*.backup.md- Fichiers Vim (
.*.swp,.*.swo)
Sécurités:
- ✅ Confirmation requise
- ✅ Branches protégées (main, master, develop)
- ✅ Seulement les branches mergées par défaut
- ✅ Fichiers temp de 1+ jour seulement
- ✅ Warnings pour PRD status mismatch
ROI: Hygiène projet + libération espace disque
🚀 Prochains Skills à Implémenter
Tier 1 - Quick Wins Restants
-
/switch- Changer de PRD rapidement- Effort: 2 jours
- ROI: 15 min/dev/jour
-
/notify- Notifications Slack/Discord/Teams- Effort: 1 jour
- ROI: -30 min délai review
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 151 lines · 0 tokens per session scan A f90408cb1fb6
README-SKILLS is a command published in the GitHub repository Yassinello/claude-plugin-prd-workflow (12 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,096 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
merge
Finish a PR properly: every check green, every review addressed — human and bot — then merge and clean up.
pr
Prepare and open a pull request the senior way: gate, template, scrubbed, everything visible.
release
The pre-tag controller: version sync, changelog, clean tree, gate, and suite — every failure listed, the tag printed, never run.
git
The pre-finish status: branch, hygiene findings, message checks, workflow lint, template state.
status
The state of play, computed fresh: branch, dirty files, the active sprint, open work, index freshness.
check
Run the formatting gate over the changed files, as a commit or CI would.