بنقرة واحدة
long-running-goal
Run durable multi-phase work without relying on one context window.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run durable multi-phase work without relying on one context window.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
嵌入式浏览器自动化:在后台的隐藏网页宿主里导航、观察并操作网页。Use when a task must open, read, or act on a web page and no safer interface or connector can complete it.
Create a well-structured git commit from staged or unstaged changes
Guide for creating effective skills. Use when the user wants to create a new skill or improve an existing one — a reusable instruction package that extends Wuu with specialized knowledge, workflows, or tool integrations.
Observe and control native macOS apps through Accessibility, ScreenCaptureKit, and native input. Use when a task requires interacting with a Mac app that has no safer CLI, API, or dedicated connector.
Debug Electron desktop issues across renderer, preload, main process, and Go app-server.
Run final release gates before publishing or handing off a build.
| name | long-running-goal |
| description | Run durable multi-phase work without relying on one context window. |
| trigger-condition | Use for large tasks that need research, plan, execution, verification, review, and resumability. |
| allowed-tools | ["read_file","apply_patch","bash","spawn_agent"] |
| required-context | ["goal","durable state","progress log","failure log","verification policy","worktree status"] |
| examples | ["resume goal workflow","coordinate agent team","recover after failed verification"] |
| verification-checklist | ["state updated","artifacts written","failures captured","reviewer or verifier separated from worker"] |
| progressive-disclosure | Always read the goal state.json and recent failure view from Wuu-managed goal storage before loading detailed artifacts. |
Do not rely on model memory for long tasks.
If blocked, persist the blocker and the next useful action.