One-click install
npx skills add https://github.com/geekatron/jerry --skill worktracker-decomposition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worktracker-decomposition
Source: https://github.com/geekatron/jerry/tree/main/skills/.graveyard/worktracker-decomposition
Command: npx skills add https://github.com/geekatron/jerry --skill worktracker-decomposition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes monolithic WORKTRACKER.md files into a hub-and-spoke structure to combat context rot.

Core Features & Use Cases

  • Hub and spoke architecture: a compact hub (WORKTRACKER.md) with a navigation graph and per-phase spokes (work/PHASE-*.md) to keep context within reach.
  • Session context and quick status dashboard: enables resume capability across sessions.
  • Phase and category templates, with supported commands for analysis, execution, and validation to maintain coherence across files.

Quick Start

Decompose a large WORKTRACKER.md into a hub-and-spoke structure to improve navigation and context preservation.

Frequently Asked Questions about worktracker-decomposition

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

FAQPage Schema
How do I break down a large project tracker file to prevent context rot?

Decomposing a monolithic project tracker file prevents context rot by splitting it into a hub-and-spoke structure. A compact hub file holds the navigation graph, while per-phase spokes keep relevant context within reach for better readability.

What is the best way to organize a multi-phase work tracker for better navigation?

The best way to organize multi-phase work trackers is a hub-and-spoke architecture. This structure uses a central hub file for navigation and status dashboards, alongside separate per-phase files to maintain coherence and preserve state across sessions.

When do I need to decompose a monolithic work tracker?

You need to decompose a monolithic work tracker when its size degrades readability and navigation. Large, multi-phase project files benefit from decomposition into per-phase spokes to keep context manageable and prevent context rot.

Can I preserve session context across multiple phases after splitting a project tracker?

Yes, you can preserve session context across multiple phases after splitting a project tracker. The hub-and-spoke structure implements session context tracking, quick status dashboards, and navigation links to maintain state and enable resume capability.

Does the hub-and-spoke tracker structure support templates for new project phases?

Yes, the hub-and-spoke tracker structure supports templates for new project phases. It provides standardized phase and category templates, along with supported commands for analysis, execution, and validation to maintain coherence across files.

How do I start splitting a single work tracker file into separate phase files?

To start splitting a single work tracker file, you decompose it into a central WORKTRACKER.md hub file and per-phase spoke files. This creates a navigation graph and quick status dashboard to preserve project state across sessions.