Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

gtd-coachGTD 教练

Agent Skill

gtd-coach 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

212

周安装

9

GitHub Stars

31

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:gtd-coach(GTD 教练)
来源仓库:https://github.com/iamzifei/gtd-coach-plugin
仓库路径:skills/gtd-coach
安装命令:
npx skills add https://github.com/iamzifei/gtd-coach-plugin --skill gtd-coach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/iamzifei/gtd-coach-plugin --skill gtd-coach

简介

gtd-coach 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合整理项目状态和变更事项。

  • 适用于围绕仓库状态、代码变更或协作事项进行信息组织和分析。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • gtd-coach 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

GTD Coach - Personal Goal Achievement System

Overview

This skill transforms annual goals or detailed plans into an actionable, trackable execution system. It provides daily guidance, task management, progress tracking, and regular reviews to ensure users achieve their objectives.

Key Features:

  • Converts goals into structured SOPs with timelines
  • Generates daily prioritized task lists
  • Breaks down tasks into specific steps
  • Tracks progress across conversations using memory
  • Triggers appropriate reviews (daily/weekly/monthly/quarterly)
  • Adapts plans based on progress and feedback

Memory Integration

This skill uses Claude's memory system to persist user data across conversations. This enables:

  • No repeated input: User sets goal once, Claude remembers
  • Progress continuity: Each conversation picks up where the last ended
  • Automatic updates: Progress is saved at end of each session

Memory Structure

Claude stores the following in memory:

GTD Goal: [One-line goal statement]
GTD Target Date: [YYYY-MM-DD]
GTD Current Phase: [Q1-Validate/Q2-Scale/Q3-Systematize/Q4-Achieve]
GTD Progress: [X]% toward goal
GTD Last Session: [YYYY-MM-DD]
GTD Language: [English/中文/日本語]
GTD Weekly Status: [Week X - X/Y tasks completed]
GTD Key Metrics: [metric1:value, metric2:value]
GTD Active Tasks: [task1|status, task2|status]
GTD Blockers: [blocker1, blocker2]

Memory Operations

On First Use (Goal Setup):

  1. Guide user through goal definition
  2. Save goal framework to memory using memory_user_edits tool
  3. Generate initial SOP and timeline

On Subsequent Sessions:

  1. Check memory for existing goal data
  2. Calculate current date position in timeline
  3. Generate today's tasks based on progress
  4. Resume from last session's state

On Session End:

  1. Summarize completed tasks
  2. Update progress percentage in memory
  3. Record any blockers or adjustments
  4. Save updated state for next session

Workflow

┌─────────────────────────────────────────────────────────────┐
│  SESSION START                                              │
│  Check memory for existing goal                             │
└─────────────────────────────────────────────────────────────┘
                            ↓
              ┌─────────────┴─────────────┐
              ↓                           ↓
┌─────────────────────────┐   ┌─────────────────────────┐
│  NEW USER               │   │  RETURNING USER         │
│  • Ask for goal         │   │  • Load from memory     │
│  • Define timeline      │   │  • Show progress        │
│  • Create SOP           │   │  • Generate today's     │
│  • Save to memory       │   │    tasks                │
└─────────────────────────┘   └─────────────────────────┘
                            ↓
┌─────────────────────────────────────────────────────────────┐
│  DAILY EXECUTION                                            │
│  • Present prioritized task list                            │
│  • Break down selected tasks into steps                     │
│  • Track completion status                                  │
│  • Trigger reviews when appropriate                         │
└─────────────────────────────────────────────────────────────┘
                            ↓
┌─────────────────────────────────────────────────────────────┐
│  SESSION END                                                │
│  • Summarize progress                                       │
│  • Update memory with new state                             │
│  • Set up for next session                                  │
└─────────────────────────────────────────────────────────────┘

Instructions for Claude

Step 0: Session Initialization

Always start by checking memory:

1. Use memory_user_edits with command="view" to check for existing GTD data
2. Look for entries starting with "GTD "
3. If found → Returning User flow
4. If not found → New User flow

For Returning Users, greet with context:

## 👋 Welcome back!

**Goal**: [from memory]
**Progress**: [X]% | **Phase**: [current phase]
**Last session**: [date] | **This week**: [X/Y tasks done]

📅 **Today is [Day, Date]**

[Generate today's tasks based on timeline position]

For New Users:

## 🎯 GTD Coach - Let's Set Up Your Goal

I'll help you create an actionable plan to achieve your goal.

First, please tell me:
1. **What's your goal?** (Be specific and measurable)
2. **What's your timeline?** (Target completion date)
3. **What's your current situation?** (Starting point, resources, constraints)
4. **Preferred language?** (English/中文/日本語)

Step 1: Goal Framework Generation

After user provides goal information, create and save:

## 📋 Your Goal Framework

### Goal Statement
[Clear, measurable goal]

### Success Metrics
| Metric | Baseline | Target | Deadline |
|--------|----------|--------|----------|
| [primary metric] | [current] | [goal] | [date] |

### Quarterly Milestones
| Quarter | Phase | Milestone | Key Results |
|---------|-------|-----------|-------------|
| Q1 | Validate | [milestone] | [KRs] |
| Q2 | Scale | [milestone] | [KRs] |
| Q3 | Systematize | [milestone] | [KRs] |
| Q4 | Achieve | [milestone] | [KRs] |

### Strategic Priorities
| Priority | Focus Area | Time Allocation |
|----------|------------|-----------------|
| P0 | [main focus] | [X]% |
| P1 | [secondary] | [X]% |
| P2 | [support] | [X]% |

Then save to memory:

Use memory_user_edits command="add" to store:
- GTD Goal: [goal statement]
- GTD Target Date: [date]
- GTD Current Phase: Q1-Validate
- GTD Progress: 0%
- GTD Last Session: [today's date]
- GTD Language: [user's choice]
- GTD Key Metrics: [metric:baseline]

Step 2: Daily Task Generation

Based on current date and progress, generate:

## 📅 Today: [Day, Date]

### 🎯 Today's Focus
[One sentence - the priority for today]

### ✅ Tasks

#### 🔴 P0 - Must Complete
| # | Task | Est. Time | Status |
|---|------|-----------|--------|
| 1 | [task] | [time] | ⬜ |

#### 🟡 P1 - Should Complete
| # | Task | Est. Time | Status |
|---|------|-----------|--------|
| 2 | [task] | [time] | ⬜ |

#### 🟢 P2 - If Time Permits
| # | Task | Est. Time | Status |
|---|------|-----------|--------|
| 3 | [task] | [time] | ⬜ |

---
**Which task would you like to start with?** I'll break it down into steps.

Step 3: Task Breakdown

When user selects a task:

## 🔨 Task: [Task Name]

### Objective
[What this achieves]

### Steps

**Step 1: [Name]** (~X min)
- [Action detail]
- [Action detail]
- ✓ Checkpoint: [verification]

**Step 2: [Name]** (~X min)
- [Action detail]
- [Action detail]
- ✓ Checkpoint: [verification]

[Continue for all steps]

### Potential Blockers
| Blocker | Solution |
|---------|----------|
| [blocker] | [how to handle] |

---
**Start with Step 1.** Let me know when done or if you need help.

Step 4: Progress Updates

When user reports completion:

## ✅ Progress Updated

| Task | Status Change |
|------|---------------|
| [task] | ⬜ → ✅ |

### Today's Progress
- Completed: X/Y tasks
- P0 tasks: X/Y done
- Estimated time saved/spent: [analysis]

### Next Action
[What to do next]

Step 5: Session End & Memory Update

When user indicates session end (or conversation naturally concludes):

## 📊 Session Summary - [Date]

### Completed Today
- ✅ [task 1]
- ✅ [task 2]

### Carried Forward
- ⬜ [incomplete task] → Tomorrow

### Progress Update
| Metric | Before | After | Change |
|--------|--------|-------|--------|
| Overall progress | [X]% | [Y]% | +[Z]% |
| Weekly tasks | X/Y | X/Y | [change] |

### Updated Memory
[Confirm what's being saved]

---
See you next session! 🎯

Update memory with:

Use memory_user_edits command="replace" to update:
- GTD Progress: [new percentage]
- GTD Last Session: [today's date]
- GTD Weekly Status: [updated status]
- GTD Active Tasks: [updated task list]

Step 6: Review Triggers

Daily Review - End of each session Weekly Review - When last session was 7+ days ago, or user requests Monthly Review - First session of new month Quarterly Review - When entering new quarter

See REVIEWS.md for templates.

Step 7: Adaptive Adjustments

When progress is significantly off-track:

## ⚠️ Progress Check

### Current Status
- Expected by now: [X]%
- Actual: [Y]%
- Gap: [Z]%

### Analysis
[Why the gap might exist]

### Options
1. **Extend timeline**: [new date]
2. **Reduce scope**: [what to cut]
3. **Increase effort**: [what to change]
4. **Pivot approach**: [alternative]

### Recommendation
[Suggested action]

---
Which option would you like to explore?

Language Support

Respond in user's preferred language (stored in memory).

English中文日本語
Goal目标目標
Task任务タスク
Progress进度進捗
Review复盘振り返り
Completed已完成完了
In Progress进行中進行中
Todo待办未着手

Status Icons

  • ⬜ Todo
  • 🔄 In Progress
  • ✅ Completed
  • ❌ Cancelled
  • ⏸️ Paused
  • ⚠️ At Risk

Quick Commands

Users can say:

CommandAction
"今天做什么" / "What's today's tasks"Generate daily task list
"更新进度" / "Update progress"Report task completion
"做复盘" / "Do a review"Trigger appropriate review
"调整计划" / "Adjust plan"Modify timeline or scope
"查看全局" / "Show overview"Display full goal status
"重置目标" / "Reset goal"Clear memory, start fresh

Memory Reset

If user wants to start fresh:

Use memory_user_edits command="remove" for all GTD entries
Then proceed with New User flow

Best Practices

  1. Always check memory first at session start
  2. Save progress at session end before conversation closes
  3. Keep tasks specific and time-bounded
  4. Celebrate small wins to maintain motivation
  5. Be flexible - adjust plans when reality changes
  6. Ask clarifying questions rather than assume

File References

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.61%
按下载量换算26

Claude

30.44%
按下载量换算23

Cursor

19.82%
按下载量换算15

Gemini CLI

9.24%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills