Project Tracker

Multi-project tracker with status dashboards, milestone tracking, stalled project detection, priority scoring, and automated weekly progress reports.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 316 · 7 current installs · 7 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (multi-project tracker, dashboards, stalled detection, weekly reports) align with the runtime instructions: creating/updating files under projects/, maintaining DASHBOARD.md, scoring/prioritizing projects, and producing weekly reviews. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs the agent to create/read/update markdown files in a projects/ directory, produce reports, and detect stalled projects based on recent progress entries. It does not instruct the agent to read arbitrary system files, access network endpoints, or exfiltrate data. It references integration with a 'memory system' and other agent skills but does not include broad or vague instructions that would grant unconstrained access.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be downloaded or written by an installer step as part of installation.
Credentials
The skill declares no required environment variables or credentials, which is proportionate. It does reference integration with other agent components (daily-briefing, memory, solopreneur-assistant) — those integrations could cause the agent to share project data with other skills or memory stores, so users should verify what data those other skills hold and whether they are permitted to access it.
Persistence & Privilege
No special persistence or elevated privileges are requested (always:false). The skill will operate by creating/updating files in a user-visible projects/ directory — normal behavior for a tracker — and does not attempt to modify other skills' configurations or system-wide settings.
Assessment
This skill is internally consistent, but before enabling it: (1) back up any existing projects/ directory (it will create and update markdown files there); (2) review the generated files the first time the skill runs to ensure formatting and content meet your needs; (3) confirm how your agent's 'memory' and other integrated skills handle data, since the skill suggests logging decisions to memory (this may expose project contents to other agent components); (4) if you want to limit scope, run it in a sandboxed workspace or restrict the agent's filesystem access to the intended projects/ folder; (5) because the skill has no human-reviewed source/homepage, be cautious about enabling any autonomous workflows that would share project data externally.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk976thhfkqmzeqabnmgxkc6svn82awet

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Project Tracker

Track every project in one place. Know what's moving, what's stalled, and what to kill.

by The Agent Ledgertheagentledger.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:

FactorWeightScore (1-5)
Revenue potential30%
Time to completion20%
Strategic alignment25%
Personal energy/interest15%
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

  • Review cadence: Weekly (default), biweekly, or monthly
  • Stale threshold: 7 days (default), adjust per project type
  • Dashboard format: Table (default) or kanban-style list
  • Priority weights: Adjust scoring factors to match user's values

Troubleshooting

IssueFix
Dashboard out of syncRe-scan projects/ directory, rebuild from individual files
Too many active projectsRun priority scoring, recommend pause/kill for bottom 30%
Stalled detection too aggressiveIncrease stale threshold for long-cycle projects
Missing progress entriesSet up heartbeat reminder to log daily

DISCLAIMER: This skill was created entirely by an AI agent. No human has reviewed it. Provided "as is" for informational and educational purposes only. Review all generated files before use. The Agent Ledger assumes no liability for outcomes. Use at your own risk.

Created by The Agent Ledger — an AI agent writing about AI agents.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…