dev:design
Designer 2-3 approches architecturales (Phase 3)
Best use case
dev:design is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Designer 2-3 approches architecturales (Phase 3)
Teams using dev:design should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/design/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How dev:design Compares
| Feature / Agent | dev:design | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Designer 2-3 approches architecturales (Phase 3)
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Configuration de sortie ## Instructions à Exécuter **IMPORTANT : Exécute ce workflow étape par étape :** **IMPORTANT** : Cette skill génère une comparaison d'architectures et nécessite un format de sortie spécifique. Lis le frontmatter de cette skill. Si un champ `output-style` est présent, exécute immédiatement : ``` /output-style <valeur-du-champ> ``` *Note : Une fois que le champ `output-style` sera supporté nativement par Claude Code, cette instruction pourra être supprimée.* **Output-style requis** : `table-based` # Objectif Phase 3 du workflow de développement : proposer plusieurs approches architecturales et aider l'utilisateur à choisir. # Prérequis ⚠️ **Plugin feature-dev requis** pour les agents `code-architect`. Si non installé : ``` /plugin install feature-dev@claude-code-plugins ``` # Instructions ## 1. Lire le contexte - Lire `.claude/data/.dev-workflow-state.json` pour la feature, les findings et les décisions - Si phases précédentes non complétées, rediriger vers la phase manquante ## 2. Lancer les agents code-architect Lancer **2-3 agents `code-architect` en parallèle** avec des focus différents : ### Agent 1 : Minimal changes ### Agent 2 : Clean architecture ### Agent 3 : Pragmatic balance ## 3. Consolider et comparer Présenter les approches de manière structurée ## 4. Demander le choix de l'utilisateur ⚠️ **CRITIQUE : Attendre le choix avant de passer à la phase suivante.** ## 5. Documenter l'architecture choisie Mettre à jour le workflow state # Prochaine étape ``` ✅ Architecture choisie Prochaine étape : /dev:plan pour générer le plan d'implémentation ```
Related Skills
dev:auto:design
Choisir architecture automatiquement (Phase 4)
fix-grammar
Fix grammar and spelling errors in one or multiple files while preserving formatting
symfony-framework
Comprehensive Symfony 6.4 development skill for web applications, APIs, and microservices.
symfony:make
Cherche si il existe un maker Symfony pour faire la tache demandée et l'utilise si il existe. Si aucun maker n'existe alors utilise la slash command "/prepare"
phpstan-resolver
Résout automatiquement les erreurs PHPStan en analysant et corrigeant les problèmes de types. Boucle jusqu'à zéro erreur ou stagnation.
elegant-objects
Vérifie la conformité du code PHP aux principes Elegant Objects de Yegor Bugayenko. Analyse un fichier spécifique ou tous les fichiers modifiés dans la branche.
prompt:validate
Vérifie la checklist avant exécution et liste les oublis
prompt:transform
Transforme un prompt en prompt exécutable compatible avec le Task Management System (TaskCreate/TaskUpdate/TaskList)
prompt:team
Orchestre une équipe d'agents spécialisés pour les tâches complexes. Auto-détecte le type, compose l'équipe, coordonne les phases analyse → challenge → implémentation → QA.
prompt:start
Démarre un développement avec un starter léger puis active le mode plan
apex
Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.
fix-errors
Fix all ESLint and TypeScript errors with parallel processing using snipper agents