Autonomous task execution driven by task documents from /task-alignment (living under ~/.myagents/tasks/<taskId>/). Reads task.md as the goal, decomposes work, delegates to subagents when appropriate, runs independent verification, and delivers results. Acts as a UserProxy Agent — the human's representative during autonomous execution. Use when the user dispatches a task from the 任务 panel or explicitly wants to start execution. Trigger phrases include '/task-implement', 'start the task', 'go ahead and implement', 'execute the plan', or when the user confirms alignment documents and says something like 'looks good, go'.
$npx -y skills add hacklyc/myagents --skill task-implementInstalls into the current project.
Run `npx skills use "https://github.com/hacklyc/myagents" --skill "hacklyc/myagents/task-implement"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hacklyc/myagents" that are relevant to the current task. Run `npx skills add "https://github.com/hacklyc/myagents"` and select the relevant skills, then follow their instructions.