بنقرة واحدة
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}