con un clic
cwf-extract
Extract specific section from implementation guide (v2.0 - task-based)
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ú
Extract specific section from implementation guide (v2.0 - task-based)
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-extract |
| description | Extract specific section from implementation guide (v2.0 - task-based) |
| user-invocable | true |
| allowed-tools | ["Read","Bash"] |
This step: Extract and display a specific section from a task's workflow files. Not this step: Modifying tasks or advancing workflow phases.
Task arguments: {arguments}
First: Run .cwf/scripts/command-helpers/context-manager location using the Bash tool to confirm git root.
Parse arguments: <task-path> <section-name>
Examples:
/cwf-extract 1 goal — Extract Goal section from task 1's plan/cwf-extract 1.1 requirements — Extract from task 1.1's requirements filecontext-manager hierarchy <task-path>context-manager version <task-dir> <workflow-file> to determine formatawk '/^## {section-name}/{p=1; print; next} p && /^## [^#]/{p=0} p' {file-path}