source-command-ff-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-ff-oneshot-plan-redblacktree
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-ff-oneshot-plan
Source: https://github.com/redblacktree/fastflow/tree/main/.agents/skills/source-command-ff-oneshot-plan
Command: npx skills add https://github.com/redblacktree/fastflow --skill source-command-ff-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 directly on a user-supplied ticket number, fitting ticket-centric development processes. - Use Case: A developer picks up ticket ENG-1234 and wants the plan generated and then implemented in one go without manually chaining the two commands. ## Quick Start Run the ff_oneshot_plan command for ticket ENG-1234 to generate the plan and then execute the implementation.

Frequently Asked Questions about source-command-ff-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 first, then /ralph_impl for the same ticket. This chains the planning and implementation stages without manual intervention between them.

What commands does ff_oneshot_plan execute?▼

It executes two slash commands in order: /ralph_plan with the given ticket number, followed by /ralph_impl with the same ticket number. Both are invoked through the SlashCommand mechanism.

Does ff_oneshot_plan require a ticket number?▼

Yes, a ticket number is required as input. The same ticket number is passed to both the /ralph_plan and /ralph_impl commands so planning and implementation stay tied to one ticket.

When should I not use ff_oneshot_plan?▼

Avoid it when you want to review or edit the plan before implementation begins, since it runs /ralph_impl immediately after /ralph_plan. In that case, run the two commands separately with a manual review in between.