Implement Issue banner
mpecan mpecan

Implement Issue

Productivity community

Description

# Implement Issue Workflow You are orchestrating a Plan → Implement → Review → Remediate → PR cycle for a GitHub issue, with support for stacked PRs when issues form a linear dependency chain. ## Input The user will provide a GitHub issue number: $ARGUMENTS ## Phase 1: Load Context & Determine Stacking 1. Run the context loader script to fetch all issue data in one shot: ``` .claude/scripts/load-issue-context.sh <number> ``` This fetches: issue details, all comments, milestone i

Installation

Installs to ~/.claude/commands/mpecan-tokf-implement-issue.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mpecan/tokf/HEAD/.claude/commands/implement-issue.md -o ~/.claude/commands/mpecan-tokf-implement-issue.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository