plan-export

Generate phased implementation plans for GitHub issues with verification steps.

43|21|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/blockscout/mcp-server --skill plan-export
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-export
Source: https://github.com/blockscout/mcp-server/tree/main/.claude/skills/plan-export
Command: npx skills add https://github.com/blockscout/mcp-server --skill plan-export

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, phased implementation plans for GitHub issues, guiding junior developers through complex tasks.

Core Features & Use Cases

  • Automated Plan Generation: Creates structured Markdown plans based on GitHub issue context and project guidelines.
  • Guideline Integration: Reads and incorporates rules from .cursor/rules/ into the plan.
  • Use Case: After discussing a new feature for the MCP server, invoke this skill to generate a step-by-step plan for a developer to implement it, including code modifications, testing, and documentation.

Quick Start

Use the plan-export skill to generate a plan for issue number 123.

Frequently Asked Questions about plan-export

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

FAQPage Schema
How do I generate an implementation plan for a GitHub issue?

To generate an implementation plan for a GitHub issue, this Skill reads project-specific rules and context to outline objectives, files to modify, implementation details, and verification steps for each phase. It outputs a structured Markdown document guiding developers through the task.

What is a phased implementation plan for developer guidance?

A phased implementation plan breaks down a GitHub issue into structured steps, detailing objectives, code modifications, unit tests, and verification procedures. It ensures junior developers understand project conventions and complete tasks systematically with linting and formatting checks.

Can I use project-specific conventions when generating an implementation plan?

Yes, you can integrate project-specific conventions when generating an implementation plan. The Skill reads applicable rules directly from specified directories like `.cursor/rules/` to ensure the exported plan adheres to your established code workflow and guidelines.

How do I ensure unit tests and linting checks are included in my code workflow plan?

To ensure unit tests and linting checks are included in your code workflow plan, the Skill mandates the addition of verification steps for each phase. It automatically generates instructions for running formatting checks and tests alongside implementation details.

Does plan-export work without configuring external dependencies?

Yes, plan-export works without configuring external dependencies because it operates autonomously to parse GitHub issue context and local rules. It relies solely on reading your project directories to generate the required Markdown output.

When should I use automated plan generation for project management?

You should use automated plan generation when assigning complex GitHub issues to junior developers. It provides structured developer guidance by translating high-level feature discussions into actionable, phased implementation plans with specific files to modify and test.