forward

Creates session handoff files and enters plan mode for next-session continuity.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill forward-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: forward
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/forward
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill forward-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ending a work session without a structured summary loses context, making the next session slow to restart. This Skill captures what was accomplished, what is pending, and what comes next in a persistent handoff file. ## Core Features & Use Cases - Handoff Generation: Writes a structured Markdown handoff with accomplishments, pending items, next steps, and key files to a shared vault path (~/.oracle/ψ/inbox/handoff/). - Plan Mode Integration: After writing the handoff, enters plan mode so the user can approve, modify, or reject the next session's plan through the standard approval UI. - Flexible Modes: Supports /forward asap to commit immediately without approval, and /forward --only to skip plan mode entirely. - Use Case: Before ending a long coding session with uncommitted work, run the skill to record progress and define concrete next steps so the next session resumes instantly. ## Quick Start Ask the assistant to run the forward skill to create a session handoff and plan the next session.

Frequently Asked Questions about forward

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

FAQPage Schema
How do I create a session handoff before ending work?▼

Run the forward skill to generate a Markdown handoff file containing what was accomplished, pending items, next steps, and key files. The file is written to the shared vault path so the next session can resume with full context.

How to commit a handoff immediately without plan approval?▼

Use the asap mode by saying forward asap or forward now. This writes the handoff file and commits and pushes immediately, skipping plan mode entirely for a fast session close.

Where are handoff files stored?▼

Handoff files are written to ~/.oracle/ψ/inbox/handoff/ with a timestamped filename. They must go to the vault path, not the local symlinked directory, because git add through symlinks fails and the vault is shared state not committed to any repo.

Can I create a handoff without entering plan mode?▼

Yes, use the --only flag to skip plan mode after writing the handoff. The skill will simply suggest running the plan command later when you are ready to define next steps.

What happens if I run forward twice in one session?▼

The skill does not recreate the handoff file on a second invocation. It simply shows the existing plan, avoiding duplicate handoff documents for the same session.