parallel

Create a feature branch, draft an intent, and broadcast presence to teammates.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/sanskarbasnet/fstack --skill parallel-sanskarbasnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel
Source: https://github.com/sanskarbasnet/fstack/tree/main/parallel
Command: npx skills add https://github.com/sanskarbasnet/fstack --skill parallel-sanskarbasnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a one-shot task kickoff by creating a feature branch, drafting an initial intent, and broadcasting presence across teammates, eliminating the need for manual multi-step setup.

Core Features & Use Cases

  • Coordinate-check before branching to surface overlaps and related decisions.
  • Create a new branch with a sensible slug derived from the task description.
  • Draft and confirm an initial intent, then lock it in for the task.
  • Broadcast presence to other agents to synchronize context and work.
  • Use Case: When starting a new feature, run /parallel to initialize branch, intent, and collaboration context in one go.

Quick Start

Type /parallel <task description> to start a new feature, create a branch, draft an intent, and announce presence to teammates.

Frequently Asked Questions about parallel

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

FAQPage Schema
How do I create a git branch and notify teammates about a new feature?

To create a git branch and notify teammates, you can run a single command that parses your task description, generates a branch slug, drafts an intent, and broadcasts presence to coordinate the workflow.

What is the best way to coordinate parallel work on git branches?

Coordinating parallel work on git branches involves running a coordinate-check before branching to surface overlaps, then broadcasting your presence and task intent to synchronize context with other agents.

How do I draft and lock an initial intent when starting a new task?

Drafting and locking an initial intent happens after branch creation, where you confirm and refine the generated task description to lock in the context before broadcasting it to teammates.

Can I automate git branching and task management setup in one step?

Yes, you can automate git branching and task management setup in one step by running a command that executes a deterministic sequence of coordinate checking, branch creation, intent drafting, and presence broadcasting.

Does this task kickoff workflow require any external dependencies?

No, this task kickoff workflow does not require any external dependencies, allowing you to initialize branch creation and collaboration context directly without prior environment setup.

When should I not use an automated branch and intent kickoff?

You should not use an automated branch and intent kickoff if your task requires overlapping branches, as the coordinate-check step is designed to surface and prevent related decision overlaps before branching.