execute-epic

Automates claiming, completing, and closing a single bead from an epic using the STM32CubeIDE toolchain.

24|1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/delightful-ai/beads-rs --skill execute-epic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-epic
Source: https://github.com/delightful-ai/beads-rs/tree/main/.claude/skills/execute-epic
Command: npx skills add https://github.com/delightful-ai/beads-rs --skill execute-epic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of claiming, working on, and closing a single bead from a specified epic, streamlining development workflows.

Core Features & Use Cases

  • Epic Bead Management: Claims the next available bead from a given epic.
  • JJ Rhythm Integration: Guides the user through the commit process using the jj version control system's unique workflow.
  • Verification & Compliance: Ensures beads meet acceptance criteria, adhere to design philosophies, and have passing tests before closing.
  • Use Case: A developer needs to tackle a specific feature defined within a larger epic. They use this skill to pick up the next task, work on it following best practices, and ensure it's properly completed and merged.

Quick Start

Use the execute-epic skill to claim and complete the next available bead from the epic with ID 'bd-qz97'.

Frequently Asked Questions about execute-epic

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

FAQPage Schema
How do I claim and complete a single task from a larger development epic?

This Skill executes a single bead from a specified epic by claiming the next available task, guiding development using the jj version control rhythm, verifying against acceptance criteria, and closing the bead. It manages the full task lifecycle from pickup to completion.

How does the jj version control workflow integrate with task management for epics?

The jj version control workflow integrates by guiding developers through a specific commit rhythm while working on claimed epic beads. It ensures commits align with task progression and that code meets design philosophies before closing the bead.

Can I create new tasks for technical debt while completing a development epic?

Yes, you can create new beads for identified technical debt during the execution of an epic. The Skill facilitates spawning these follow-up tasks proactively while you work through the primary bead's acceptance criteria.

Does completing an epic bead require writing regression tests for bug fixes?

Yes, completing an epic bead requires writing tests, including specific regression tests for bug fixes. The Skill enforces proactive test writing to ensure the code meets acceptance criteria and passes verification before closing.

What is the best way to ensure my code meets design philosophies before closing a task?

The best way to ensure compliance is using this Skill's verification step, which proactively checks code against established design philosophies and acceptance criteria. It enforces cargo discipline and requires passing tests before allowing bead closure.