resume-handoff
List recent handoffs and resume from a selected one
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/aspenkit/aspens/HEAD/.claude/commands/resume-handoff.md -o ~/.claude/commands/resume-handoff.mdresume-handoff.md
Show recent saved handoffs and let the user choose which to resume. ## Steps 1. List all `.aspens/sessions/*-handoff.md` files, sorted newest first (max 10). 2. For each, show: number, timestamp (from filename), and the first `## Task summary` or `## Latest prompt` line if present. 3. If no handoffs exist, say so and stop. 4. Ask the user which handoff to resume (by number). 5. Read the selected handoff file. 6. Summarize the task, current state, and next steps. 7. Continue from where the handoff left off.
LLM-powered injection of project context into installed agent templates via `aspens customize agents`
>
Core conventions, tech stack, and project structure for aspens
Claude/Codex CLI execution layer — prompt loading, stream-json parsing, file output extraction, path sanitization, skill file writing, and skill rule generation
Top-level Commander wiring, welcome screen, missing-hook warning, CliError exit handling, and the public programmatic API surface
Multi-target output system — target abstraction, backend routing, content transforms for Codex CLI and future targets
Context health analysis — freshness, domain coverage, hub surfacing, drift detection, LLM-powered interpretation, and auto-repair for generated agent context
Incremental skill updater that maps git diffs to affected skills and optionally auto-syncs via a post-commit hook