task-planner

Parse .task.md files, draft .plan.md plans, and commit status updates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the planning and orchestration of ArenaQuest tasks, ensuring efficient execution and status tracking.

Core Features & Use Cases

  • Task Parsing: Reads and parses .task.md files to extract task details.
  • Plan Authoring: Generates .plan.md files for technical planning.
  • Sequential Execution: Orchestrates backend and frontend developer tasks sequentially.
  • Local Committing: Manages local commits without remote pushes.
  • Task Status Updates: Marks tasks as done and commits status updates locally.

Quick Start

Invoke the task-planner skill with the command: "Act as task-planner. Plan and orchestrate the task 'docs/product/milestones/7/12-web-login-register.task.md' on the active branch 'feature/m7/12-web-login-register.task'."

Frequently Asked Questions about task-planner

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

FAQPage Schema
How do I automate task planning and execution for ArenaQuest projects?

Automating ArenaQuest task planning involves parsing .task.md files, drafting technical .plan.md files, orchestrating developer tasks sequentially, and committing local status updates without remote pushes.

What is the best way to orchestrate sequential backend and frontend developer tasks?

Orchestrating sequential developer tasks requires parsing task files and coordinating backend and frontend execution in order, ensuring efficient execution and local status tracking without remote pushes.

How do I generate a technical plan from a .task.md file?

Generating a technical plan from a .task.md file involves parsing the task details and authoring a corresponding .plan.md file to guide subsequent code coordination and execution.

Can I commit task status updates locally without triggering a remote push?

Yes, committing task status updates locally without remote pushes is fully supported by managing local commits after marking tasks as done and orchestrating sequential execution.

Do I need a specific branch naming convention to coordinate ArenaQuest tasks?

While the Skill orchestrates tasks on active branches, using descriptive branch names like 'feature/m7/12-web-login-register.task' aligns with the task file path to streamline code coordination.

Why does task execution fail if the .task.md file is missing or unreadable?

Task execution fails without a readable .task.md file because the Skill must parse task details from it to draft technical plans and orchestrate sequential backend and frontend developer tasks.