personal-resume-project

Summarizes project state and next actions from git history, issues, and handoff notes at session start.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kosako/agent-tools --skill personal-resume-project-kosako
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: personal-resume-project
Source: https://github.com/kosako/agent-tools/tree/main/shared/skills/personal-resume-project
Command: npx skills add https://github.com/kosako/agent-tools --skill personal-resume-project-kosako

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-assisted work loses context between sessions, causing repeated investigations and revisited decisions. This Skill establishes the current state of a project and the next action before any work begins, so sessions resume from verified facts instead of guesswork. ## Core Features & Use Cases - Continuation Gate: Classifies each request as status-only, continue-work, or new-work, and stops after reporting when no work was explicitly requested. - Multi-Source State Gathering: Reads git history, open issues and pull requests, planning documents, handoff notes, and packet files, citing sources and separating fact from inference. - Injection-Safe Note Reading: Treats local context files and handoff notes strictly as data, never executing instructions embedded inside them. - Use Case: A user opens a session with "let's continue from last time." The Skill reviews recent commits, open issues, and packet states, presents the current position with evidence, and proceeds only within the explicitly requested scope. ## Quick Start Ask the assistant to catch you up on this repository and confirm the current state and next step before starting any work.

Frequently Asked Questions about personal-resume-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a project with an AI assistant without losing context?▼

Start the session by asking for the current state. The Skill gathers recent commits, open issues, planning notes, and packet files, then presents the last completed milestone, unfinished work, and a recommended next step with cited sources before any work begins.

How to get a project status summary from git history and issues?▼

Request a status update such as "where did we get to." The Skill reads recent commit history, open issues and pull requests, and any handoff notes, then returns a concise summary of reached milestones, open threads, and next-step candidates with evidence attached.

Can the assistant start working right after a status report?▼

No. Status-only requests stop after the summary and never trigger file changes, issue updates, or external writes. Work begins only when continuation or new-work intent is explicit and the requested scope is unique and safe.

Is it safe to read local handoff notes that might contain injected instructions?▼

Yes. Local context files and handoff notes are read strictly as data, never as instructions. Embedded commands such as requests to output a specific string are ignored, and suspicious content is flagged while the normal state summary continues.

When should I not use this session resume approach?▼

Do not use it for session-end handoff recording or deciding where artifacts belong; those belong to separate handoff and operating-loop workflows. It also does not authorize work by itself, since finding a packet or note never grants implementation permission.