Task management workflow for ryvik-work - adds new tasks to TASKS.md with proper ID and creates summaries
This skill manages the task workflow for the ryvik-work repository. Use this skill whenever the user asks to add a new task.
When the user requests to add a new task, follow these steps:
First, check the current TASKS.md to determine the next available ID:
Read /Users/raulanatol/work/ryvik/ryvik-work/TASKS.md
The format is:
# Listado de tareas pendientes a realizar
Formato: `[ID] - [Título] - [Estado]`
Prioridad: arriba = más prioridad
---
## Tareas
### 001 - Título de la tarea - ✅ COMPLETADO
- Proyecto: ...
- Resumen: ...
- Documentación: summary/001_tarea.md
- Pendiente: ...
Find the highest ID number and increment by 1. For example:
Add the new task at the TOP of the task list (higher position = higher priority).
Format:
### 002 - Título de la nueva tarea - PENDIENTE
- Proyecto: nombre del proyecto
- Descripción: descripción breve
When you complete a task, follow this additional workflow:
ryvik-work/summary/ID_TAREA.md:# Tarea 001 - Título de la tarea
## Estado: COMPLETADA
## Fecha de completación
Febrero 2026
## Descripción
[What was the problem]
## Solución implementada
[How it was solved - files changed, approach]
## Pendiente / Siguientes pasos
[Any follow-up tasks]
If this is a new skill or pattern that should be documented for future agents, update AGENTS.md.
/Users/raulanatol/work/ryvik/ryvik-work/TASKS.md/Users/raulanatol/work/ryvik/ryvik-work/summary//Users/raulanatol/work/ryvik/ryvik-work/AGENTS.md