series-create

Generate and validate sequential GitHub Issue series plans as YAML files.

1|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/apokamo/kaji-starter-python --skill series-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: series-create
Source: https://github.com/apokamo/kaji-starter-python/tree/main/.claude/skills/series-create
Command: npx skills add https://github.com/apokamo/kaji-starter-python --skill series-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the complexity of managing multi-step development workflows by automating the creation and validation of sequential GitHub Issue series, ensuring that complex feature implementations are planned and verified before execution.

Core Features & Use Cases

  • Deterministic Series Generation: Automatically generates YAML series plans based on ordered GitHub Issue lists and project-specific workflow templates.
  • Automated Validation: Performs dry-run checks and schema validation to ensure the series plan is executable and error-free.
  • Use Case: A maintainer needs to coordinate a multi-PR feature rollout. They use this skill to generate a validated series plan that links multiple issues to specific workflows, ensuring the entire sequence is ready for execution without manual configuration errors.

Quick Start

Use the series-create skill to generate a series plan for issues 101 and 102 with the ID feature-x-rollout.

Frequently Asked Questions about series-create

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

FAQPage Schema
How do I generate a sequential GitHub Issue series plan for a multi-step feature rollout?

To generate a sequential GitHub Issue series plan, map an ordered list of issues to project-specific workflow YAML files. This creates a deterministic series plan that links multiple issues to specific workflows, ensuring the entire sequence is ready for execution without manual configuration errors.

What is pre-flight validation for GitHub Issue series plans?

Pre-flight validation for GitHub Issue series plans performs dry-run checks and schema verification to ensure the series plan is executable and error-free. It applies to complex software development lifecycles requiring multi-step, ordered task execution before actual implementation begins.

Do I need the kaji CLI to automate GitHub Issue series planning?

Yes, you need access to the kaji CLI and local project workflow definitions to perform dry-run simulations and schema verification. These dependencies are required to generate and validate sequential GitHub Issue series plans accurately for complex feature rollouts.

How does automated validation work for YAML series plans in DevOps workflows?

Automated validation for YAML series plans works by performing dry-run simulations and schema verification against project-specific workflow templates. This ensures the generated series plan mapping ordered GitHub Issues to workflows is executable and error-free before multi-PR feature rollout.

Can I validate a multi-PR feature rollout sequence before execution without manual configuration errors?

Yes, you can validate a multi-PR feature rollout sequence by generating a validated series plan that links multiple issues to specific workflows. The automated dry-run checks and schema verification ensure the entire sequence is ready for execution without manual configuration errors.

What's the best way to coordinate ordered task execution for complex software development lifecycles?

The best way to coordinate ordered task execution is by generating a sequential GitHub Issue series plan mapped to project-specific workflow YAML files. This approach applies deterministic series generation and pre-flight validation to complex software development lifecycles requiring multi-step execution.