create-pmo-hook

Detect PMO events and create Linear issues via Linear CLI.

27|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Leoyishou/personal-ai-company --skill create-pmo-hook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pmo-hook
Source: https://github.com/Leoyishou/personal-ai-company/tree/main/pmo/.claude/skills/create-pmo-hook
Command: npx skills add https://github.com/Leoyishou/personal-ai-company --skill create-pmo-hook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automatic detection of PMO-related events and the immediate creation of Linear issues, reducing manual tracking overhead and ensuring consistent logging of PMO activity.

Core Features & Use Cases

  • Hook-Driven automation: detect defined events and spawn a PMO Agent to handle Linear issue creation.
  • Detached background execution: runs PMO Agent in the background without blocking the main session.
  • End-to-end workflows: ensures session context is pulled, issues are created, and records are linked for traceability.

Quick Start

Launch the skill to start monitoring for the target events and automatically create a Linear task.

Frequently Asked Questions about create-pmo-hook

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

FAQPage Schema
How do I automate Linear issue creation from PMO events?

Automating Linear issue creation involves using a hook to detect defined PMO events and spawn a background agent. The agent validates inputs, reads session history, and uses Linear CLI to create issues automatically without requiring manual code changes.

What is a detached agent for automated workflow event tracking?

A detached agent for event tracking runs in the background to handle task creation without blocking the main session. It ensures end-to-end workflow traceability by pulling session context and creating issues automatically via Linear CLI.

How do I set up a hook to auto-create Linear tasks from product events?

Setting up a hook to auto-create Linear tasks requires launching the automation skill to monitor target events. Once triggered, the hook validates inputs and spawns a PMO Agent to handle the background execution of issue creation.

Does automated PMO event tracking require manual code changes to my workflow?

Automated PMO event tracking does not require manual code changes. The system validates inputs and handles session context retrieval independently, allowing product teams to achieve traceability across diverse BU contexts without development overhead.

Can I run Linear issue creation in the background without blocking my session?

Running Linear issue creation in the background is supported through detached background execution. This mechanism allows the PMO Agent to pull session context and create issues via Linear CLI while your main session continues operating without interruption.

What is the best way to ensure PMO activity logging consistency across sessions?

The best way to ensure consistent PMO activity logging is through hook-driven automation. By automatically detecting defined events and spawning a background agent, it reduces manual tracking overhead and ensures records are linked for traceability.