원클릭으로
cwf-extract
Extract specific section from implementation guide (v2.0 - task-based)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract specific section from implementation guide (v2.0 - task-based)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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}