mine.draft-plan

Generate Work Package files from design specifications and commit them.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-draft-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.draft-plan
Source: https://github.com/NodeJSmith/Claudefiles/tree/main/skills/mine.draft-plan
Command: npx skills add https://github.com/NodeJSmith/Claudefiles --skill mine-draft-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of detailed Work Package (WP) files from design documents, breaking down complex features into manageable, executable tasks.

Core Features & Use Cases

  • Automated WP Generation: Converts approved design docs into structured WP files (WP01.md, WP02.md, etc.).
  • Interactive Question Resolution: Handles ambiguities in design docs by asking targeted questions.
  • Codebase Grounding: Explores the codebase to ensure WPs are concrete and actionable.
  • Use Case: After a design doc for a new API endpoint is approved, use this Skill to generate all the necessary WPs for implementation, testing, and review.

Quick Start

Use the mine.draft-plan skill with the path to your design document to generate work packages.

Frequently Asked Questions about mine.draft-plan

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

FAQPage Schema
How do I turn design specifications into actionable work packages?

Generating work packages from design docs involves breaking down complex features into manageable tasks. This Skill automates that by creating structured WP files, exploring the codebase to ground tasks, and resolving design ambiguities interactively.

What is the best way to break down agile development features into executable tasks?

Breaking down agile development features into executable tasks requires grounding them in concrete codebase elements. This Skill explores your project to ensure generated work packages are actionable, automatically creating and committing WP files to version control.

Can I resolve ambiguities in design documents automatically during task generation?

You can resolve ambiguities in design documents during task generation through interactive question resolution. Instead of guessing, the Skill asks targeted questions about the design spec to ensure the resulting work packages are concrete and accurate.

Does generating work packages require a specific project management framework?

Generating work packages does not require a specific project management framework. It operates directly on your design specifications and codebase to create structured WP files, fitting into general agile development workflows without external dependencies.

How are generated work package files managed in version control?

Generated work package files are managed in version control automatically. The Skill creates the WP files within a dedicated feature directory and commits them directly to your repository, ensuring task tracking is synchronized with code changes.

What should I do if design to code task generation produces vague work packages?

If design to code task generation produces vague work packages, the issue is a lack of codebase grounding. This Skill prevents that by exploring your codebase to anchor tasks in concrete elements and interactively resolving design ambiguities before committing files.