asana-task-create

Create Asana tasks across multiple boards with engineering field schemas.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/EdgeApp/edge-dev-agents --skill asana-task-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asana-task-create
Source: https://github.com/EdgeApp/edge-dev-agents/tree/main/.cursor/skills/asana-task-create
Command: npx skills add https://github.com/EdgeApp/edge-dev-agents --skill asana-task-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the friction of manually creating and configuring Asana tasks for development work, ensuring that all tasks are correctly routed to the Master, Engineering, and jon-claude boards with the appropriate metadata.

Core Features & Use Cases

  • Automated Board Routing: Automatically creates tasks across multiple boards (Master Kanban, Engineering, and jon-claude) with correct section placement.
  • Field Normalization: Enforces standard engineering field values (Priority, LOE, Category) and auto-creates missing release or repository options.
  • Use Case: When a developer needs to file a new task for a specific release, this skill handles the field mapping, attachment linking, and board synchronization in a single command, preventing misrouting and manual data entry errors.

Quick Start

Use the asana-task-create skill to create a new task named Feature X for release 4.53 with a high priority and medium level of effort.

Frequently Asked Questions about asana-task-create

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

FAQPage Schema
How do I automate Asana task creation for development workflows across multiple boards?

You can automate Asana task creation by using a command-line skill that routes tasks to Master, Engineering, and jon-claude boards while enforcing standard engineering field schemas like Priority, LOE, and Category.

Do I need jq and curl to create Asana tasks via API automation?

Yes, you need jq and curl to interact with the Asana API for secure task creation. The automation relies on these dependencies for data parsing and API requests, along with environment-based authentication.

Can I auto-create missing release or repository options when filing Asana tasks?

Yes, field normalization during automated task creation automatically generates missing release or repository options, ensuring strict adherence to engineering field schemas without manual data entry.

What's the best way to enforce engineering field schemas like Priority and LOE in Asana?

Enforcing engineering field schemas in Asana is best handled by automating field normalization to standardize Priority, LOE, and Category values, preventing misrouting and manual data entry errors.

Does environment-based authentication work for secure Asana API task automation?

Environment-based authentication works for secure Asana API task automation by managing credentials locally, securing the API interaction required for automated board synchronization and development task creation.

Why do my manually created Asana dev tasks get misrouted across project boards?

Manually created Asana dev tasks get misrouted due to human error in field mapping and section placement. Automating task creation eliminates this friction by standardizing routing to Master, Engineering, and jon-claude boards.