coding-aider-plan-generator
Generate structured development plans, checklists, and file contexts compatible with the IntelliJ coding-aider plugin.
Introduction
This skill acts as a specialized assistant for the IntelliJ coding-aider plugin, enabling users to create and manage structured development plans directly within their IDE environment. It is designed for software engineers and developers who require a systematic approach to managing complex coding tasks, refactoring initiatives, or bug fixes. By generating files that mirror the plugin's native format, the skill ensures seamless integration with the IDE's existing workflow, including checklist tracking and persistent file context management.
When a user requests a coding-aider plan, the skill automatically initializes a .coding-aider-plans/ directory. It generates a trio of files: a main Markdown file for goals and problem descriptions, an actionable implementation checklist, and a YAML context file defining relevant files and their edit permissions. This structured output allows developers to maintain clear objectives, track atomic tasks, and ensure the LLM has access to the correct codebase scope for specific features.
-
Automatically creates compliant .coding-aider-plans structure including main plans, checklists, and YAML context files.
-
Supports various development workflows including new feature implementation, complex refactoring, and targeted bug fixes.
-
Enhances productivity by enforcing logical planning, such as setup tasks, core implementation, testing, and documentation.
-
Facilitates better LLM context control by mapping relevant source files, test suites, and configuration files like build.gradle or pom.xml.
-
Provides a reliable way to translate natural language requests like 'create an aider plan' into formal, plugin-ready project artifacts.
-
The skill expects a standard project directory structure and will analyze your request to identify necessary files via Glob or Grep operations.
-
Plan titles and checklist items are generated in kebab-case and atomic formats to ensure maximum compatibility with the IntelliJ plugin features.
-
Users should ensure they have appropriate write permissions in the project root to allow for the creation of the .coding-aider-plans directory.
-
Always review the generated YAML context files to ensure that read-only flags are correctly set for configuration and test files, preventing accidental modifications.
Repository Stats
- Stars
- 106
- Forks
- 11
- Open Issues
- 24
- Language
- Kotlin
- Default Branch
- main
- Sync Status
- Idle
- Last Synced
- May 3, 2026, 05:18 PM