plan-importer

Import external planning artifacts and extract structured input for task decomposition.

Updated May 5, 2026
One-click install
npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill plan-importer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-importer
Source: https://github.com/shakhovskiya-create/shakhoff-claude-marketplace/tree/main/plugins/ai-scrum/skills/plan-importer
Command: npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill plan-importer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Imports external planning artifacts (superpowers writing-plans, PRD-writer outputs, and manual markdown) and extracts structured information for ai-scrum's task-decomposer. Detects format heuristically to cover multiple sources. Does NOT use external plan as final decomposition - instead extracts rich input that the task-decomposer applies its own algorithm to.

Core Features & Use Cases

  • Detects formats across superpowers plans, PRD-writer outputs, ADRs, and manual markdown, producing a rich input for decomposition.
  • Preserves context and references for downstream processing while deferring final decomposition to ai-scrum's algorithm.
  • Returns a structured input that the task-decomposer can atomicize into tasks with AC/DoR guidance.

Quick Start

Point the skill at an external plan file and run the import workflow to generate a rich input for the task-decomposer.

Frequently Asked Questions about plan-importer

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

FAQPage Schema
How do I import external markdown plans into a structured task decomposition workflow?

To import external markdown plans, point the importer at the file to extract structured information. It detects formats heuristically and generates rich input for a task-decomposer, preserving context without finalizing the decomposition.

Does the plan importer support PRD-writer outputs and ADRs?

Yes, the plan importer supports PRD-writer outputs and ADRs. It applies format detection heuristics across these sources and manual markdown to extract structured input for downstream task processing.

Can I use an external planning artifact as the final decomposition for my project?

No, you cannot use external plans as the final decomposition. The importer extracts rich input and preserves references, but defers final atomic decomposition to the task-decomposer's own algorithm.

What is the best way to convert superpowers writing-plans into structured tasks?

The best way to convert superpowers writing-plans is to run the import workflow on the file. It detects the format, extracts structured information, and passes it as enrichment to generate tasks with acceptance criteria.

How do I prepare planning artifacts for AI-driven scrum task decomposition?

Prepare planning artifacts by providing them to the importer, which detects formats and extracts structured information. This generates a rich input file that the task-decomposer uses to atomicize tasks with DoR guidance.

Why does the importer preserve original context from planning artifacts?

The importer preserves original context and references to provide enrichment for downstream processing. This ensures the task-decomposer receives detailed structural information to apply its own decomposition algorithm accurately.