plan

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

96|5|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/ArvorCo/Relentless --skill plan-arvorco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/ArvorCo/Relentless/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/ArvorCo/Relentless --skill plan-arvorco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Relentless teams often struggle to convert feature specifications into structured, verifiable implementation plans. This Skill automates the translation, ensuring consistent planning, documentation, and alignment with governance requirements.

Core Features & Use Cases

  • Auto-generate Technical Overview, Data Models, API Contracts, and Implementation Strategy from a feature spec.
  • Enforce Test-Driven Development by including complete test specifications and quality gates.
  • Ensure routing preference and constitution compliance are carried forward to the plan.
  • Use Case: Given a feature spec at relentless/features/NNN-feature/spec.md, generate a ready-to-submit plan.md that guides task creation and implementation.

Quick Start

Run the Relentless plan command against the latest feature spec to produce relentless/features/NNN-feature/plan.md.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I convert a feature specification into an implementation plan?

To convert a feature specification into an implementation plan, run the Relentless plan command against your spec.md file. It auto-generates a structured plan.md containing the technical overview, data models, API contracts, and implementation strategy.

How does automated planning enforce Test-Driven Development requirements?

Automated planning enforces Test-Driven Development by embedding complete test specifications and quality gates directly into the generated plan. This ensures TDD requirements are carried forward from the spec to guide subsequent task creation and implementation.

Can I use this to ensure governance and routing compliance in my technical plan?

Yes, you can use this to ensure governance compliance in your technical plan. The generation process automatically enforces routing preferences and constitution compliance, carrying these critical governance requirements forward into the final plan output.

What is the best way to generate data models and API contracts from a feature spec?

The best way to generate data models and API contracts from a feature spec is using an automated planning tool. It translates relentless spec files into ready-to-submit plans, accelerating software delivery by structuring technical overviews and implementation strategies automatically.

Does the plan generation work without dependencies in the Relentless workflow?

Yes, the plan generation works without dependencies in the Relentless workflow. It operates independently to translate feature specs into structured plans, applying TDD and governance rules across the spec to plan to tasks sequence.

When do I need to generate a technical plan from a specification file?

You need to generate a technical plan from a specification file when your team struggles to convert feature specs into structured, verifiable implementation plans. It ensures consistent planning, documentation, and alignment with governance requirements to accelerate software delivery.