Relentless.Tasks banner
ArvorCo ArvorCo

Relentless.Tasks

Development community

Description

--- description: Generate dependency-ordered user stories and tasks from plan. handoffs: - label: Analyze Consistency agent: relentless.analyze prompt: Analyze cross-artifact consistency send: true - label: Start Implementation agent: relentless.implement prompt: Begin implementation send: true --- Load the tasks skill (`[skills_path]/tasks/SKILL.md`) and generate user stories and implementation tasks. **Context:** $ARGUMENTS The tasks skill will: 1. Read spec.md

Installation

Installs to ~/.claude/commands/arvorco-relentless-relentless.tasks.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ArvorCo/Relentless/HEAD/.claude/commands/relentless.tasks.md -o ~/.claude/commands/arvorco-relentless-relentless.tasks.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository