waterfall-development
Aplicar puertas de fase en cascada
Gestionar proyectos de software sin fases estructuradas conduce a requisitos perdidos y funcionalidades incompletas. Esta habilidad aplica cinco puertas obligatorias que impiden el progreso hasta que cada fase cumpla con criterios definidos, asegurando un desarrollo en cascada disciplinado.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "waterfall-development". Validate if my feature can transition to Testing
Erwartetes Ergebnis:
- Feature: Login System
- G1: no requirements defined (FAIL)
- G2: skipped (G1 failed)
- G3: missing decisions field (FAIL)
- Cannot advance to Testing phase until all gate requirements are met.
Verwendung von "waterfall-development". Validate all gates for all features
Erwartetes Ergebnis:
- Feature: User Authentication
- G1: PASS
- G2: PASS
- G3: PASS
- G4: PASS
- G5: PASS
- All gates passed
Verwendung von "waterfall-development". Check if feature can transition to Complete
Erwartetes Ergebnis:
- Feature: API Integration
- G1: PASS
- G2: PASS
- G3: PASS
- G4: PASS
- G5: auth-test-001 not passing (FAIL)
- Fix failing tests before advancing to Complete phase
Sicherheitsaudit
SicherPure YAML validation tool with no network access. All 48 static findings are false positives: the scanner misinterprets markdown backticks as shell execution and phase transition arrows as cryptographic patterns. The skill only reads features.yml and validates phase gates.
Risikofaktoren
⚡ Enthält Skripte (1)
📁 Dateisystemzugriff (1)
Qualitätsbewertung
Was du bauen kannst
Aplicar gobernanza
Evitar que los equipos avancen de fase sin completar los artefactos y revisiones requeridos
Validar cobertura de pruebas
Asegurar que cada requisito tenga pruebas correspondientes antes de permitir la fase Complete
Estructurar nuevas funcionalidades
Guiar a los equipos a través de fases de cascada disciplinadas con criterios de entrada claros
Probiere diese Prompts
Use the waterfall-development skill to help me implement [feature name]
Run phase gate validation for the [feature name] feature
Validate that [feature name] can transition to the [Design/Implementation/Testing/Complete] phase
Validate all phase gates for all features in this project
Bewährte Verfahren
- Definir requisitos con descripciones antes de intentar la fase Design
- Documentar decisiones arquitectónicas antes de comenzar Implementation
- Actualizar el estado del requisito a In-Progress cuando comienza el trabajo
- Vincular pruebas a requisitos usando el campo tested-by
Vermeiden
- Omitir fases sin validación de puertas
- Crear funcionalidades sin requisitos
- Avanzar a Testing sin cobertura de pruebas
- Establecer requisitos a Complete sin verificación