work

Create Epic branches, load task queues, and enable auto-commit hooks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill work-ryu-qqq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/work
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill work-ryu-qqq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Epic workflows require coordinated branching, queue loading, and automatic commits, which are tedious and error-prone when done manually.

Core Features & Use Cases

  • Create an Epic branch and seed the task queue to align team work.
  • Load and resume tasks sequentially, ensuring consistent progress and traceability.
  • Enable an auto-commit hook to reduce manual steps and protect changes.

Quick Start

Run /work EPIC-123 to start an Epic and automatically load tasks for sequential execution.

Frequently Asked Questions about work

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

FAQPage Schema
How do I automate epic workflow branching and task queue loading?

To automate epic workflows, you can run a CLI command to create an epic branch and automatically seed the task queue for sequential execution. This aligns team work and ensures consistent progress without manual setup.

What is an epic branch and when do I need it for task management?

An epic branch coordinates development by isolating a group of related tasks. You need it when managing sequential progress across tasks to ensure traceability and coordinated team execution within a single workflow.

Can I resume a task queue sequentially after an interruption?

Yes, you can resume task queues sequentially after an interruption. The workflow supports continue-on-interruption to load the next pending task, ensuring you pick up exactly where development stopped.

Does the auto-commit hook work safely with git branches for epic coordination?

The auto-commit hook works safely with git branches by reducing manual steps and protecting changes during epic coordination. You can also disable the auto-commit option if you prefer manual version control.

What are the limitations of disabling Serena and auto-commit in task workflows?

Disabling Serena and auto-commit removes automated change protection and sequential progress traceability. You must manually handle commits and task state transitions, which increases manual steps and potential errors.