plastic-intent-savepoint
SolidUse when verifying or repairing an intent's savepoint ledger, when the user says "save" or "savepoint", or when a PreCompact hook fires. The ledger is written automatically by the gate hook at each lifecycle boundary; this skill only reads, verifies, and rebuilds it.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- zalom
- Repository
- zalom/plastic
- Created
- 3 months ago
- Last Updated
- today
- Language
- Ruby
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
save-state
Update project ledger with current state. Use periodically to preserve context before compaction.
plastic-intent-continuing
Use when a specific intent is named to resume, by id or by description, or on `continuing --intent {id}`. Reads that intent's savepoint ledger and hands off to plastic-intent-starting. The general "continue" / new-session triggers belong to the plastic-continuing router, not here, so a bare "continue" does not settle on this skill directly. Boot (health check, core context, version, statusline) is owned by the SessionStart hook, not this skill. Does not drive work autonomously (that is plastic-auto).
checkpoint
Save a durable savepoint of the current work — a state snapshot in docs/checkpoints/, a CHANGELOG entry when something user-facing changed, and a ready-to-paste prompt for the next session. Use before /compact, when closing a phase or milestone, at the end of a long session, or when the user says "checkpoint", "save the state", "wrap this up", "summarize before compacting". Surfaces uncommitted work so committing becomes a deliberate decision — it reads git, it never writes to it.