Project Timeline

Automate project task management via CLI with next, complete, status, and find commands.

2|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE --skill project-timeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Timeline
Source: https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE/tree/main/.claude/skills/project-timeline
Command: npx skills add https://github.com/derekcrosslu/CLAUDE_CODE_EXPLORE --skill project-timeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of project timelines via a CLI, helping teams quickly pull the next task, mark progress, and keep a transparent view of status without manual tracking.

Core Features & Use Cases

  • Get Next Task: Rapidly fetch the next pending task for focused work.
  • Mark Complete: Log completed tasks with optional git commits for traceability.
  • Check Status / Find Tasks: Inspect progress and locate specific tasks across weeks/sections.
  • Use Case: During a sprint kickoff, run timeline next to pick your next work item and update status as you finish.

Quick Start

Run: venv/bin/python SCRIPTS/timeline_cli.py next to fetch your next task, or timeline complete <TASK_ID> to record progress.

Frequently Asked Questions about Project Timeline

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

FAQPage Schema
How do I automate project task management with a CLI?

Automate project task management by running CLI commands to fetch the next pending task, mark tasks complete, and track progress. The Skill provides commands like `next` to retrieve work items, `complete` to log finished tasks with automatic git commits, and `status` to inspect overall progress without manual tracking.

Can I track project progress and mark tasks complete with git commits?

Yes. Mark tasks complete via the CLI and automatically generate git commits for traceability. The Skill logs task completion, updates status, and records changes in version control, enabling transparent progress reporting and checkpointing across sprints.

How do I find specific tasks across weeks or project sections?

Use the `find` command with filtering options like `--week` or `--section` to locate specific tasks across your project timeline. The Skill returns JSON-formatted results, letting you discover pending or completed tasks for checkpointing and status inspection.

What's the fastest way to pull my next task during sprint planning?

Run the `next` command to rapidly fetch your next pending task for focused work. During sprint kickoff or weekly planning, this eliminates manual task discovery and keeps team members aligned on what to work on next.

Does this work with existing project workflows and git repositories?

Yes. The Skill integrates with git workflows by automatically committing task completions and operates within project frameworks guided by autonomous decision documentation. It fits weekly planning, section-specific task flows, and existing version control setups.