Manually save current work state to a handoff document for later resumption. Usage: /save [feature-name]
Saves your current work state to a handoff document for later resumption. Use `/save [feature-name]` at the end of a session or before context gets too long.
/plugin marketplace add astrosteveo/harness-mp/plugin install harness@harness-mpThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create a handoff document from current session state, allowing work to be resumed later with /resume.
Announce at start: "I'm using the save skill to create a handoff document."
/save oauth-service
/save # will prompt for feature name
If feature name provided as argument: Use it
If no argument:
.artifacts/ directoriesAsk the user:
"How should this be executed when resumed?
A) Batch mode (executing-plans) - Execute 2-3 tasks at a time with human review between batches. Better for complex/risky work where you want oversight.
B) Subagent mode (subagent-driven-development) - Fresh subagent per task with automated spec + quality review. Faster iteration, no human-in-loop between tasks. (Recommended)"
Ask the user:
"What context should I capture for the next session? Include:
Look for *-implementation-plan.md in .artifacts/<feature-name>/:
Create .artifacts/<feature-name>/YYYY-MM-DD-handoff.md:
# [Feature Name] Implementation Handoff
<!-- HANDOFF-META
execution-style: [user's choice]
plan-file: [plan filename or "none"]
-->
## Quick Start
1. Read this document
2. [If plan exists] Open the implementation plan: `[plan-file]`
3. Resume with: `/resume .artifacts/<feature-name>/YYYY-MM-DD-handoff.md`
## Context
**What we're building:** [From user input]
**Why:** [From user input]
**Design doc:** [If exists in .artifacts]
## Key Decisions Made
[From user input - what was decided]
## Current Status
[From user input - where we are]
## Next Steps
[From user input - what needs to happen]
## Codebase Orientation
**Key files touched so far:**
[List files modified in this session if detectable]
## Ready to Resume
Open a fresh Claude session and run:
> /resume .artifacts/<feature-name>/YYYY-MM-DD-handoff.md
git add .artifacts/<feature-name>/YYYY-MM-DD-handoff.md
git commit -m "docs: save <feature-name> handoff for resumption"
Tell the user:
Handoff saved!
š .artifacts/<feature-name>/YYYY-MM-DD-handoff.md
To resume later, start a fresh session and run:
> /resume .artifacts/<feature-name>/YYYY-MM-DD-handoff.md
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.