github.com/Yoizen/dev-ai-workflow
Skill | Added | Review |
|---|---|---|
sdd-apply Implement tasks from the change, writing actual code following the specs and design. Trigger: "apply", "implement", "implementar", "code it", "build it", "sdd apply", "ejecutar tareas", "/sdd:apply". | 86% | |
sdd-init Bootstrap the SDD structure in any project. Detects stack, conventions, and initializes the active persistence backend. Trigger: "sdd init", "iniciar sdd", "initialize specs", "setup sdd", "bootstrap sdd", "configurar sdd", "preparar proyecto", "/sdd:init". | 89% | |
sdd-archive Sync delta specs to main specs and archive a completed change. Trigger: "archive", "archivar", "close change", "cerrar cambio", "sdd archive", "finalizar", "merge specs", "/sdd:archive". | 89% | |
angular-performance Angular performance: NgOptimizedImage, @defer, lazy loading, SSR. Trigger: When optimizing Angular app performance, images, or lazy loading. | 90% | |
sdd-propose Create a change proposal with intent, scope, and approach. Trigger: "propose", "propuesta", "proposal", "new change", "nuevo cambio", "sdd new", "sdd propose", "/sdd:new", "sdd:ff", "fast-forward", "fast forward". When triggered by "sdd:ff" or "fast-forward": after creating the proposal, AUTOMATICALLY continue by executing sdd-spec, sdd-design, and sdd-tasks in sequence (do NOT stop after the proposal). | 86% | |
sdd-design Create technical design document with architecture decisions and approach. Trigger: "design", "diseño técnico", "technical design", "architecture", "diseñar", "sdd design", "/sdd:continue (when specs exist but design doesn't)". | 82% | |
sdd-tasks Break down a change into an implementation task checklist. Trigger: "tasks", "breakdown", "task list", "desglosar", "tareas", "sdd tasks", "plan de implementación", "/sdd:continue (when design exists but tasks don't)". | 86% | |
sdd-spec Write specifications with requirements and scenarios (delta specs for changes). Trigger: "spec", "requerimientos", "requirements", "especificaciones", "write specs", "sdd spec", "acceptance criteria", "/sdd:continue (when proposal exists but specs don't)". | 85% | |
sdd-verify Validate that implementation matches specs, design, and tasks. Trigger: "verify", "verificar", "validate", "check implementation", "quality gate", "sdd verify", "revisar cambio", "/sdd:verify". | 86% | |
sdd-explore Evaluate implementation options before coding changes. Creates comparison matrices, pros/cons analysis, risk assessment, and a recommended approach for architecture, feature planning, refactors, and debugging strategy decisions. Use when the user wants to compare multiple approaches before implementation. Trigger: "explore", "investigar", "think through", "analizar", "research", "sdd explore", "evaluar opciones", "/sdd:explore". | 94% | |
angular-architecture Angular architecture: Scope Rule, project structure, file naming, style guide. Trigger: When structuring Angular projects or deciding where to place components. | 89% | |
angular-core Angular core patterns: standalone components, signals, inject, control flow, zoneless. Trigger: When creating Angular components, using signals, or setting up zoneless. | 83% | |
angular-forms Angular forms: Signal Forms (experimental) and Reactive Forms. Trigger: When working with forms, validation, or form state in Angular. | 86% |