From productionos
Resume a paused pipeline from .productionos/CHECKPOINT.json. Restores context and routes to the correct step.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Resume a paused pipeline from .productionos/CHECKPOINT.json. Restores context and routes to the correct step.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
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 |