Prompt de implementación de funcionalidad
Genera un prompt exhaustivo para implementar una nueva funcionalidad con requisitos claros y resultados esperados.
Resumen
Esta plantilla te ayuda a crear un prompt bien estructurado para implementar nuevas funcionalidades en tu base de código. Asume que ya existe un Live Spec para la funcionalidad —la especificación estructurada que define requisitos, criterios de aceptación y restricciones—. La plantilla traduce esa especificación en un prompt accionable, empaquetado como un Context Packet que proporciona al agente de IA contexto suficiente para generar código relevante y listo para producción dentro de un Ephemeral Workbench.
Cuándo Usar
Use this template when starting work on a new feature that requires multiple components, files, or significant code changes. It works best when a Live Spec has been written and approved, and the technology stack is established. Architecture decisions should come from the Principal Systems Architect rather than being generated ad-hoc during implementation. The Agent Operator uses this template to direct the AI agent's work within the Ephemeral Workbench, while the Eval Harness validates the output before it merges.
Personalizar Plantilla
A clear, concise name for the feature
The technologies used in your project
Relevant background about your project and existing architecture
Detailed functional requirements for the feature
How you will know the feature is complete