maiconfz--github-interactive-issue-implementation-planner--issue-implementation-planner

Drafts an ask-first implementation plan from a GitHub issue brief and local repository context.

3|1|Updated May 2, 2026
One-click install
npx skills add https://github.com/agents-repo/registry --skill maiconfz-github-interactive-issue-implementation-planner-issue-implementation-planner-agents-repo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maiconfz--github-interactive-issue-implementation-planner--issue-implementation-planner
Source: https://github.com/agents-repo/registry/tree/main/.cursor/skills/maiconfz/github-interactive-issue-implementation-planner/maiconfz--github-interactive-issue-implementation-planner--issue-implementation-planner
Command: npx skills add https://github.com/agents-repo/registry --skill maiconfz-github-interactive-issue-implementation-planner-issue-implementation-planner-agents-repo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a GitHub issue into a concrete, reviewable implementation plan is error-prone when requirements are ambiguous and repository conventions are scattered. This Skill produces a structured, planning-only implementation plan grounded in the issue brief and local repository context, asking clarifying questions instead of making silent assumptions. ## Core Features & Use Cases - Structured Implementation Plan: Generates a markdown plan covering goal and scope, acceptance criteria, exemplar file references, ordered steps, risks, test strategy, and explicit non-goals. - Ask-First Clarification Loop: Populates blocking questions when planning cannot proceed, and applies user clarifications on re-runs without repeating resolved questions. - Repository-Grounded Planning: Inspects local docs, specs, agent rules, and relevant code paths so the plan mirrors existing project conventions rather than generic advice. - Use Case: After issue intake, feed the issue brief to this Skill to receive a complete implementation plan with acceptance criteria and a pre-ready agent handoff checklist, without any code being written or the issue being re-fetched via gh. ## Quick Start Use this Skill to draft an implementation plan for the issue described in the provided issue brief, asking me clarifying questions wherever the requirements are unclear.

Frequently Asked Questions about maiconfz--github-interactive-issue-implementation-planner--issue-implementation-planner

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

FAQPage Schema
How do I create an implementation plan from a GitHub issue?▼

Provide the issue brief produced by the issue intake step as input. The Skill inspects local repository docs, specs, and relevant code paths, then outputs a markdown plan with goal, acceptance criteria, ordered steps, risks, and a test strategy.

What should an implementation plan for a GitHub issue include?▼

A solid plan includes goal and scope, acceptance criteria from the issue, exemplar files to mirror, an ordered approach, files likely touched, risks and dependencies, a validation plan, and explicit non-goals. This Skill generates all of these sections automatically.

Does this Skill write code or open pull requests?▼

No. It is strictly planning-only: it must not modify repository files, commit, push, open pull requests, or re-fetch the issue via gh. It only reads local context and produces the plan and any blocking questions.

What happens when issue requirements are unclear or ambiguous?▼

The Skill populates a blocking-questions output with structured questions instead of making silent assumptions. On re-runs, it applies your clarifications and does not repeat questions that were already resolved.

What input does the issue implementation planner require?▼

It requires an issue-brief object containing the canonical issue context from the github-issue-intake step, plus optional user-clarifications from prior clarification loops. It treats the brief as the sole source of remote issue truth.