返回 Skill 列表
extension
分类: 开发与工程无需 API Key

projects-quick

所有项目的快速概览(轻量级,由Haiku驱动)。用于检查项目状态,查看哪些是活跃的,或获取所有工作的摘要。触发词包括“项目状态”、“显示项目”、“哪些项目”、“项目概览”。

person作者: jakexiaohubgithub

Show status of all projects from the ideas/ repo.

Data Sources

  1. Read ideas/CLAUDE.md for project index
  2. For each active project, read ideas/ideas/[project]/README.md

Output Format

Active Projects

| Project | Phase | Last Activity | Next Step | |---------|-------|---------------|-----------| | CareerBrain | MVP | [date] | [from README] | | ... | ... | ... | ... |

On Hold

| Project | Reason | Resume When | |---------|--------|-------------| | YourBench | Job search priority | After job secured | | ... | ... | ... |

Quick Stats

  • Total active: X
  • Total on hold: Y
  • Open issues: Z (scan issues/ directories)

Optional Deep Dive

If Taylor asks about a specific project:

  1. Read its project-brief.md
  2. List open issues from issues/
  3. Show recent WORKLOG entries
  4. Suggest next steps

Keep the overview scannable - details on request.