com um clique
cwf-extract
Extract specific section from implementation guide (v2.0 - task-based)
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
Extract specific section from implementation guide (v2.0 - task-based)
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-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}