ralph-loop-kiro-specs

Automate iterative Kiro spec task implementation with self-correction and progress tracking.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill ralph-loop-kiro-specs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-loop-kiro-specs
Source: https://github.com/fabricioctelles/skills/tree/main/skills/ralph-loop-kiro-specs
Command: npx skills add https://github.com/fabricioctelles/skills --skill ralph-loop-kiro-specs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kiro-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the repetitive manual work of implementing Kiro specification tasks one at a time by orchestrating iterative agent runs with progress tracking, self-correction, and verification.

Core Features & Use Cases

  • Automated Task Execution: Runs kiro-cli in a controlled loop that selects and implements exactly one top-level spec task per iteration.
  • Self-Correction and Tracking: Records corrections, codebase patterns, progress updates, task status, and per-task timing to improve subsequent iterations.
  • Completion Dashboard: Generates a self-contained summary page when all tasks are complete, including task status, implementation details, and timing information.
  • Use Case: Use this Skill to process a multi-task Kiro specification automatically while preserving implementation discipline, validating exit criteria, and recovering from common failures.

Quick Start

Use the Ralph Loop skill to run up to 15 iterations against the auth-feature Kiro specification.

Frequently Asked Questions about ralph-loop-kiro-specs

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

FAQPage Schema
How do I automate iterative Kiro spec task execution without manual intervention?

A self-correcting agent loop drives Kiro spec implementation by running kiro-cli iteratively, selecting one top-level task per cycle while tracking progress, logging corrections, and verifying exit criteria for multi-task specifications.

What is self-correction in spec-driven development workflows?

Self-correction in spec-driven workflows logs task errors, codebase patterns, and timing data per iteration to refine subsequent agent runs. This mechanism enables automatic recovery from common failures while maintaining implementation discipline.

Do I need kiro-cli and Bash to run Kiro specification automation?

Yes, Kiro specification automation requires kiro-cli and Bash to execute the iterative agent loop. Optional Kiro steering files provide additional guidance to monitor and control the sequential task processing workflow.

How do I track progress and completion status for multi-task Kiro specifications?

Track Kiro specification progress by monitoring task status, implementation details, and per-task timing. Upon completion, the workflow generates a self-contained dashboard summary page displaying all task statuses and timing information.

What are the limitations of running an automated agent loop for spec implementation?

The automated agent loop for spec implementation runs up to 15 iterations per specification. While it handles self-correction and exit-criteria verification, complex specifications may require manual oversight if failures exceed the loop's automated recovery capabilities.