materialize-tasks

Convert approved plan tasks into executable task documents for sub-agents.

3|2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/driver-ai/driver-sdlc-plugin --skill materialize-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: materialize-tasks
Source: https://github.com/driver-ai/driver-sdlc-plugin/tree/main/skills/materialize-tasks
Command: npx skills add https://github.com/driver-ai/driver-sdlc-plugin --skill materialize-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of converting approved plans into standalone task documents, enabling sub-agents to execute tasks independently and atomically.

Core Features & Use Cases

  • Task Materialization: Converts plan tasks into self-contained documents with all necessary information for sub-agent execution.
  • Dry-Run Gap Verification: Ensures no blocking gaps remain in the plan before materialization.
  • Codebase and Standards Resolution: Determines the target codebase and extracts relevant standards for task execution.
  • Core/Shell Classification: Classifies tasks as core or shell, applying appropriate rules and constraints.
  • Task Document Creation: Generates task documents with detailed instructions and dependencies.

Quick Start

To materialize tasks for an approved plan, use the command: /drvr:materialize-tasks plan_name

Frequently Asked Questions about materialize-tasks

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

FAQPage Schema
How do I convert an approved plan into executable task documents for sub-agents?

Task materialization automates converting approved plans into standalone task documents. It resolves the target codebase, extracts relevant standards, and classifies tasks as core or shell to ensure sub-agents can execute tasks independently and atomically.

What is task materialization and when do I need it for codebase management?

Task materialization is the process of generating self-contained task documents from approved plans. You need it when assigning tasks to sub-agents, ensuring each task has all necessary instructions, dependencies, and codebase standards for independent execution.

Do I need plan approval and dry-run validation before generating task documents?

Yes, plan approval and dry-run validation are required before execution. Dry-run gap verification ensures no blocking gaps remain in the plan, allowing the materialization process to safely generate executable documents for sub-agent processing.

How does core or shell classification affect task document generation?

Core or shell classification applies appropriate rules and constraints during task document generation. This ensures sub-agents receive the correct operational boundaries and standard adherence requirements when executing materialized tasks within the target codebase.

What's the best way to automate sub-agent execution from an approved plan?

Automating sub-agent execution from an approved plan requires task materialization to convert plan items into standalone documents. This resolves codebase targets, extracts standards, and ensures sub-agents can execute tasks independently without missing dependencies.