dev-docs

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/addval/finishd-platform --skill dev-docs-addval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-docs
Source: https://github.com/addval/finishd-platform/tree/main/.claude/skills/dev-docs
Command: npx skills add https://github.com/addval/finishd-platform --skill dev-docs-addval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Dev Docs skill provides a persistent documentation pattern to ensure continuity for tasks that span multiple sessions, preventing context loss and guiding consistent progress.

Core Features & Use Cases

  • Three-File Structure: Plan, Context, and Tasks files create a clear trace of strategy and progress.
  • Session Continuity: Automatically supports resuming interrupted work without losing context.
  • Templates & Guidance: Includes standard templates for plan.md, context.md, and tasks.md to accelerate setup and collaboration.

Quick Start

Use the dev-docs skill to start a new multi-session task by issuing: /dev-docs create [task description]. Then review the generated plan, context, and tasks files, and resume progress with /dev-docs resume as needed.

Frequently Asked Questions about dev-docs

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

FAQPage Schema
How do I keep documentation organized across multiple work sessions?

Multi-session documentation maintains continuity by establishing a persistent three-file structure—plan, context, and tasks—that tracks strategy and progress. This prevents context loss when resuming interrupted work and ensures consistent collaboration across sessions.

What's the best way to structure planning and progress tracking for large refactors?

A three-file Dev Docs structure separates planning intent, contextual references, and task status into distinct templates. This approach guides consistent progress, enables quick context resumption, and provides a clear trace of decisions for architecture changes and feature rollouts.

How do I resume complex work without losing context between sessions?

Resume workflows automatically load your plan, context, and tasks files, restoring the full decision history and current progress state. This eliminates manual context reconstruction and accelerates handoff between interrupted sessions.

Can I use templates to standardize documentation across team collaboration?

Standard templates for plan.md, context.md, and tasks.md enforce consistent structure across collaborators. Templates accelerate setup, reduce ambiguity in shared work, and ensure all sessions reference the same documented strategy and task status.

What's included in a Dev Docs structure for tracking feature rollouts?

A Dev Docs structure includes a plan file for rollout strategy, a context file for architecture references and decisions, and a tasks file for tracking implementation progress. This three-part trace supports multi-session coordination and prevents strategy drift.