plan

Generate a structured ticket plan with dependencies from requirements documents.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill plan-nand1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/nand1234/Agentic-workflow-builder/tree/main/ai-dev-worflow/.claude/skills/plan
Command: npx skills add https://github.com/nand1234/Agentic-workflow-builder --skill plan-nand1234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the transformation of scattered feature requirements into a clear, testable plan consisting of tickets and dependencies, enabling faster and safer feature delivery.

Core Features & Use Cases

  • Generate a structured plan with tickets, estimates, and dependencies from a given feature slug or requirements document.
  • Read and synthesize inputs from docs/requirements, docs/business, docs/design, and docs/architecture to inform planning.
  • Validate presence of requirements and acceptance criteria and produce RTM mapping for traceability.

Quick Start

Describe your feature with a slug using /plan <FEATURE_SLUG> to generate the implementation plan.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn feature requirements into actionable development tickets?

To turn feature requirements into actionable development tickets, this Skill synthesizes your requirements documents and generates a structured rollout plan with shippable tickets, explicit dependencies, and traceability mapping. It reads inputs from your docs/requirements, docs/design, and docs/architecture to ensure coherent feature decomposition.

How do I decompose a software feature into shippable tickets with dependencies?

Decomposing a software feature into shippable tickets involves analyzing architecture and business inputs to break down the work. This Skill validates acceptance criteria and structural changes, outputting a dependency-aware implementation plan saved to docs/tickets for direct engineering consumption.

What is requirements traceability mapping in feature planning?

Requirements traceability mapping (RTM) in feature planning links generated development tickets directly to their originating requirements. This Skill produces RTM mapping during ticket generation, enforcing validation checks to ensure every feature requirement has corresponding acceptance criteria before saving the plan.

Can I generate a rollout plan from existing design and architecture documents?

Yes, you can generate a rollout plan from existing design and architecture documents. The Skill explicitly reads from docs/requirements, docs/business, docs/design, and docs/architecture to synthesize context, ensuring the generated tickets and dependencies align with your established structural constraints.

What is the best way to automate feature decomposition from a requirements document?

The best way to automate feature decomposition from a requirements document is using a dedicated planning tool that enforces validation checks. This Skill reads your requirement inputs and automatically generates a coherent rollout plan with estimates, dependencies, and RTM mapping.

Do I need acceptance criteria in my requirements to generate a rollout plan?

Yes, you need acceptance criteria in your requirements to generate a rollout plan. The Skill enforces validation checks for requirements and acceptance criteria during ticket generation, ensuring the resulting plan in docs/tickets is fully testable and traceable.