source-command-ff-oneshot

Researches a ticket and launches a planning session via slash commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It automates the two-step process of researching a ticket and kicking off a dedicated planning session, so developers do not have to manually run research commands and launch planning sessions for each ticket. ## Core Features & Use Cases - Ticket Research: Invokes the /ralph_research slash command with the given ticket number to gather context. - Planning Session Launch: Starts a new session using the humanlayer CLI with the /oneshot_plan command for the same ticket. - Use Case: When asked to run the ff_oneshot command for ticket ENG-1234, the skill researches the ticket and then launches a planning session titled "plan ENG-1234" with the opus model. ## Quick Start Ask the assistant to run ff_oneshot for your ticket number, for example "run ff_oneshot for ENG-1234".

Frequently Asked Questions about source-command-ff-oneshot

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

FAQPage Schema
How do I run the ff_oneshot command for a ticket?▼

Ask the assistant to run ff_oneshot with your ticket number. It first calls /ralph_research with that ticket, then launches a new planning session running /oneshot_plan for the same ticket.

What does the ff_oneshot workflow do step by step?▼

It performs two steps: invoking the /ralph_research slash command with the given ticket number, then launching a session via npx humanlayer launch that runs /oneshot_plan for that ticket.

What tools are required to launch the planning session?▼

The planning session requires the humanlayer CLI, invoked through npx humanlayer launch. The command uses the opus model and skips permission prompts with a 14-minute timeout.

Can I use ff_oneshot without a ticket number?▼

No, a ticket number such as ENG-1234 is required. It is passed to both /ralph_research and /oneshot_plan, and is also used in the planning session title.