aim-create-tasks

Convert approved user intent into five-part AIM Task Specs for the /tasks endpoint.

4|1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/zccz14/AIM --skill aim-create-tasks
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aim-create-tasks
Source: https://github.com/zccz14/AIM/tree/main/.agents/skills/aim-create-tasks
Command: npx skills add https://github.com/zccz14/AIM --skill aim-create-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

当用户已明确批准创建新的 AIM Task 时,此技能负责把稳定的用户意图整理成完整的五段式候选 Task Spec,并在获得明确批准后提交到 POST /tasks。

Core Features & Use Cases

  • 将获批意图转化为标准化的五段式 Task Spec(Title、Assumptions、Goal vs Non-Goal、Core Path、Value Alignment)。
  • 仅在获得用户明确批准后才调用 POST /tasks,确保不越过验证阶段。
  • 需要提供有效的 project_id,并核对目标 Project 的 global_provider_id 与 global_model_id,以保证创建请求的正确性。

Quick Start

请从已获批的意图起草完整的五段式 Task Spec,并将候选稿提交以便 aim-verify-task-spec 进行独立校验。

Frequently Asked Questions about aim-create-tasks

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

FAQPage Schema
How do I convert an approved user intent into a structured task spec for project management?▼

To convert an approved user intent into a task spec, this skill formulates a structured five-part Task Spec encompassing Title, Assumptions, Goal vs Non-Goal, Core Path, and Value Alignment for submission to the /tasks endpoint.

What is a five-part Task Spec in workflow automation?▼

A five-part Task Spec is a structured task definition format comprising Title, Assumptions, Goal vs Non-Goal, Core Path, and Value Alignment, designed to standardize approved user intents before posting to /tasks.

Do I need a project_id to create AIM tasks?▼

Yes, you need a valid project_id to create AIM tasks. The skill requires this context to verify alignment with the project's global_provider_id and global_model_id before generating candidate Task Specs.

How do I verify a candidate Task Spec before posting to /tasks?▼

To verify a candidate Task Spec before posting to /tasks, you submit the drafted five-part spec to aim-verify-task-spec for independent validation to ensure it meets all requirements prior to creation.

Can this skill schedule or execute tasks automatically?▼

No, this skill cannot schedule or execute tasks automatically. It strictly generates candidate Task Specs from approved intents and defers scheduling and execution to other specialized workflow components.

When should I not use automated task spec generation?▼

You should not use automated task spec generation when the user intent is unapproved or when project parameters like global_provider_id and global_model_id are undefined, as explicit approval and valid project context are mandatory.