بنقرة واحدة
plan-mode
Enter a planning-first workflow with structured steps, checkpoints, and explicit approval before execution.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Enter a planning-first workflow with structured steps, checkpoints, and explicit approval before execution.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Manage chat threads — create, list, inspect, delete, and search conversations. Use when users want to organize chats or open a specific thread.
当agent因maxIterations中断时,恢复 Task Working Memory 并继续执行未完成的任务。用户说"继续"时自动触发。
Schedule recurring work, reminders, and periodic checks through the Aliceloop daemon cron service.
Planned Alice-native selfie workflow for self-portraits, local album management, and future face-reference generation support.
Track durable Task Working Memory across sessions with the local Aliceloop tracked-task CLI.
Extract content from Twitter/X links, x.com links, twitter.com links, and tweet URLs, or use OpenCLI for logged-in Twitter/X actions such as search, profile reads, timeline reads, bookmarks, notifications, and lightweight interactions.
| name | plan-mode |
| description | Enter a planning-first workflow with structured steps, checkpoints, and explicit approval before execution. |
| allowed-tools | ["bash"] |
Use this skill when the task should stay in a planning-only workflow before execution begins.
aliceloop plan list
aliceloop plan create "Refactor memory system" --goal "Clarify repository boundaries" --steps "Audit current code,Propose API,Validate migrations"
aliceloop plan show PLAN_ID
aliceloop plan update PLAN_ID --steps "Audit current code,Propose API,Validate migrations,Write smoke tests"
aliceloop plan approve PLAN_ID
aliceloop plan archive PLAN_ID
plan show after any update so the latest checklist is visible in one place.