strategic-planning

Community

Data-driven prioritization for smarter work.

AuthorShakes-tzd
Version1.0.0
Installs0

System Documentation

What problem does it solve?

HtmlGraph analytics help teams prioritize work by understanding dependencies, bottlenecks, risks, and potential impact, enabling faster, more informed decision-making.

Core Features & Use Cases

  • Data-driven prioritization: rank tasks by dependencies, risk, and impact.
  • Bottleneck & risk detection: surface blockers that slow progress.
  • Parallelism assessment: estimate how many tasks can run concurrently.
  • Use Case: During backlog triage or roadmap planning, determine the highest-leverage work and flag blockers.

Quick Start

Initialize the HtmlGraph Python SDK and begin querying the project graph. sdk = SDK(agent="claude") bottlenecks = sdk.find_bottlenecks(top_n=3) recs = sdk.recommend_next_work(agent_count=2) parallel = sdk.get_parallel_work(max_agents=3) risks = sdk.assess_risks()

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: strategic-planning
Download link: https://github.com/Shakes-tzd/htmlgraph/archive/main.zip#strategic-planning

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.