dev-docs

Generate and update PLAN__TASK.md plan documents from development sessions.

9|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/wpfleger96/ai-rules --skill dev-docs-wpfleger96
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dev-docs
Source: https://github.com/wpfleger96/ai-rules/tree/main/src/ai_rules/config/skills/dev-docs
Command: npx skills add https://github.com/wpfleger96/ai-rules --skill dev-docs-wpfleger96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and updating PLAN__TASK.md documents from development sessions is tedious and error-prone; this skill automates the process by interpreting session activity to produce structured task plans.

Core Features & Use Cases

  • Plan generation: automatically creates PLAN__TASK.md based on the ExitPlanMode analysis.
  • Plan evolution: updates existing PLAN__TASK.md as the project scope changes across sessions.
  • Migration helper: converts legacy PLAN.md into PLAN__TASK.md to maintain a single source of truth across repos.

Quick Start

Analyze your recent development session to generate or update PLAN__TASK.md.

Frequently Asked Questions about dev-docs

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

FAQPage Schema
How do I automatically generate task planning documents from git development sessions?▼

To automatically generate task planning documents from git development sessions, this skill analyzes session activity to produce structured PLAN__TASK.md files. It interprets your development work to capture intended tasks, ensuring plans include overview, scope, purpose, implementation details, and verification status.

What is a PLAN__TASK.md file and how does it help with project planning?▼

A PLAN__TASK.md file is a structured task plan document that maintains a single source of truth for project planning within a git repository. It captures overview, scope, purpose, implementation details, verification, and status with evidence traces to track development progress.

How do I migrate a legacy PLAN.md file to the PLAN__TASK.md format?▼

To migrate a legacy PLAN.md file to the PLAN__TASK.md format, this skill automatically converts legacy plans while preserving structure. This migration helper functionality maintains a single source of truth across repositories by transitioning old documents into the task-based format.

Can I update existing plan documents as project scope changes across multiple sessions?▼

Yes, you can update existing plan documents as project scope changes across multiple sessions. This skill supports plan evolution by analyzing new session activity and updating PLAN__TASK.md files to reflect modified tasks, scope adjustments, and implementation progress over time.

Does this plan generation workflow work with multiple tasks in a single git repository?▼

Yes, this plan generation workflow works with multiple tasks in a single git repository. The skill applies to single or multiple tasks, analyzing development sessions to create and maintain individual PLAN__TASK.md documents for each task within the repository.