plan-buildschedule

Compute critical paths and resource-leveled milestones from task breakdowns into JSON and Markdown.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/zhongadamwang/CCAGA --skill plan-buildschedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-buildschedule
Source: https://github.com/zhongadamwang/CCAGA/tree/main/.github/skills/plan-buildschedule
Command: npx skills add https://github.com/zhongadamwang/CCAGA --skill plan-buildschedule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the challenge of turning scattered task assumptions into a coherent, dependency-aware project schedule and provides automated outputs for planning and reporting.

Core Features & Use Cases

  • Dependency-aware CPM scheduling: compute ES/EF, LS/LF, and critical path from task breakdown and effort estimates.
  • Resource leveling and milestone planning: optimize team utilization under constraints and define milestones with dependencies and risk assessments.
  • Outputs and integration: produce machine-readable JSON schedules and human-readable Markdown reports, ready for tooling and stakeholder reviews.

Quick Start

Provide your project task breakdown and effort estimates to generate a complete plan-buildschedule output including a machine-readable schedule and human-friendly reports.

Frequently Asked Questions about plan-buildschedule

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

FAQPage Schema
How do I compute the critical path for my project schedule?

To compute the critical path for a project schedule, provide your task breakdown, dependencies, and effort estimates. The system applies CPM concepts to calculate early/late times and identify critical milestones automatically.

What is resource leveling and how does it optimize project management?

Resource leveling optimizes project management by adjusting task schedules to balance team utilization under constraints. It recalculates milestones based on available resources, preventing overallocation and ensuring a feasible project schedule.

How do I generate a Gantt chart from a task dependency list?

To generate a Gantt chart from task dependencies, input your structured task list and effort estimates. The system creates structured JSON schedule data and Markdown reports that map dependencies and milestones for visualization and reporting.

Can I export my project schedule to JSON for automated reporting?

Yes, you can export your project schedule to JSON for automated reporting. The system outputs machine-readable JSON schedule data alongside human-readable Markdown reports and milestone definitions to support downstream tooling.

Does this CPM scheduling tool work with constrained and unconstrained projects?

Yes, this CPM scheduling tool works with both constrained and unconstrained projects. It computes early/late times and applies resource leveling to optimize team utilization and define milestones regardless of project constraints.