Local-life-manager projects-quick

Quick overview of all projects (lightweight, Haiku-powered). Use to check project statuses, see what's active, or get a summary of all work. Triggers on "project status", "show projects", "what projects", "project overview".

install
source · Clone the upstream repo
git clone https://github.com/TaylorHuston/local-life-manager
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TaylorHuston/local-life-manager "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/projects-quick" ~/.claude/skills/taylorhuston-local-life-manager-projects-quick && rm -rf "$T"
manifest: .claude/skills/projects-quick/SKILL.md
source content

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

ProjectPhaseLast ActivityNext Step
CareerBrainMVP[date][from README]
............

On Hold

ProjectReasonResume When
YourBenchJob search priorityAfter 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.