source-command-oneshot

Researches a ticket and launches a planning session via humanlayer CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It automates the two-step kickoff of a development ticket: running ticket research and then launching a dedicated planning session, so developers do not have to invoke each command manually. ## Core Features & Use Cases - Ticket Research: Calls the /ralph_research slash command with the given ticket number to gather context. - Planning Session Launch: Starts a new humanlayer session with the opus model, a 14-minute permission-skip timeout, and the /oneshot_plan command for the ticket. - Use Case: When assigned ticket ENG-1234, invoke this skill to research the ticket and immediately spin up a planning session titled "plan ENG-1234" without manual command chaining. ## Quick Start Run the oneshot source command for ticket ENG-1234 to research it and launch a planning session.

Frequently Asked Questions about source-command-oneshot

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

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

Invoke the skill with a ticket number such as ENG-1234. It first calls /ralph_research with that ticket, then launches a humanlayer planning session running /oneshot_plan for the same ticket.

What does the oneshot skill do with a ticket number?▼

It performs two steps: researching the ticket via the /ralph_research slash command, then launching a new session titled "plan ENG-XXXX" that runs /oneshot_plan with the opus model.

What tools are required to launch the planning session?▼

The planning session requires the humanlayer CLI, invoked via npx humanlayer launch with the opus model, --dangerously-skip-permissions, and a 14-minute permission timeout. The research step requires the SlashCommand tool.

Why does the planning session use --dangerously-skip-permissions?▼

The flag allows the launched session to run commands without interactive permission prompts, with a 14-minute timeout as a safety bound. It is part of the predefined command template in the skill.

When should I not use the oneshot source command?▼

Avoid it when no ticket number exists, since both the research call and the planning session title depend on a ticket identifier like ENG-XXXX. It is also specific to environments with humanlayer and the ralph_research command installed.