myagents-task-alignment

Aligns task discussion requirements and generates confirmed task.md candidates before Task creation.

863|101|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-task-alignment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myagents-task-alignment
Source: https://github.com/hAcKlyc/MyAgents/tree/main/bundled-skills/myagents-task-alignment
Command: npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-task-alignment

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about myagents-task-alignment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a scheduled Task from a discussion in MyAgents?

Start a task discussion, clarify the goal with the Agent, and review the generated task.md candidate plus the parameter table. After you explicitly confirm, the Skill runs myagents task create-direct with the agreed parameters to create the Task.

What should a task.md file contain before creating a Task?

A task.md should cover background and motivation, goals and expected results, scope and non-goals, confirmed decisions and constraints, known inputs, risks, and acceptance criteria. An Agent reading only this file should be able to complete the work and judge completion.

Does every task discussion in MyAgents result in a created Task?

No. The discussion can end in three ways: executing directly in the current Session, creating a Task, or deciding not to proceed. The Skill explicitly avoids forcing Task creation when the work does not need scheduling or independent tracking.

Can I modify the task parameters before the Task is created?

Yes. Any content or parameter change you request before confirmation updates the candidate task.md and the parameter table, and the Skill waits for confirmation again. Ambiguous responses like 'keep discussing' are not treated as creation approval.

What happens if Task creation fails after confirmation?

The candidate task.md is preserved, and the Skill reports the specific error so you can retry. It does not fabricate a success result or create duplicate Task documents.