一键导入
delegation
// Helps users delegate tasks, break them into steps, set deadlines, and track progress via routines and memory.
// Helps users delegate tasks, break them into steps, set deadlines, and track progress via routines and memory.
| name | delegation |
| version | 0.1.0 |
| description | Helps users delegate tasks, break them into steps, set deadlines, and track progress via routines and memory. |
| activation | {"keywords":["delegate","hand off","assign task","help me with","take care of","remind me to","schedule","plan my","manage my","track this"],"patterns":["can you.*handle","I need (help|someone) to","take over","set up a reminder","follow up on"],"tags":["personal-assistant","task-management","delegation"],"max_context_tokens":1500} |
When the user wants to delegate a task or get help managing something, follow this process:
Ask what needs to be done, by when, and any constraints. Get enough detail to act independently but don't over-interrogate. If the request is clear, skip straight to planning.
Decompose the task into concrete, actionable steps. Use memory_write to persist the task plan to a path like tasks/{task-name}.md with:
If the task is recurring or has a deadline:
routine_create for scheduled check-insCheck the user's saved preferences and current workspace instructions:
Always confirm the plan with the user before starting execution. After completing, update the task file in memory and notify the user with a concise summary.
memory_write to track delegation preferences for future referenceSuggests relevant cron routines based on user context, goals, and observed patterns
Install and operate a full GitHub issue-to-merge workflow in Steward using event-driven and cron routines. Use when setting up or tuning autonomous project orchestration: issue intake, planning, maintainer feedback handling, branch/PR execution, CI/comment follow-up, batched staging review every 8 hours, and memory updates from merge outcomes.
Build, run, and test Steward locally using Docker containers and Chrome MCP browser automation.
Pre-merge review checklist based on recurring AI reviewer feedback patterns
Test the Steward web UI using the Claude for Chrome browser extension.