su-reactivate

Reactivate cancelled or deferred Requirements/Tasks from EventJournal state.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-reactivate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: su-reactivate
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/su-ccb/skills/su-reactivate
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-reactivate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill facilitates the reactivation of cancelled or deferred Requirement / subtasks, allowing them to progress to an actionable state while preserving historical cancellation/deferment reasons.

Core Features & Use Cases

  • Reactivate Requirement/Task: Enable the reactivation of specific Requirement or Task that have been cancelled or deferred.
  • Contextual Re-entry: Depending on the situation, reactivated subjects will be directed back to appropriate nodes for further processing.
  • Audit Integrity: Historical cancellation/deferment reasons are maintained to ensure audit trail is not lost.

Quick Start

Reactivate a Requirement with ID 123 by using the command: /ccb:su-reactivate requirement_id=123

Frequently Asked Questions about su-reactivate

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

FAQPage Schema
How do I reactivate a cancelled requirement while preserving the audit trail?

To reactivate a cancelled requirement while preserving audit integrity, use a reactivation command with the requirement ID. The system reads the defined state and EventJournal to restore it to an actionable state without losing historical cancellation reasons.

Can I restore a deferred task to its previous workflow node automatically?

Yes, restoring a deferred task supports contextual re-entry. The system reads the previous state and EventJournal to direct the reactivated task back to the appropriate processing node for continuous project progress.

What happens to the original cancellation reason when a task is reactivated?

When a task is reactivated, the original cancellation or deferment reason is fully maintained. This ensures historical audit preservation, allowing teams to track why items were paused while they resume actionable progress.

How do I trigger requirement reactivation using a specific ID?

You can trigger requirement reactivation by executing the command `/ccb:su-reactivate requirement_id=123`, replacing `123` with your target ID. This reads the defined state to shift the requirement back to an actionable status.

Does project management task reactivation require an EventJournal?

Yes, an EventJournal is required for project management task reactivation. The system reads from this journal and the defined state to accurately restore cancelled or deferred subjects while ensuring audit preservation.

When should I use requirement reactivation in task management workflows?

Use requirement reactivation in task management workflows when previously cancelled or deferred requirements become relevant again. It allows specific subjects to progress to an actionable state while ensuring historical context is preserved for project control.