com um clique
cwf-current-task
Manage the current task stack for context tracking
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Manage the current task stack for context tracking
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação 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