ワンクリックで
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}