This protocol kicks in when users ask for scheduled tasks, reminders, or recurring automation. It enforces a strict workflow: break down requests using ORA (Objective, Result, Action), write everything to a PLAN.md file that gets immediately archived, then require explicit user confirmation before creating any cron job. The standout rule is physical relocation: all generated files must move from workspace to archives, no copies left behind. Every scheduled task's first instruction must point back to the archived PLAN.md using a specific Task_ID, ensuring execution context stays traceable. It's opinionated about isolation (sessionTarget must be "isolated") and pairs with a separate archive-protocol skill. Good for teams that need audit trails on automated work, though the approval gates will slow down quick one-off reminders.
npx -y skills add kweaver-ai/kweaver-dip --skill schedule-plan --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mattpocock/skills