gaia-dev-story

Orchestrate developer story workflows from intake to merge with gate checks.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-dev-story
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gaia-dev-story
Source: https://github.com/gaiastudio-ai/gaia-public/tree/main/plugins/gaia/skills/gaia-dev-story
Command: npx skills add https://github.com/gaiastudio-ai/gaia-public --skill gaia-dev-story

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) components.

What problem does it solve?

gaia-dev-story implements a complete storytelling workflow for software development tasks, guiding loading a story, planning, test-driven development, committing, PR creation, CI monitoring, and merging in a structured, auditable process.

Core Features & Use Cases

  • PostToolUse hook pattern: isolates hook scope to this skill to auto-checkpoint after edits/writes.
  • End-to-end lifecycle: load story, plan, write tests, implement, commit, push, PR, CI wait, and merge.
  • Gate checks and checkpoints: validate story existence and maintain checkpoints during the workflow.

Quick Start

Load a story key with /gaia-dev-story E1-S2 to start the end-to-end workflow.

Frequently Asked Questions about gaia-dev-story

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

FAQPage Schema
How do I automate a git workflow with test-driven development and CI checks?▼

You can automate an end-to-end git workflow from story intake to merge using a dev-story process that enforces test-driven development, checkpointing, pull request creation, and CI verification gate checks across multiple stories.

What is a dev-story workflow for software engineering teams?▼

A dev-story workflow is a structured, auditable storytelling process for software development tasks that guides loading a story, planning, writing tests, implementing, committing, pushing, creating pull requests, monitoring CI, and merging.

Do I need the gh CLI to automate pull request creation and CI monitoring?▼

Yes, you need both the gh CLI and git installed as dependencies to execute the end-to-end lifecycle scripts for pull request creation, CI wait verification, and branch merging.

How to create git checkpoints automatically after code edits?▼

You can enforce automatic checkpointing after edits by using a PostToolUse hook pattern that isolates its scope to the dev-story skill, maintaining state validation and gate checks throughout the development lifecycle.

Can I manage multiple git branches and pull requests for different stories simultaneously?▼

Yes, the dev-story workflow applies to software teams executing planning and version control across multiple stories, using scripts like load-story, git-branch, pr-create, ci-wait, and merge to orchestrate parallel lifecycle transitions.