Productivity

save-progress - Claude MCP Skill

Development Progress Tracking

SEO Guide: Enhance your AI agent with the save-progress tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to development progress tracking... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟4728 stars • 307 forks
📥0 downloads

Documentation

SKILL.md
# Development Progress Tracking

Create or update a file named @.claude/TODO.md in the project root to track development progress.

## Instructions

1. **Update Frequency**: Update this file after completing significant work or before switching contexts
2. **Format**: Use the exact markdown structure provided below

## Required Structure

```markdown
# Development Progress

## Project Overview

[1-2 sentence description of the project's current state]

## Completed

- [x] Feature/task description (files affected: filename.ext, filename2.ext)
- [x] Specific implementation detail
  - Sub-task or clarification if needed

## In Progress

### Current Focus

- [ ] Task description
  - What's done: [specific progress]
  - What's left: [remaining work]
  - Blockers: [any issues] (if applicable)

## Upcoming Tasks

### High Priority

- [ ] Critical task (Reason: why it's critical)
- [ ] Time-sensitive item (Deadline: if applicable)

### Medium Priority

- [ ] Important but not urgent task
- [ ] Feature that enhances functionality

### Low Priority

- [ ] Nice-to-have improvements
- [ ] Future optimizations

## Technical Decisions & Notes

- **Decision**: [What was decided] | **Rationale**: [Why]
- **Important**: [Critical information for future development]
- **Dependencies**: [External libraries, APIs, or services used]

## Known Issues & Limitations

- Issue: [Description] | Impact: [How it affects the project]
- Workaround: [Temporary solution if any]
```

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
vinta/pangu.js
Author
vinta
Last Sync
3/1/2026
Repo Updated
2/28/2026
Created
1/16/2026

Reviews (0)

No reviews yet. Be the first to review this skill!