batch-stories

Orchestrate parallel SmartSuite story implementation with Claude Code workers.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Grupo-AFAL/claude-plugins --skill batch-stories
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch-stories
Source: https://github.com/Grupo-AFAL/claude-plugins/tree/main/rails-tools/skills/batch-stories
Command: npx skills add https://github.com/Grupo-AFAL/claude-plugins --skill batch-stories

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates and automates the parallel implementation of multiple SmartSuite backlog stories so teams can complete several features concurrently without manual orchestration.

Core Features & Use Cases

  • Parallel Workers: Spawn one Claude Code deep-executor worker per story so each runs the full /omc-rails-autopilot workflow in isolation.
  • Team & Task Orchestration: Create a team and one task per story, preassign owners, and ensure all workers are launched in a single message for true concurrency.
  • Progress Monitoring & Quality Passes: Parse PHASE N/10 messages and TaskList status to show live progress, perform graceful shutdowns, and optionally run post-batch /dhh-review and /bali-view-audit passes.

Quick Start

Run /batch-stories next 3 to fetch the next three backlog stories and launch one autonomous worker per story.

Frequently Asked Questions about batch-stories

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

FAQPage Schema
How do I run parallel autonomous implementation for multiple SmartSuite stories?

Parallel autonomous implementation of SmartSuite stories is orchestrated by launching one Claude Code worker per story, using isolated git worktrees and per-story branches to implement backlog features concurrently without manual coordination.

How does team orchestration work for concurrent Rails story execution?

Team orchestration for concurrent Rails story execution works by creating a team with one task per story, preassigning owners, and spawning all deep-executor subagents in a single message to ensure true parallel processing across isolated worktrees.

Can I monitor progress of parallel Claude Code workers during batch execution?

You can monitor progress of parallel Claude Code workers by parsing PHASE N/10 messages and TaskList status during execution, which provides live visibility into each autonomous worker's workflow stage for orderly shutdown and tracking.

Does batch story implementation work with Rails projects using git worktrees?

Batch story implementation works with Rails projects by using isolated git worktrees and per-story branches, spawning autonomous workers that each run the full Rails autopilot workflow to generate individual pull requests concurrently.

What's the best way to automate multiple backlog stories concurrently in Claude Code?

The best way to automate multiple backlog stories concurrently is fetching the next batch of stories and launching one autonomous deep-executor worker per story, each running in isolation with progress monitoring and optional post-batch quality passes.

Can I run quality audits after parallel story implementation completes?

You can run quality audits after parallel story implementation by performing optional post-batch quality passes, including dhh-review and bali-view-audit, once all autonomous workers complete their workflows and the orderly shutdown finishes.