myna-dev-task-add

Draft structured task entries and append approved tasks to tmp/tasks.md.

8|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/agentflock/myna --skill myna-dev-task-add
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myna-dev-task-add
Source: https://github.com/agentflock/myna/tree/main/.claude/skills/myna-dev-task-add
Command: npx skills add https://github.com/agentflock/myna --skill myna-dev-task-add

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds a streamlined process to create structured dev tasks and queue them in tmp/tasks.md, ensuring a consistent format and a review step before publishing.

Core Features & Use Cases

  • Drafts a structured task entry from your description.
  • Shows the draft to the user for approval and adjustments.
  • Appends the approved task to the queue in tmp/tasks.md, creating the file if it doesn't exist.
  • Works when you say phrases like "add this to the queue", "queue this up", "add a task for X", or after /myna-dev-diagnose selects an option.

Quick Start

Describe the task you want added and approve the draft to queue it.

Frequently Asked Questions about myna-dev-task-add

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

FAQPage Schema
How do I add a development task to a queue for review?

To add a development task to a queue, describe the task and a structured draft entry is generated for your approval before being appended to the queue in tmp/tasks.md.

What is the best way to format task entries for a development queue?

The best way to format task entries is to describe your task, review the generated structured draft, and approve it to ensure a consistent format in your task queue.

How does task approval work before publishing to a dev queue?

Task approval works by generating a structured draft from your description, showing it for adjustments, and writing it to the queue only after you give explicit approval.

What happens if tmp/tasks.md does not exist when queuing a task?

If tmp/tasks.md does not exist when queuing a task, it is automatically created before the approved structured task entry is appended to the file.

Can I adjust a task draft before it is added to the queue?

Yes, you can adjust a task draft because the entry is shown for your explicit approval and modifications before it is written to the development task queue.