brenbuilds1brenbuilds1Communityยท1 Agent Skills Included

copilot-ralph

Autonomous coding loop that implements PRD user stories

Runs GitHub Copilot CLI in a loop until every user story in your PRD is implemented, tested, and committed. Generates structured prd.json files with small, verifiable user stories through guided clarifying questions. Eliminates manual task tracking by persisting progress through git history, progress logs, and story status flags.
npx skills add brenbuilds1/copilot-ralph --all -g -y
Available:

Tells your AI agent how the Ralph loop works, when to trigger the PRD generator skill, and how to manage stories, progress logs, and iterations.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install copilot-ralph?โ–ผ

Run `npx skills add brenbuilds1/copilot-ralph --all -g -y` in your terminal to install all skills in this suite globally.

What does Ralph do?โ–ผ

Ralph runs GitHub Copilot CLI in a loop, implementing one user story per iteration from your prd.json file. It commits working code, logs learnings, and stops automatically when all stories pass.

How do I create a PRD for Ralph?โ–ผ

Ask your agent to generate a PRD for your feature. The prd-generator skill asks 3-5 clarifying questions with multiple-choice options, then saves a structured prd.json with small, verifiable user stories.

What do I need to run Ralph?โ–ผ

You need GitHub Copilot CLI installed and authenticated, an active Copilot subscription, the jq utility, and a git repository for your project.

How does Ralph remember progress between runs?โ–ผ

Each iteration starts with fresh context, but memory persists through git history, a progress.txt log file, and the passes flag on each story in prd.json.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’