coordinate-implementation

Parse GitHub issues and dependencies to sequence tasks into milestones.

Updated Feb 28, 2019
One-click install
npx skills add https://github.com/rjschie/dotfiles --skill coordinate-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coordinate-implementation
Source: https://github.com/rjschie/dotfiles/tree/main/files/claude/skills/coordinate-implementation
Command: npx skills add https://github.com/rjschie/dotfiles --skill coordinate-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the coordination of project work on GitHub, automating the discovery, sequencing, and execution of tasks associated with each issue.

Core Features & Use Cases

  • PRD Discovery: Analyzes issue descriptions, comments, and dependencies for project goals and constraints.
  • Milestone Creation: Sequences tasks into milestones based on dependencies, ensuring logical flow.
  • Plan Presentation & Approval: Outputs a detailed project plan with subagent prompts, awaiting user approval.
  • Task Execution: Automates task execution by spawning subagents for each issue, merging their work, and handling conflicts.
  • Use Case: Use this Skill to automate the process of assigning, managing, and validating issues in your GitHub project, improving efficiency and reducing coordination overhead.

Quick Start

Run the 'coordinate-implementation' skill with a GitHub issue URL like 'https://github.com/rjschie/keepmark/issues/22'.

Frequently Asked Questions about coordinate-implementation

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

FAQPage Schema
How do I automate GitHub issue management for project coordination?

Automate GitHub issue management by parsing issue dependencies, sequencing tasks into milestones, and spawning subagents to execute and merge work automatically. This streamlines project coordination by handling issue discovery, task sequencing, and execution validation without manual overhead.

What is the best way to sequence GitHub issues into milestones based on dependencies?

Sequencing GitHub issues into milestones requires parsing issue descriptions and dependencies to determine logical task order. The coordinate-implementation skill analyzes these inputs to create milestones that ensure tasks flow logically before automating their execution through subagents.

Can I automate task execution for GitHub issues by spawning subagents?

Automating task execution for GitHub issues works by spawning subagents for each issue, merging their work, and handling conflicts automatically. The coordinate-implementation skill manages this process after presenting a plan for user approval, ensuring coordinated execution across dependent tasks.

How do I extract project requirements from GitHub issue descriptions and comments?

Extracting project requirements from GitHub issues involves analyzing issue descriptions, comments, and dependencies to identify goals and constraints. The coordinate-implementation skill performs this PRD discovery automatically, using the parsed information to sequence tasks and generate actionable subagent prompts.

Does coordinate-implementation work with existing GitHub milestones and dependencies?

Coordinate-implementation works with existing GitHub issues by parsing their descriptions and dependencies to create properly sequenced milestones. It requires no additional dependencies and operates through scripts, making it compatible with standard GitHub project workflows.

When should I use automated project coordination instead of manual GitHub issue management?

Use automated project coordination when managing multiple GitHub issues with complex dependencies that require sequencing into milestones. Manual coordination becomes inefficient as task count grows, whereas automation handles discovery, execution, merging, and validation while reducing coordination overhead.