ln-130-tasks-docs-creator

Generate and validate Linear task management documentation from templates.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-130-tasks-docs-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-130-tasks-docs-creator
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-130-tasks-docs-creator
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-130-tasks-docs-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation and validation of task management documentation, including:

  • docs/tasks/README.md (task tracking rules and workflow)
  • docs/tasks/kanban_board.md (Linear kanban configuration and epic/story counters)

It also configures Linear integration rules and ensures documentation structure remains consistent as Epics and Stories evolve.

Core Features & Use Cases

  • Generate task tracking documentation from templates and update Linear integration settings
  • Validate and auto-fix missing sections and maintenance notes
  • Maintain a consistent Epic Story Counter pattern and a single source of truth for task tracking
  • Part of the documented workflow: ln-100-documents-pipeline → ln-110-project-docs-coordinator → ln-120-reference-docs-creator → ln-130-tasks-docs-creator
  • Validate Linear team configuration (Team Name, UUID, Key) and placeholder detection
  • Ensure Maintenance section exists and reflects current policies

Use Case: When starting a new project or updating task workflows, run this skill to produce:

  • docs/tasks/README.md with workflow rules
  • docs/tasks/kanban_board.md with Linear configuration
  • Updated placeholders and maintenance notes as needed

Quick Start

Run the ln-130-tasks-docs-creator on a project with the required references templates to generate docs in docs/tasks/ and verify maintenance sections are present.

Frequently Asked Questions about ln-130-tasks-docs-creator

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

FAQPage Schema
How do I automate Linear task documentation and kanban board setup?

Task documentation automation creates docs/tasks/README.md with workflow rules and docs/tasks/kanban_board.md with Linear configuration, including Epic/Story counters and team settings. This Skill generates both files from templates, validates structure and content, and maintains consistency as your task workflows evolve.

What does task management documentation include for Linear integration?

Task management documentation covers task tracking rules, workflow definitions, Linear team configuration (Team Name, UUID, Key), kanban board setup, Epic/Story counter patterns, and maintenance policies. The Skill produces both README and kanban_board files that serve as a single source of truth for your task tracking system.

Can I validate and auto-fix task documentation structure issues?

Yes. This Skill validates documentation structure, detects missing sections and maintenance notes, auto-fixes structural problems, validates Linear team configuration, identifies placeholders, and ensures POSIX newlines. It runs a 3-phase workflow: CREATE, VALIDATE STRUCTURE, then VALIDATE CONTENT.

When should I use this Skill in my documentation pipeline?

Use this Skill during documentation phases when starting a new project or updating task workflows. It integrates into the ln-100 to ln-150 chain, running after project docs coordination and reference docs creation to generate and maintain task tracking documentation.

What are the prerequisites for running task documentation generation?

You need reference templates available in your project structure. The Skill applies template-based creation, structural validation, and content validation to produce consistent docs/tasks/ output with properly configured Linear settings and maintenance sections.

Does this automation enforce task tracking standards and scope rules?

Yes. The Skill enforces SCOPE tags and required sections across your documentation, maintains consistent Epic/Story Counter patterns, validates placeholder handling for Linear configuration, and ensures maintenance notes reflect current policies.