One-click install
npx skills add https://github.com/StephenTownsend1234/vibeflow --skill wrap-stephentownsend1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap
Source: https://github.com/StephenTownsend1234/vibeflow/tree/main/wrap
Command: npx skills add https://github.com/StephenTownsend1234/vibeflow --skill wrap-stephentownsend1234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents important project context from disappearing at the end of a session by saving decisions, learnings, progress, and next steps into durable project files.

Core Features & Use Cases

  • Session Reconciliation: Reviews the current git state and recent commits so what shipped is grounded in the actual diff.
  • Context Capture: Routes discoveries and decisions into the right long-term home, such as ARCHITECTURE, DECISIONS, ROADMAP, PROJECT, or PLAYBOOK.
  • Sprint Continuity: Updates sprint progress, archives completed work, and prepares the next session to resume cleanly.
  • Use Case: After finishing a build session, use this Skill to record what changed, note any priority shifts, and leave the repository ready for a fresh start next time.

Quick Start

Use the wrap skill to reconcile this session and save the key outcomes into the appropriate .claude files so the next session starts with accurate context.

Frequently Asked Questions about wrap

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

FAQPage Schema
How do I save project context and decisions at the end of a coding session?

To save project context at the end of a coding session, you can reconcile recent git status and diff changes, then route discoveries into durable files like ARCHITECTURE, DECISIONS, and ROADMAP. This preserves session progress and momentum for future work.

What is the best way to reconcile git diff changes with sprint documentation?

Reconciling git diff changes with sprint documentation involves reviewing the current repository state, triaging open TODOs, and updating sprint files to reflect completed work. This grounds your sprint progress in the actual code that shipped.

How do I prepare a repository for a fresh start after finishing a build session?

Preparing a repository for a fresh start requires archiving completed work, noting priority shifts in PLAYBOOK or PROJECT files, and updating sprint progress. This ensures the next session resumes cleanly with accurate project context.

Can I use session wrap to triage open TODOs and update project documentation?

Yes, session wrap triages open TODOs and updates project documentation by routing discoveries and decisions into specific long-term homes. It requires grounding in the actual repository state to accurately capture what changed during the session.

Does session wrap require any specific dependencies to save context?

No, session wrap does not require any specific dependencies to save context. It operates independently to review git status, triage TODOs, and route facts into existing project files like ARCHITECTURE and ROADMAP.

When do I need to preserve project session context into durable files?

You need to preserve project session context into durable files when closing coding sessions to prevent important decisions and learnings from disappearing. This captures progress and next steps for continuous sprint management.