tasks-plan

Generate markdown implementation plans for Diolog Tasks issues from codebase analysis.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/DiologIR/diolog-plugins --skill tasks-plan-diologir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks-plan
Source: https://github.com/DiologIR/diolog-plugins/tree/main/plugins/diolog-tasks-pipeline/skills/tasks-plan
Command: npx skills add https://github.com/DiologIR/diolog-plugins --skill tasks-plan-diologir

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of detailed implementation plans for Diolog Tasks issues, reducing the time and effort required to plan codebase changes.

Core Features & Use Cases

  • Automated Plan Creation: Generates a comprehensive plan for Diolog Tasks issues by analyzing the codebase.
  • Integration with Diolog Tasks: Posts the plan as a comment and updates the issue status.
  • Use Case: When a developer wants to create an implementation plan for a ticket, they can activate this skill, which will then generate and post the plan in the corresponding repository.

Quick Start

Run the tasks-plan skill with the issue ID 'DIO-1234' to produce and post the implementation plan for that ticket.

Frequently Asked Questions about tasks-plan

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

FAQPage Schema
How do I automate implementation plan creation for codebase issues?

Automating implementation plan creation involves analyzing the codebase and generating a markdown file detailing the changes. This skill performs that by investigating the issue context and outputting a structured plan.

How do I generate a markdown implementation plan for a specific issue ID?

To generate a markdown implementation plan, provide the issue ID like 'DIO-1234' to the skill. It reads the codebase, investigates the required changes, and produces a detailed markdown plan file.

Can I parallelize codebase analysis when planning issue implementations?

Yes, parallelizing codebase analysis is possible by spawning parallel subagents. This allows comprehensive investigation of the repository simultaneously to gather context for the implementation plan.

Does issue planning require a specific MCP connection to read and post comments?

Issue planning requires the Diolog Tasks MCP to connect with the issue tracker. It uses this connection to read issue details, post the generated plan as a comment, and update the issue status.

What is the best way to integrate automated plan creation with issue tracking status updates?

Integrating automated plan creation with issue tracking is done by generating the plan and posting it directly as a comment. The skill then updates the issue status automatically through the Diolog Tasks MCP.