gtd-coach-plugin
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 35 GitHub stars
Code Pass
- Code scan — Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude Skill that break down everyday's todo with details action plan based on your goal/plan
GTD Coach - Claude Code Plugin
Personal GTD (Getting Things Done) coach that transforms annual goals into actionable daily tasks with automatic progress tracking.
Features
- Goal → SOP Framework: Convert high-level goals into structured plans with quarterly milestones
- Daily Task Generation: Prioritized task lists based on your timeline position
- Step-by-Step Guidance: Break down each task into specific actionable steps
- Automatic Memory: Progress persists across conversations - no need to repeat context
- Review System: Daily, weekly, monthly, and quarterly review templates
- Adaptive Planning: Adjusts recommendations based on actual progress
- Multi-language: Supports English, 中文, 日本語
Installation
Via Claude Code CLI
/plugin marketplace add github:iamzifei/gtd-coach-plugin
Manual Installation
git clone https://github.com/iamzifei/gtd-coach-plugin.git
cd gtd-coach-plugin
claude plugin install .
Usage
First Time Setup
Just tell Claude your goal:
I want to launch my SaaS and reach $10K MRR in 12 months.
Currently have an MVP, can spend 20 hours/week on this.
Claude will:
- Create a structured SOP framework
- Generate quarterly milestones
- Save everything to memory
- Generate your first day's tasks
Daily Use
Simply ask:
What's today's task?
or in Chinese:
今天做什么?
Claude will:
- Load your goal from memory
- Show your current progress
- Generate today's prioritized tasks
- Offer to break down any task into steps
Session End
When you're done:
End session
Claude will:
- Summarize completed tasks
- Update progress in memory
- Prepare context for next session
Commands
| Command | Action |
|---|---|
| "What's today's task?" / "今天做什么" | Generate daily task list |
| "Start task X" / "开始任务X" | Break down task into steps |
| "Done" / "完成了" | Update task status |
| "End session" / "结束" | Save progress, end session |
| "Do review" / "做复盘" | Trigger review template |
| "Show progress" / "查看进度" | Display goal overview |
| "Reset goal" / "重置目标" | Clear memory, start fresh |
Memory Structure
The plugin stores these in Claude's memory:
GTD Goal: [Your goal]
GTD Target Date: [Deadline]
GTD Current Phase: [Q1-Validate/Q2-Scale/Q3-Systematize/Q4-Achieve]
GTD Progress: [X]%
GTD Last Session: [Date]
GTD Language: [Preference]
GTD Weekly Status: [Tasks completed]
File Structure
gtd-coach-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── skills/
│ └── gtd-coach/
│ ├── SKILL.md # Main skill instructions
│ ├── REVIEWS.md # Review templates
│ ├── TEMPLATES.md # Reusable templates
│ └── EXAMPLES.md # Example conversations
├── README.md
├── README_CN.md
└── LICENSE
Examples
Goal Setup Flow
User: I want to grow my freelance income to $20K/month in 18 months
Claude: ## Your Goal Framework
### Goal Statement
**Grow freelance income from $X to $20K/month within 18 months**
### Quarterly Milestones
| Quarter | Phase | Milestone |
|---------|-------|-----------|
| Q1 | Validate | First $5K month |
| Q2 | Scale | Consistent $10K |
| Q3 | Systematize | $15K with systems |
| Q4-Q6 | Achieve | $20K target |
Saved to memory!
## Today's Tasks
...
Returning User Flow
User: What's today's task?
Claude: ## Welcome back!
**Goal**: Freelance → $20K/month
**Progress**: 35% | **Phase**: Q2-Scale
**Last session**: 2 days ago
**Today's Tasks**
...
Contributing
Contributions welcome! Please feel free to submit issues and pull requests.
License
MIT License - feel free to use, modify, and distribute.
Author
Created by James
Note: This plugin uses Claude's memory system. Memory persists within the same Claude account but resets if you clear memory or use incognito mode.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found