What problem does it solve?
When a user starts a task discussion in MyAgents, it is easy to jump straight into creating a scheduled Task with vague requirements, leading to poorly defined automation. This Skill structures the discussion so requirements are clarified first, and a Task is only created after the user confirms a complete task.md draft and parameter table.
Core Features & Use Cases
- Requirement Clarification: Restates the user's goal, asks the highest-impact questions, and verifies facts through code, files, or tools before proposing anything.
- Candidate task.md Generation: Writes a complete, self-contained task.md draft into the candidates directory covering background, scope, decisions, risks, and acceptance criteria.
- Confirmation-Gated Creation: Presents a reviewable proposal with a clickable file path and a parameter table, then calls the myagents CLI only after explicit user confirmation.
- Use Case: A user records a voice note saying they want a weekly code review summary. The Skill discusses scope and schedule, drafts task.md, shows the execution mode and trigger parameters, and creates the recurring Task only after the user approves.
Quick Start
Start a task discussion in MyAgents and let the Skill clarify your goal, draft a task.md candidate, and confirm the parameters before creating the Task.