One-click install
npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill split-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: split-plan
Source: https://github.com/HirogaKatageri/hirokata-cc-marketplace/tree/main/plugins/cc-develop-plugin/skills/split-plan
Command: npx skills add https://github.com/HirogaKatageri/hirokata-cc-marketplace --skill split-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning a single master plan into seven phase-specific implementation plans, enabling disciplined execution across tracks and phases.

Core Features & Use Cases

  • Automatically identifies feature tracks within the master plan and groups tasks by phase.
  • Classifies tasks by phase (Foundational, Models, Services, Data, Rules, State Management, UI) and scores complexity.
  • Generates detailed phase plan files under .trackers/${base-name}/plans with a consistent naming convention for easy navigation.
  • Use Case: Given a master plan for a software project, this skill outputs seven phase plans ready for team assignment and progress tracking.

Quick Start

This skill is typically invoked by automation using the provided arguments. Provide:

  • master-plan-path: Path to the master plan file
  • base-name: Base name for output files (taken from master plan filename) Then run the skill to generate the 7 phase plan files in .trackers/${base-name}/plans.

Frequently Asked Questions about split-plan

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

FAQPage Schema
How do I split a master project plan into phased implementation tracks?

To split a master plan into phased implementation tracks, you provide the master plan file path and base name. The automation classifies tasks by phase, scores complexity, and outputs seven phase-specific plan files organized by feature tracks.

What phases are used when classifying tasks for clean architecture project planning?

When classifying tasks for clean architecture project planning, phases include Foundational, Models, Services, Data, Rules, State Management, and UI. Each task from the master plan is grouped into these specific implementation phases.

How does complexity scoring work for feature tracks in a split plan?

Complexity scoring for feature tracks evaluates tasks within the master plan and assigns a score during the phase classification process. This scoring helps prioritize and distribute work across the seven generated implementation plan files.

Can I automate phase planning to generate files without manual task grouping?

Yes, you can automate phase planning to generate files without manual task grouping. By invoking the automation with a master plan path and base name, it automatically identifies tracks, classifies tasks, and writes seven plan files to the output directory.

Do I need any external dependencies to generate phase-specific plan files from a master plan?

No external dependencies are required to generate phase-specific plan files from a master plan. The process operates independently to read the master plan, classify tasks by phase, and output the seven plan files in the designated tracker directory.