with one click
cwf-current-task
Manage the current task stack for context tracking
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage the current task stack for context tracking
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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