speckit-ripple-resolve

Resolve ripple findings interactively and update ripple-report.md with fix strategies.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-ripple-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-ripple-resolve
Source: https://github.com/B0yZ4kr14/OrthoPlus-Enterprise/tree/main/.specify-backups/20260518-141826/_agents/skills/speckit-ripple-resolve
Command: npx skills add https://github.com/B0yZ4kr14/OrthoPlus-Enterprise --skill speckit-ripple-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you turn a list of ripple findings into concrete resolution decisions by walking through each issue one by one and recording the chosen strategy with context and tradeoffs.

Core Features & Use Cases

  • Interactive per-finding resolution: Guides you to review cause, understand the before/after behavior, and choose how to fix each finding safely.
  • Filterable resolution scope: Lets you resolve all OPEN findings, only CRITICAL ones, or specific finding IDs, with a dry-run mode to preview options.
  • Decision logging and implementation bridge: Updates ripple-report.md atomically after each decision and appends fix plans to specs/{feature}/ripple-fixes.md for later execution.

Quick Start

Run the command to resolve open ripple findings interactively and record the resolution strategy for each one: /speckit.ripple.resolve critical

Frequently Asked Questions about speckit-ripple-resolve

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

FAQPage Schema
How do I resolve ripple findings from a spec-kit ripple scan interactively?

To resolve ripple findings interactively, run the resolution command to evaluate root cause details and select concrete fix strategies one by one. It updates ripple-report.md atomically and saves implementation guidance to specs/{feature}/ripple-fixes.md.

Can I filter ripple resolution by severity or specific finding IDs?

Yes, you can filter ripple resolution by severity to target only CRITICAL findings or by specific finding IDs. A dry-run mode is also available to preview resolution options before applying any changes to the report.

What is a ripple report in spec-kit repositories and how does resolution work?

A ripple report, generated as ripple-report.md from a prior scan, lists issues caused by spec changes. Resolution involves interactively reviewing the cause, understanding before/after behavior, and choosing a safe fix strategy for each finding.

Do I need a prior ripple scan to use the spec-kit ripple resolution process?

Yes, you need a prior ripple scan that produced ripple-report.md. The resolution process requires loading prerequisites from the repository root to evaluate findings, select fix strategies, and append implementation plans to ripple-fixes.md.

How do I record resolution strategies and tradeoffs for spec-kit ripple findings?

Resolution strategies and tradeoffs are recorded by updating the ripple-report.md atomically after each decision. Chosen fix plans and implementation guidance are then appended to specs/{feature}/ripple-fixes.md for downstream execution.