Relentless.Plan banner
ArvorCo ArvorCo

Relentless.Plan

Development community

Description

--- description: Generate technical implementation plan from feature specification. handoffs: - label: Generate Task Breakdown agent: relentless.tasks prompt: Generate tasks from plan send: true - label: Generate Quality Checklist agent: relentless.checklist prompt: Generate quality checklist send: true --- Load the plan skill (`[skills_path]/plan/SKILL.md`) and create technical implementation plan. **Context:** $ARGUMENTS The plan skill will: 1. Read feature spec

Installation

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

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

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

Full documentation available on GitHub

View Source Repository