task-management-workflow

Manage TaskList, TaskTopic, TaskColumn, and Task changes across schema, API, and UI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Auriaz/nuxt-stack-starter --skill task-management-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-management-workflow
Source: https://github.com/Auriaz/nuxt-stack-starter/tree/main/.cursor/skills/task-management-workflow
Command: npx skills add https://github.com/Auriaz/nuxt-stack-starter --skill task-management-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of managing changes within a complex task management system, ensuring consistency and efficiency across different levels of the task hierarchy.

Core Features & Use Cases

  • Model Management: Handles changes to TaskLists, TaskTopics, TaskColumns, and Tasks.
  • Workflow Enforcement: Guides developers through the correct procedure for schema, domain, API, frontend, and UI updates.
  • Safety Checks: Includes validation and security checklists for permissions, reordering, and race conditions.
  • Use Case: When adding a new field to a 'Task' or implementing drag-and-drop functionality between columns, this Skill provides the exact steps and considerations needed.

Quick Start

Follow the outlined procedure to update the task management schema and domain logic.

Frequently Asked Questions about task-management-workflow

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

FAQPage Schema
How do I manage task workflow updates across schema, API, and UI components?

Adding a new field to a Task involves schema updates, domain logic changes, API controller modifications, and frontend composable adjustments. This Skill provides the exact steps and considerations needed to execute this workflow safely.

What is the best way to handle race conditions during task reordering?

Handling race conditions during task reordering requires stable renumbering and specific safety checks. This workflow management process prevents concurrent update conflicts when users implement drag-and-drop functionality between task columns.

How do I enforce permission checks when modifying task management domain logic?

Enforcing permission checks when modifying task management domain logic requires validation checklists integrated into the workflow. This ensures security by validating permissions before applying updates to TaskList, TaskTopic, TaskColumn, and Task entities.

Does this task management workflow support frontend composables and UI component updates?

This task management workflow supports frontend composables and UI component updates alongside schema and API changes. It guides developers through the full stack to ensure modifications to Task, TaskColumn, TaskTopic, and TaskList are reflected consistently.