source-command-oneshot-plan

Executes ralph plan and implementation slash commands for a given ticket.

1|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/redblacktree/fastflow --skill source-command-oneshot-plan-redblacktree
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-oneshot-plan
Source: https://github.com/redblacktree/fastflow/tree/main/.agents/skills/source-command-oneshot-plan
Command: npx skills add https://github.com/redblacktree/fastflow --skill source-command-oneshot-plan-redblacktree

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running a ticket through planning and implementation normally requires manually invoking two separate slash commands in sequence, which is repetitive and easy to get out of order. ## Core Features & Use Cases - Sequential Command Execution: Calls /ralph_plan followed by /ralph_impl for the same ticket number. - Ticket-Driven Workflow: Operates on a user-supplied ticket number to keep plan and implementation aligned. - Use Case: A developer picks up ticket ENG-1234 and wants the full plan-then-implement flow executed in one request without manually chaining commands. ## Quick Start Run the oneshot plan workflow for ticket ENG-1234 by planning and then implementing it.

Frequently Asked Questions about source-command-oneshot-plan

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

FAQPage Schema
How do I run plan and implementation for a ticket in one step?▼

Invoke this skill with the ticket number and it calls /ralph_plan followed by /ralph_impl for that ticket. Both slash commands run in sequence without manual intervention between steps.

What commands does the oneshot plan workflow execute?▼

It executes two slash commands in order: /ralph_plan with the ticket number, then /ralph_impl with the same ticket number. Both are invoked through the SlashCommand tool.

Does this skill work without a ticket number?▼

No, a ticket number is required because it is passed to both /ralph_plan and /ralph_impl. Without a ticket identifier the commands have no target to plan or implement against.

What happens if the ralph plan step fails?▼

The skill defines a linear two-step sequence with no fallback or error-recovery logic. If /ralph_plan fails, the implementation step should not be expected to produce meaningful results and the issue should be resolved first.