Agent Skills: Session Manager

Run a disciplined session lifecycle: startup checks, progress checkpoints, and clean handoff summaries.

UncategorizedID: willsigmon/sigstack/session-manager

Install this agent skill to your local

pnpm dlx add-skill https://github.com/willsigmon/sigstack/tree/HEAD/ops/sigmachines/claude/skills/session-manager

Skill Files

Browse the full folder contents for session-manager.

Download Skill

Loading file tree…

ops/sigmachines/claude/skills/session-manager/SKILL.md

Skill Metadata

Name
session-manager
Description
Run a disciplined session lifecycle: startup checks, progress checkpoints, and clean handoff summaries.

Session Manager

When to use

  • Task explicitly matches this capability.
  • A reusable workflow is better than ad-hoc commands.

Workflow

  1. Confirm scope and success criteria.
  2. Gather facts with tools before editing.
  3. Execute in small, reversible steps.
  4. Verify outcomes with concrete checks.
  5. Return a concise summary and next actions.

Output contract

  • What changed
  • What was verified
  • Remaining risks / follow-ups