com um clique
speckit-workflow-implementation
// Implementación: implement → revisión → PR. Deploy y QA gestionados por ops-suite.
// Implementación: implement → revisión → PR. Deploy y QA gestionados por ops-suite.
Fetch a Jira Epic and format its content as spec input ready for /speckit-specify
Push User Stories + tasks from spec.md / tasks.md to Jira as Stories and Sub-tasks under an existing Epic
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Download frames from a Figma file URL into the feature designs/ folder
Create a GitHub Pull Request for the active feature branch using spec.md as source for title and body
| name | speckit-workflow-implementation |
| description | Implementación: implement → revisión → PR. Deploy y QA gestionados por ops-suite. |
| argument-hint | [base-branch] e.g. /speckit-workflow-implementation main |
| compatibility | Requires spec-kit project structure with .specify/ directory and an active feature with tasks.md |
| metadata | {"author":"afianza-local","source":"workflows/implementation/workflow.yml"} |
| user-invocable | true |
Ejecuta la implementación desde las tareas aprobadas hasta la Pull Request.
implement → gate → create-pr
{{ARGS}}
Extrae del input:
main): rama base para el PR.Verifica que existen spec.md, plan.md y tasks.md en el feature activo. Si falta alguno, aborta:
"Faltan artefactos. Ejecuta primero
/speckit-workflow-refinementy/speckit-workflow-planning."
Muestra:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
IMPLEMENTATION WORKFLOW
Base branch: <base_branch>
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1/2] implement
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Invoca /speckit-implement.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏸ GATE — review-implementation
Revisa el código generado.
¿Todo listo para abrir el PR?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Espera respuesta explícita:
approve → continúareject → abort: "Workflow detenido en [review-implementation]. Corrige el código y vuelve a ejecutar desde este paso."━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[2/2] create-pr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Invoca /speckit-git-pr-create <base_branch>.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ IMPLEMENTATION COMPLETADO
PR: <pr-url>
Siguiente: ops-suite deploy → QA → prod
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
main, avisa antes de continuar: "⚠️ Estás en main. Crea una rama feature antes de implementar."