con un clic
task
Create and maintain a task checklist that tracks progress in real-time
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ú
Create and maintain a task checklist that tracks progress in real-time
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
Make the current work resumable from a clean checkout — commit/push, record in-flight async work, flag what isn't durable. INVOKE ONLY when the user explicitly runs /handoff or asks for a handoff.
Launch and manage jobs on the HPC cluster (INVOKE ONLY when the user explicitly runs /hpc or asks to use this skill).
Analyze files for quality and consistency within the codebase
Deep analysis using parallel reasoning with iterative refinement
Deep verification that all changes meet requirements and preserve correctness
Identify files needed to accomplish a task
| name | task |
| description | Create and maintain a task checklist that tracks progress in real-time |
| allowed-tools | Edit, Write, Bash(ls:*), Bash(cat:*) |
| argument-hint | ["task-description"] |
$ARGUMENTS
If a PLAN file was provided or mentioned (e.g., from a prior /plan command) with structured phases:
- Item → - [ ] Item)NEVER REPLACE A PLAN FILE. If a plan file exists, keep ALL existing content intact—goals, file references, verification details, context, everything. You MUST edit in place: add checkboxes, append new tasks, update status markers, extend sections. But never delete, summarize, condense, or rewrite existing content. The plan is the user's work product.
Common violation: Replacing a plan section's prose, context, and details with bare checkboxes. The checkboxes go ALONGSIDE the existing content, not instead of it. If your edit removes more text than it adds, you are doing it wrong!
If no suitable PLAN file exists, create a markdown file TASK_[descriptor]_[timestamp].md containing:
KEEP IT BRIEF AND TO THE POINT:
[config](./src/config.js)Format checklist items as:
[ ] Not started[~] In progress[x] Complete[!] Blocked or needs attentionCRITICAL: You MUST update the checklist file after EVERY significant action:
[~] when starting them[x] when completing them[!]Follow this pattern throughout:
Complete the full task/plan. Do not arbitrarily skip items, defer work, or stop halfway. Minor deviations and unexpected issues are normal—handle them and continue. Only stop early if an overwhelming reason emerges during implementation (e.g., core assumptions are fundamentally wrong, blocking dependencies are unresolvable).
When finished, ensure the file shows:
If deploying sub-agents for subtasks:
[~] before dispatching[x] or [!] upon completionAfter completing all checklist items, run /doublecheck to verify the work before marking the task fully complete.
Remember: The checklist file is your required working tracker. Keep entries brief, link to files for details, and update continuously as you progress.