skills/productionos-resume/SKILL.md
Resume a paused pipeline from .productionos/CHECKPOINT.json. Restores context and routes to the correct step.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Resume a paused pipeline from .productionos/CHECKPOINT.json. Restores context and routes to the correct step.
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| target | path or context | cwd | What to operate on |
Resume work from a previously paused pipeline.
Read checkpoint:
Read .productionos/CHECKPOINT.json
If not found: "No checkpoint found. Start a new pipeline with /production-upgrade or /omni-plan."
Validate state:
git diff --name-only with saved uncommitted_files"WARNING: Working tree has changed since pause. {N} new files, {M} missing files."Display status:
[ProductionOS] Resuming pipeline.
Command: {command}
Paused at: {step} ({timestamp})
Grade: {before} → {current}
Artifacts: {N} files in .productionos/
Uncommitted: {N} files
Route to command:
command and step fields--resume-from context:
/omni-plan → resume from the saved step number/production-upgrade → resume from the saved step/auto-swarm → resume with remaining coverage gaps.productionos/ artifacts as prior work (the Preamble's artifact reuse check handles this)Clean up:
| Scenario | Action | |----------|--------| | No target provided | Ask for clarification with examples | | Target not found | Search for alternatives, suggest closest match | | Missing dependencies | Report what is needed and how to install | | Permission denied | Check file permissions, suggest fix | | State file corrupted | Reset to defaults, report what was lost |
tools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.