coding-aider-plan-generator

Generate coding-aider plans with Markdown checklist and context YAML files.

105|10|Updated Sep 4, 2024
One-click install
npx skills add https://github.com/p-wegner/coding-aider --skill coding-aider-plan-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-aider-plan-generator
Source: https://github.com/p-wegner/coding-aider/tree/main/.claude/skills/coding-aider-plan-generator
Command: npx skills add https://github.com/p-wegner/coding-aider --skill coding-aider-plan-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of structured Coding-Aider plans that mirror the IntelliJ plugin's planning workflow, enabling teams to generate repeatable, well-documented development plans.

Core Features & Use Cases

  • Template-driven plan generation: Produce the main plan, checklist, and context files from standardized templates.
  • Context discovery: Automatically identify relevant source and test files, configuration files, and documentation to include in the plan context.
  • Guided quick-start: Provide a ready-to-use example and prompt to kick off plan creation for any feature.

Quick Start

Use the coding-aider plan generator to create a new plan for adding a user authentication feature. The tool will generate three files in the .coding-aider-plans/ directory: a main plan (.md), a checklist (.md), and a context file (.yaml).

Frequently Asked Questions about coding-aider-plan-generator

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

FAQPage Schema
How do I generate a structured coding-aider plan for a new feature?

Generate a coding-aider plan by running this Skill with your feature description. It produces three files in .coding-aider-plans: a Markdown plan with overview and goals, a Markdown checklist for implementation tasks, and a YAML context file listing relevant source, test, and configuration files—formatted to match the IntelliJ coding-aider plugin specification.

What files does a coding-aider plan include?

A coding-aider plan consists of three files: a main plan in Markdown outlining objectives and approach, an implementation checklist in Markdown for task tracking, and a context.yaml file that references relevant source files, tests, and documentation—all stored in kebab-case under .coding-aider-plans.

Can I use this Skill to plan bug fixes and refactoring work?

Yes. This Skill generates structured plans for feature development, bug fixes, and refactor work. It applies to any explicit request requiring an overview, goals, implementation checklist, and file-context management—outputting the same three-artifact format regardless of task type.

How does the Skill discover which files to include in the plan context?

The Skill automatically identifies relevant source files, test files, configuration files, and documentation based on your project structure and plan scope, then populates the context.yaml with references so the IntelliJ plugin loads the right context for execution.

What do I need to run this Skill?

This Skill requires PyYAML as a dependency to generate and format the YAML context file. It works with projects using the IntelliJ coding-aider plugin and generates output compatible with that plugin's plan format.

Is this Skill suitable for teams managing multiple development plans?

Yes. The template-driven generation and standardized output format make it ideal for teams creating repeatable, well-documented development plans. Each plan stores separately in .coding-aider-plans, enabling consistent planning across features, fixes, and refactors.