What problem does it solve?
This Skill eliminates the need for a separate standalone feature implementation workflow by consolidating all original Ralph functionality into the /carmack command, so you don't have to manage separate tools for autonomous feature development.
Core Features & Use Cases
- Autonomous Feature Implementation Loop: /carmack handles end-to-end feature builds without manual step-by-step oversight.
- Structured PRD & Story Management: Automatically generates a prd.json with user stories, orders them by dependency, and respects context window limits for each story.
- Progress & Quality Tracking: Maintains an append-only progress.txt log and enforces language-specific quality gates for TypeScript, Rust, and Python.
- Use Case: If you need to implement a new user profile editing feature, you can invoke /carmack to automatically plan the work, build each component in the correct order, track progress, and run all required quality checks before completion.
Quick Start
Use the /carmack command to autonomously implement your requested feature end-to-end.