One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill breakdown-plan-soham2008xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: breakdown-plan
Source: https://github.com/soham2008xyz/trade-tycoon/tree/main/.agents/skills/breakdown-plan
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill breakdown-plan-soham2008xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates messy, manual issue planning by turning PRD, UX, technical breakdown, and testing artifacts into a structured GitHub project plan with consistent work-item hierarchy and automation-ready templates.

Core Features & Use Cases

  • Epic → Feature → Story/Enabler → Test structure: Produces a complete hierarchy aligned to Agile delivery, including clear acceptance criteria and Definition of Done gates.
  • Dependency, priority, and value mapping: Identifies blocking work, prerequisites, and prioritization labels using an explicit priority/value matrix.
  • Automated tracking outputs: Generates a project plan and an issue creation checklist so teams can consistently create and manage Kanban-style issues.
  • Use Case: When planning a new trading feature, it helps break the work into enablers (infrastructure/API), user stories (frontend/backend tasks), and test items, with dependencies and priority labels so the feature can be shipped predictably.

Quick Start

Ask the AI to generate a GitHub project plan and issue checklist for the epic and feature you specify, using your PRD, technical breakdown, implementation plan, and test artifacts found in the prescribed docs paths.

Frequently Asked Questions about breakdown-plan

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

FAQPage Schema
How do I turn feature artifacts into a structured GitHub project plan?

To turn feature artifacts into a structured GitHub project plan, an automated breakdown process ingests your PRD, technical breakdown, and test documents to generate an epic-to-story hierarchy with dependencies and Kanban-ready issue templates.

What is the best way to decompose epics into user stories and enablers for Agile delivery?

The best way to decompose epics into user stories and enablers is by applying a hierarchical mapping technique that breaks down features into infrastructure tasks, user stories, and test items with explicit acceptance criteria and priority labels.

How do I generate GitHub issue templates with dependency and priority tracking?

You can generate GitHub issue templates with dependency and priority tracking by using a project automation blueprint that maps prerequisites, blocking work, and a priority/value matrix directly into your Kanban-style issue creation checklist.

Does this Agile planning approach require complete PRD and UX artifacts before starting?

Yes, this Agile planning approach requires complete PRD, UX, technical breakdown, and testing artifacts as input, because the end-to-end issue generation relies on these complete feature artifacts to map dependencies and acceptance criteria accurately.

Can I use this breakdown method to map dependencies across frontend and backend tasks?

Yes, you can use this breakdown method to map dependencies across frontend and backend tasks, as it identifies blocking work, prerequisites, and enabler infrastructure items within the generated project plan to ensure predictable feature shipping.