project-plan-session

Generates prioritized, dependency-aware project plans with session-ready tasks and timelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/francojc/dotfiles --skill project-plan-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-plan-session
Source: https://github.com/francojc/dotfiles/tree/main/.pi/agent/skills/project-plan-session
Command: npx skills add https://github.com/francojc/dotfiles --skill project-plan-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning focused work sessions with a clear, dependency-aware task graph can be time-consuming and error-prone. This Skill automates the initial project-state assessment and translates insights into a concrete session plan.

Core Features & Use Cases

  • Reads repository context (git history, AGENTS.md, and progress/logs) to surface actionable goals.
  • Generates a dependency-linked task graph with complexity labels (routine / analytical / generative) to guide focus and effort.
  • Outputs a ready-to-use session plan with clearly defined tasks and goals for the current project.

Quick Start

Plan a focused work session by letting the planner assess project state and generate a linked task graph for this project.

Frequently Asked Questions about project-plan-session

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

FAQPage Schema
How do I generate a task graph for project planning from git history?

Session planning from git history requires reading repository commits, AGENTS.md, and progress logs to surface actionable goals, then mapping them into a dependency-linked task list with routine, analytical, or generative complexity labels for focused execution.

What is a dependency-linked task graph and when do I need it for session planning?

A dependency-linked task graph maps project tasks by their execution dependencies and assigns complexity tags like routine, analytical, or generative. You need it for session planning to sequence effort efficiently and focus on actionable goals.

How to plan a focused work session using repository context and progress logs?

Planning a focused work session using repository context involves analyzing git history and AGENTS.md to assess project state, then outputting a concrete plan with a ready-to-run task list and clearly defined session goals based on progress artifacts.

Do I need an AGENTS.md file to use automated project planning?

Yes, you need an AGENTS.md file at the repository root along with progress artifacts for automated project planning. The planner requires these inputs to identify project state and generate accurate, dependency-linked session goals.

Can I categorize task complexity automatically when creating a project plan?

Yes, you can categorize task complexity automatically when creating a project plan. The planner assigns complexity labels to each task in the dependency graph, categorizing them as routine, analytical, or generative to guide effort allocation.

What are the limitations of using git history for task dependency tracking?

Limitations of using git history for task dependency tracking include requiring access to the repository root with an AGENTS.md file and progress logs. Without these artifacts, the planner cannot accurately assess project state or surface actionable goals.