cx-continue

Restore change context via Primer and dispatch the appropriate agent.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/AngelMaldonado/skills --skill cx-continue
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: cx-continue
Source: https://github.com/AngelMaldonado/skills/tree/main/.claude/skills/cx-continue
Command: npx skills add https://github.com/AngelMaldonado/skills --skill cx-continue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resumes active change work by restoring the change context and dispatching the appropriate agent to continue.

Core Features & Use Cases

  • Load the active change context via Primer and retrieve the last session summary to guide next steps.
  • Assess remaining work using change status and dynamically dispatch the executor, planner, or reviewer as needed.
  • Handle empty or multiple-change scenarios by redirecting to BUILD/init or prompting the user to select a change.

Quick Start

Say "let's continue" to resume your active change.

Frequently Asked Questions about cx-continue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume an active change workflow after stopping?β–Ό

To resume an active change workflow, load the change context via Primer, assess remaining work using change status, and dynamically dispatch the executor, planner, or reviewer to safely continue.

What happens if there are no active changes when I try to resume work?β–Ό

If there are no active changes when you try to resume work, the workflow redirects to BUILD/init to properly initialize a new change context before any execution or planning can begin.

How does the change context restoration mechanism decide which agent to dispatch?β–Ό

Change context restoration assesses remaining work using change status and conditionally routes to the executor for implementation, the planner for strategy, or the reviewer for verification.

Can I recover a previous session summary to guide my next development steps?β–Ό

Yes, you can recover a previous session summary by loading the active change context via Primer, which retrieves the last session summary to guide your next steps and ensure safe progression.

How do I handle multiple active changes when resuming a development workflow?β–Ό

When handling multiple active changes, the workflow prompts you to select a specific change before restoring its context, ensuring the correct session summary and status are loaded for dispatch.