mspec-tasks

Generate tasks.md with anchor blocks for mspec workflows.

4|Updated May 13, 2026
One-click install
npx skills add https://github.com/tubone24/mspec --skill mspec-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mspec-tasks
Source: https://github.com/tubone24/mspec/tree/main/.claude/skills/mspec-tasks
Command: npx skills add https://github.com/tubone24/mspec --skill mspec-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the mspec workflow by generating a tasks.md file with anchor blocks, streamlining the task creation process.

Core Features & Use Cases

  • Automated Task Generation: Automatically create a tasks.md file with anchor blocks for mspec tasks.
  • Workflow Integration: Seamlessly integrates with the mspec workflow for continuous integration and deployment.
  • Use Case: When a user runs /mspec:tasks or the workflow auto-continues to the tasks step, this Skill generates the necessary tasks.md file to proceed with the development process.

Quick Start

Run /mspec:tasks to generate the tasks.md file for the current mspec workflow.

Frequently Asked Questions about mspec-tasks

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

FAQPage Schema
How do I automate task generation for mspec workflows?

Automating mspec task generation produces a tasks.md file containing anchor blocks that link to spec documents and FR-IDs. It requires existing mspec status and design.md files to provide the necessary context for the workflow.

What are anchor blocks in a tasks.md file and why are they needed?

Anchor blocks in a tasks.md file are Markdown elements that link generated tasks directly to mspec spec documents and FR-IDs. They are needed to maintain traceability between development tasks and specification requirements.

Do I need a design.md file to generate tasks.md for mspec?

Yes, a design.md file is required to generate tasks.md for mspec. The skill requires both mspec status and design.md files as context inputs to accurately produce the task list with proper anchor blocks.

How do I integrate task generation into continuous integration workflows?

Integrating task generation into continuous integration involves running the mspec tasks command during the workflow. This automatically generates the tasks.md file, allowing the pipeline to proceed with the development process seamlessly.

What is the best way to create a tasks.md file linking to FR-IDs?

The best way to create a tasks.md file linking to FR-IDs is to use an automated mspec workflow tool. It generates the Markdown file with anchor blocks natively, ensuring accurate links to spec documents without manual formatting errors.

Why does mspec task generation fail without mspec status context?

Mspec task generation fails without mspec status context because the generation logic relies on the current workflow state and design.md content to map anchor blocks to the correct spec documents and FR-IDs.