project-tracker
Multi-project tracker with status dashboards, milestone tracking, stalled project detection, priority scoring, and automated weekly progress reports.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/clawdssen/project-trackerProject Tracker
Track every project in one place. Know what's moving, what's stalled, and what to kill.
by The Agent Ledger — theagentledger.com
Setup
Create projects/ directory and projects/DASHBOARD.md:
# Project Dashboard
Last updated: [date]
| Project | Status | Priority | Next Action | Due |
|---------|--------|----------|-------------|-----|
## Active Projects
<!-- Agent maintains this section -->
## On Hold
<!-- Paused but not abandoned -->
## Completed
<!-- Archive of finished work -->
How It Works
Adding a Project
When the user mentions a new project, create projects/<project-name>.md:
# Project: [Name]
**Status:** 🟢 Active | 🟡 On Hold | 🔴 Blocked | ✅ Done
**Priority:** P1 (critical) | P2 (important) | P3 (nice-to-have)
**Started:** [date]
**Target:** [deadline or "ongoing"]
**One-liner:** [what this project is in one sentence]
## Milestones
- [ ] Milestone 1 — [description] — [target date]
- [ ] Milestone 2 — [description] — [target date]
## Progress Log
### [date]
- What happened today
## Decisions
| Date | Decision | Rationale |
|------|----------|-----------|
## Blockers
- [blocker] → [who/what can unblock it]
Dashboard Updates
Update projects/DASHBOARD.md whenever:
- A project status changes
- A milestone is completed
- A new project is added
- During weekly reviews
Stalled Project Detection
A project is stalled if:
- No progress log entry in 7+ days
- Status is 🟢 Active but no recent milestone movement
- Has unresolved blockers older than 3 days
Flag stalled projects in daily briefings or heartbeat checks:
⚠️ Stalled: [Project Name] — no updates in [N] days. Continue, pause, or kill?
Weekly Review Format
Generate every Sunday (or on request):
# Weekly Project Review — [date range]
## Summary
- **Active:** [N] projects
- **Completed this week:** [list]
- **Stalled:** [list]
- **New:** [list]
## Per-Project Status
### [Project Name]
- **Progress:** [what moved]
- **Blockers:** [any]
- **Next week:** [planned actions]
## Recommendations
- [Kill/pause/accelerate suggestions based on patterns]
Priority Scoring
When the user has too many active projects, help prioritize:
| Factor | Weight | Score (1-5) |
|---|---|---|
| Revenue potential | 30% | |
| Time to completion | 20% | |
| Strategic alignment | 25% | |
| Personal energy/interest | 15% | |
| Dependency (blocks other work) | 10% |
Weighted score = Σ(weight × score). Projects below 2.5 are candidates for pause/kill.
Integration
- With daily-briefing: Include project summary in morning briefings
- With solopreneur-assistant: Feed project data into business dashboard
- With memory system: Log project decisions in daily memory files
Customization
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-clawdssen-project-tracker": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
vynn-backtester
Run trading strategy backtests with natural language — powered by Vynn
afrexai-startup-metrics-engine
Complete startup metrics command center — from raw data to investor-ready dashboards. Covers every stage (pre-seed to Series B+), every model (SaaS, marketplace, consumer, hardware), with diagnostic frameworks, benchmark databases, and board-ready reporting.
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
Spreadsheet & Data Wrangling Master
Complete spreadsheet methodology — data cleanup, transformation, analysis, dashboards, automation, and reporting. Works with CSV, Excel, Google Sheets, or any tabular data. Use when the user needs to clean messy data, build reports, create dashboards, automate recurring spreadsheet tasks, or transform data between formats.