developer

Manage ArenaQuest task lifecycles with branch management, code delegation, and verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing ArenaQuest tasks by orchestrating the full lifecycle, from planning to execution and verification, ensuring efficient and effective task completion.

Core Features & Use Cases

  • Task Orchestration: Coordinates task execution, including branch topology, hygiene, and code delegation.
  • Code Delegation: Assigns coding tasks to backend and frontend developers via subagents.
  • Verification and Commitment: Manages verification steps, commits, and merges/pushes.
  • Loop Control: Handles sequential and DAG-aware task loops, including chained mode.
  • Failure Handling: Implements a closed-loop healing process for task failures.

Quick Start

Act as developer to implement the task 'docs/product/milestones/7/12-web-login-register.task.md'.

Frequently Asked Questions about developer

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

FAQPage Schema
How do I orchestrate code delegation for complex task management?

Code delegation for task management is orchestrated by assigning subagent roles to backend and frontend developers, coordinating branch topology, and managing the full task lifecycle from planning to verification.

What is the best way to manage branch topology during code delegation?

Managing branch topology during code delegation involves coordinating branch hygiene and structure, assigning specific coding tasks to subagents, and handling verification steps before committing and merging.

How does loop control handle sequential and chained task execution?

Loop control handles sequential and DAG-aware task execution by processing chained modes sequentially, ensuring that dependent tasks follow the correct execution path and managing the overall workflow progression.

Can I use this for automated failure handling in task lifecycles?

Automated failure handling in task lifecycles is supported through a closed-loop healing process that detects task failures, initiates corrective actions, and attempts to recover the workflow without manual intervention.

Do I need access to the ArenaQuest codebase to manage task delivery?

Access to the ArenaQuest codebase and its dependencies is required to manage task delivery, as the orchestration process uses Claude's built-in harness to execute tasks directly within the project environment.