gtd-coach
Personal GTD (Getting Things Done) coach that helps users achieve their annual goals. Use when users mention goals, plans, daily tasks, productivity, time management, task tracking, reviews, or need help breaking down objectives into actionable steps. Automatically remembers user's goals and progress across conversations. Supports multiple languages.
pinned to #7b515e2updated last month
Ask your AI client: “install skills/gtd-coach”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/gtd-coachmetahub onboarded this repo on the author's behalf.
If you own github.com/iamzifei/gtd-coach-plugin on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
34
Last commit
last month
Latest release
published
- #ai
- #claude
- #claude-code
- #claude-skill
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7b515e2· last month
Kind-specific
31Skill: SKILL.md present
found at skills/gtd-coach/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
1,594 words · 10,247 chars · 50 sections · 14 code blocks
Skill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Release history
1- releasecurrent7b515e2warnlast month
Contents
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
No reviews yet. Be the first.
Related
Frontend Slides
Create beautiful slides on the web using Claude's frontend skills
Planning With Files
Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Guizang Ppt Skill
AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
mh install skills/gtd-coach