ProjectPilot

Lightweight project management for agents. Create projects, track tasks, set priorities and deadlines.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ProjectPilot" with this command: npx skills add raychanpmp/projectpilot

ProjectPilot

Lightweight project management for agents. Track tasks, deadlines, and priorities with a zero-dependency Python CLI.

Quick Start

# Create a project
python3 scripts/project_tracker.py init my-project

# Add tasks
python3 scripts/project_tracker.py add my-project "Design API schema" --priority H --due 2026-04-05
python3 scripts/project_tracker.py add my-project "Write docs" --priority M --assignee rc

# List tasks
python3 scripts/project_tracker.py list my-project
python3 scripts/project_tracker.py list my-project --status todo --priority H

# Update / complete
python3 scripts/project_tracker.py done my-project <task_id>
python3 scripts/project_tracker.py update my-project <task_id> --status doing

# Insights
python3 scripts/project_tracker.py summary my-project
python3 scripts/project_tracker.py burndown my-project
python3 scripts/project_tracker.py overdue my-project
python3 scripts/project_tracker.py projects

All paths are relative to this skill directory.

Commands Reference

CommandPurpose
init <project>Create new project
add <project> <task>Add task (opts: --priority H/M/L, --due YYYY-MM-DD, --assignee)
list <project>List tasks (opts: --status todo/doing/done, --priority)
update <project> <id>Update task fields (--status, --priority, --due)
done <project> <id>Mark task complete
delete <project> <id>Remove task
summary <project>Stats dashboard with progress bar
burndown <project>Visual completion progress
overdue <project>Show past-due tasks
projectsList all projects

Generating Status Reports

After running summary, format a status report using the template in references/pm-templates.md. Include completed items, in-progress work, blockers, and metrics.

Priority Scoring

Use the RICE framework from references/pm-templates.md when the user needs to prioritize a backlog or compare features.

Data Storage

Projects are stored as JSON in data/projects/ under the OpenClaw workspace. Each project is a single file — easy to version, export, or share.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AI-Driven Project Management: TensorPM

AI-powered project management - a Notion and Jira alternative with local-first architecture. Manage projects, track action items, and coordinate teams via MCP tools or A2A agent communication. Signed & notarized. https://tensorpm.com

Registry Source
4.3K4Profile unavailable
Security

Task Runner

Manage and track tasks and projects persistently with priorities, completion status, filtering, and secure markdown export across sessions.

Registry Source
1.5K1Profile unavailable
Research

Obsidian Tasks

Set up and manage an Obsidian task board with Kanban + Dataview. Creates a Tasks/Board.md pipeline (Backlog/Todo/In Progress/Review/Done), per-task notes with YAML frontmatter (status/priority/category/due), and dashboards via Dataview queries. Use for task tracking, moving cards between columns, keeping board + frontmatter in sync, and linking tasks to supporting notes/research.

Registry Source
1.9K4Profile unavailable
Research

Obsidian Tasks

Set up and manage an Obsidian task board with Kanban + Dataview. Creates a Tasks/Board.md pipeline (Backlog/Todo/In Progress/Review/Done), per-task notes with YAML frontmatter (status/priority/category/due), and dashboards via Dataview queries. Use for task tracking, moving cards between columns, keeping board + frontmatter in sync, and linking tasks to supporting notes/research.

Registry Source
2.7K6Profile unavailable