pm-workflow-trigger

Trigger PM workflow commands from natural language intent with safety checks.

2|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/grandinh/claude-chaos-express --skill pm-workflow-trigger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-workflow-trigger
Source: https://github.com/grandinh/claude-chaos-express/tree/main/.claude/skills/pm-workflow-trigger
Command: npx skills add https://github.com/grandinh/claude-chaos-express --skill pm-workflow-trigger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initiating project management tasks like starting epics, issues, or parsing Product Requirements Documents (PRDs) often involves specific commands or manual steps. This Skill automates these actions through natural language, freeing you to focus on strategy.

Core Features & Use Cases

  • Epic & Issue Management: Start work on epics or issues, automatically creating Git branches and updating project state in alignment with your workflow.
  • PRD Automation: Parse existing PRDs into actionable epics and tasks, or generate new PRDs from scratch, streamlining project initiation.
  • Intent-Driven Workflow: Understands phrases like "start epic X" or "parse PRD Y" and routes to the appropriate PM command with write-gating enforcement.
  • Use Case: To kick off a new feature, simply say, "Start working on epic 'user-authentication-flow'," and the Skill will handle branch creation, task setup, and project state updates.

Quick Start

Start working on epic 'user-authentication-flow'.

Frequently Asked Questions about pm-workflow-trigger

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

FAQPage Schema
How do I automate starting epics and issues from natural language commands?

This Skill automates epic and issue initialization through natural language intent. Express your goal like 'start working on epic user-authentication-flow' and it automatically creates Git branches, sets up tasks, and updates project state without manual steps.

Can I parse and generate PRDs automatically in my workflow?

Yes. The Skill parses existing Product Requirements Documents into actionable epics and tasks, or generates new PRDs from scratch. It streamlines project initiation by converting PRD content into structured workflow commands.

What safety checks does the Skill enforce before executing PM commands?

The Skill verifies an active session exists, ensures your Git working directory is clean, and confirms GitHub synchronization before executing any PM workflow command. All actions are logged for traceability.

How does the Skill route natural language intent to the correct PM command?

The Skill interprets phrases expressing PM intent—like 'start epic X' or 'parse PRD Y'—extracts arguments, and routes them to the appropriate PM command with write-gating safety checks applied before execution.

Do I need specific tools or environment setup to use workflow automation?

The Skill requires an active session context, a clean Git working directory, and GitHub synchronization. It integrates with your existing project management workflow without additional tool dependencies.