write-tasks

Convert ArenaQuest milestones into backend and frontend task files.

1|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/RaphaelSilva/ArenaQuest --skill write-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-tasks
Source: https://github.com/RaphaelSilva/ArenaQuest/tree/main/.claude/skills/write-tasks
Command: npx skills add https://github.com/RaphaelSilva/ArenaQuest --skill write-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of breaking down milestones into tasks in the ArenaQuest platform, ensuring a structured and organized approach to project management.

Core Features & Use Cases

  • Task Creation: Automatically generates task files from milestone descriptions, including backend and frontend separation.
  • Milestone Management: Synchronizes task files with milestone tables, maintaining consistency.
  • Use Case: For a new feature development, this Skill can take a high-level milestone and generate the corresponding task files, ensuring each task is properly linked to its dependencies and milestone.

Quick Start

Use the write-tasks skill to generate tasks for the milestone '13-white-label-branding'.

Frequently Asked Questions about write-tasks

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

FAQPage Schema
How do I automate task creation from milestone descriptions in ArenaQuest?

Generate task files from ArenaQuest milestones by running the Skill's Node.js scripts. It automatically parses markdown milestone tables, splits backend and frontend representations, and writes synchronized task files linked to their parent milestone and dependencies.

Do I need Node.js to generate task files from ArenaQuest milestones?

Yes, Node.js is required for execution. The Skill uses scripts to process the specific markdown file structure for milestones and tasks, ensuring proper synchronization between milestone tables and the generated task files.

What is the file structure required for milestone and task synchronization?

Milestone and task synchronization requires a specific markdown file structure where milestones are defined in tables. The Skill generates corresponding task files that maintain consistency and proper links to dependencies within this markdown hierarchy.

Can I separate backend and frontend tasks when breaking down ArenaQuest milestones?

Yes, backend and frontend tasks are separated automatically. The Skill generates task files from milestone descriptions with distinct backend and frontend representations, ensuring organized code structure and clear project automation.

Why are my generated task files not syncing with the milestone tables?

Task files fail to sync with milestone tables if the specific markdown file structure is not followed. This Skill ensures synchronization by strictly mapping milestone data to task files during the Node.js execution process.