ArvorCoArvorCoCommunityยท13 Agent Skills Included

Relentless

Autonomous coding loops with smart model routing and cost control

Runs coding agents in a continuous loop until every user story in a feature is complete. Eliminates babysitting, lost context, and wasted spend by routing simple tasks to cheap models and complex ones to stronger models. Generates specs, plans, tasks, checklists, and PRDs, then enforces TDD and quality gates automatically across Claude, Amp, OpenCode, Codex, Droid, and Gemini.
npx skills add ArvorCo/Relentless --all -g -y
Available:

Explains to the agent how the orchestrator's skills, PRD format, routing, and learning system fit together so it can execute feature workflows correctly.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

tasks

Generate dependency-ordered user stories and tasks from spec.md and plan.md.

Community
Basic
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

learn

Extract patterns and propose amendments to constitution.md and prompt.md after feature completion.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

plan

Convert feature specifications into implementation plans with TDD and governance requirements.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

clarify

Clarify ambiguous feature specifications into testable requirements with a clarification log.

Community
Basic
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

constitution

Create or update a project constitution defining coding principles and governance rules.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

relentless

Convert markdown or text PRDs into structured relentless/prd.json files.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

prd

Generate a structured PRD with goals, user stories, and acceptance criteria.

Community
Basic
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

implement

Automate TDD-driven feature implementation with quality gates and PRD alignment.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

analyze

Validate cross-artifact consistency across spec, plan, tasks, and checklist.

Community
Basic
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

taskstoissues

Convert user stories from tasks.md into GitHub issues via the gh CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

specify

Convert natural language feature descriptions into structured SpecKit-style specifications.

Community
Advanced
๐Ÿ“ฆ In Repo
ArvorCoArvorCo

convert

Convert tasks.md into prd.json with routing metadata via relentless CLI.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Relentless?โ–ผ

Run `npx skills add ArvorCo/Relentless --all -g -y` in your terminal to install all skills in this suite globally.

How does Relentless keep coding agents running?โ–ผ

It spawns a fresh agent with clean context each iteration, persists memory through git commits and progress files, and switches agents automatically when one hits a rate limit.

How does Relentless reduce AI coding costs?โ–ผ

Auto mode classifies each task's complexity and routes it to the cheapest suitable model, escalating only on failure, which typically saves 50-75% compared to using one premium model.

Which coding agents does Relentless support?โ–ผ

It works with Claude Code, Amp, OpenCode, Codex, Droid, and Gemini, with full skill support for the first three and manual workflows for the rest.

Do I need to write specs before running Relentless?โ–ผ

No. The built-in specify, plan, tasks, and convert skills turn a plain-English feature description into a structured PRD with testable acceptance criteria automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’