initiative-manager

Orchestrates Linear initiatives end-to-end, syncing updates to JIRA, GitHub, and Confluence.

1|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/eci-global/80HD --skill initiative-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initiative-manager
Source: https://github.com/eci-global/80HD/tree/main/.claude/skills/initiative-manager
Command: npx skills add https://github.com/eci-global/80HD --skill initiative-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the management of Linear initiatives by creating a predictable, auditable structure in Linear and propagating changes to JIRA, GitHub, and Confluence. It also provides discovery, health scoring, and automated cross-system linking to keep planning and execution aligned.

Core Features & Use Cases

  • End-to-end initiative orchestration: Create initiatives, projects, milestones, and resource links in Linear, then sync across JIRA, GitHub, and Confluence.
  • Discovery & health visibility: Read current state across platforms, compute sync health, and surface gaps or orphaned items for remediation.
  • Bidirectional sync patterns: Forward sync (Linear → downstream) and reverse sync (GitHub → Linear → JIRA) with idempotent behavior and conflict resolution.
  • Automation-ready templates: Predefined templates and content structure to accelerate PMO reporting, documentation, and status updates.

Quick Start

Use the initiative-manager to create an initiative and run a full discovery:

  • /initiative-manager create initiative "2026 Q1 - GitOps Expansion" --team "ECI Platform Team"
  • /initiative-manager discover GitOps
  • /initiative-manager sync initiative "GitOps"

Frequently Asked Questions about initiative-manager

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

FAQPage Schema
How do I sync Linear initiatives with JIRA and GitHub?

To sync Linear initiatives with JIRA and GitHub, you orchestrate end-to-end propagation that creates structure in Linear and pushes updates to downstream tools. The skill handles bidirectional sync patterns with idempotent behavior to prevent duplicate entries.

What is MCP framework on-demand tool loading for initiative management?

MCP framework on-demand tool loading for initiative management is the required mechanism that dynamically loads tools to orchestrate Linear initiatives. It guarantees idempotent operations across Linear, JIRA, GitHub, and Confluence to prevent duplicates.

How do I create a Linear initiative and propagate it to Confluence?

To create a Linear initiative and propagate it to Confluence, you execute a create command to establish the initiative, project, and milestone in Linear. The skill then automatically syncs the updates and resource links to Confluence.

Can I check cross-platform sync health and discover orphaned Linear items?

Yes, you can check cross-platform sync health and discover orphaned Linear items by running a discovery operation. This reads the current state across platforms, computes sync health scores, and surfaces gaps or orphaned items for remediation.

Does the initiative-manager skill support reverse sync from GitHub to JIRA?

Yes, the initiative-manager skill supports reverse sync from GitHub to JIRA. It handles bidirectional sync patterns that forward sync Linear to downstream tools and reverse sync GitHub through Linear to JIRA with conflict resolution.

What are the limitations of idempotent operations when automating PMO workflows?

The limitation of idempotent operations when automating PMO workflows is that the skill guarantees operations prevent duplicates but requires the MCP framework. It provides predefined templates for reporting but does not bypass native platform conflict resolution constraints.