con un clic
cwf-current-task
Manage the current task stack for context tracking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Manage the current task stack for context tracking
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Create sub-implementation task within existing task (v2.0)
Guide user through planning phase
Guide user through implementation execution phase
Guide user through maintenance phase
Guide user through retrospective phase
Guide user through rollout phase
| name | cwf-current-task |
| description | Manage the current task stack for context tracking |
| user-invocable | true |
| allowed-tools | ["Bash"] |
This skill manages the task stack in .cwf/task-stack which tracks the current working context.
Parse user arguments and delegate to the task-stack script:
task-stack listtask-stack push <num>task-stack poptask-stack peektask-stack cleartask-stack sizeUse the Bash tool to call:
.cwf/scripts/command-helpers/task-stack {operation} [args]
Display the output to the user.
Show current stack:
User: /cwf-current-task
→ Displays last 5 tasks from stack
Push a task:
User: /cwf-current-task push 34
→ Pushes task 34 onto stack
Pop a task:
User: /cwf-current-task pop
→ Removes and displays top task from stack
Clear stack:
User: /cwf-current-task clear
→ Empties the entire stack
.cwf/task-stack is automatically created on first push34-feature-add-task-stack-script).cwf/task-stack - always use this skill