dev-docs

Create plan.md, context.md, and tasks.md for multi-session development tasks.

77|4|Updated Jun 20, 2022
One-click install
npx skills add https://github.com/htlin222/dotfiles --skill dev-docs-htlin222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-docs
Source: https://github.com/htlin222/dotfiles/tree/main/claude.symlink/skills/dev-docs
Command: npx skills add https://github.com/htlin222/dotfiles --skill dev-docs-htlin222

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured system for documenting large, multi-session tasks, ensuring context is maintained and progress is trackable.

Core Features & Use Cases

  • Task Planning: Generates a strategic implementation plan, including objectives, strategy, and risk assessment.
  • Context Management: Documents key files, code patterns, dependencies, and design decisions.
  • Task Breakdown: Creates a detailed, actionable checklist for task execution.
  • Use Case: When starting a complex feature development that will take several days, invoke this skill to create a plan.md, context.md, and tasks.md to guide the entire process.

Quick Start

Run /dev-docs [task-name] to create a new development documentation structure.

Frequently Asked Questions about dev-docs

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

FAQPage Schema
What is the best way to plan a complex feature implementation that spans several days?

You can track progress during context compactions by documenting key files, code patterns, and dependencies in a context.md file, ensuring vital implementation details survive context window limits.

When do I need structured documentation for project management?

You need structured documentation for project management when starting large tasks, working on complex implementations, or before major refactoring to ensure progress remains trackable across context compactions.

How do I create a task breakdown for a major code refactoring?

Creating a task breakdown for a major refactoring involves generating a detailed checklist in tasks.md and updating task management tools with initial actionable items to guide execution.

Does this documentation workflow require specific dependencies?

No specific dependencies are required to use this development documentation workflow, as it operates independently to generate the necessary directory structures and task tracking files.