escalate

Move open questions in inbox.json to answered and append answers to chat.jsonl.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill escalate-brucebanner010198-commits
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: escalate
Source: https://github.com/brucebanner010198-commits/DevSecOps-Agency/tree/main/skills/escalate
Command: npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill escalate-brucebanner010198-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surface open questions in the active project's inbox.json, capture answers, and resume the pipeline.

Core Features & Use Cases

  • Surface open questions in inbox.json, capture answers, and move entries from open to answered.
  • Append answers to chat.jsonl with timestamps and provenance, ensuring traceability of decisions.
  • Clear blockers from status.json.blockers and re-dispatch the lead of the current phase to resume progress.
  • Trigger the command-center flow to refresh state and continue processing.

Quick Start

Run escalate to surface open inbox questions, answer them, and resume the pipeline.

Frequently Asked Questions about escalate

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

FAQPage Schema
How do I resolve pipeline blockers from an inbox file?▼

To resume an automated workflow, clear blockers in status.json and re-dispatch the lead of the current phase. This triggers the command-center flow to refresh state and continue processing after resolving inbox questions.

How do I maintain traceability of decisions when answering pipeline questions?▼

Maintain decision traceability by appending captured answers to chat.jsonl with timestamps and provenance. This ensures a historical record of resolutions made when clearing blockers from the project inbox.

How does clearing blockers re-dispatch the current phase lead?▼

Clearing blockers re-dispatches the phase lead by removing the block in status.json and triggering the command-center flow. This refreshes the pipeline state and resumes the automated workflow from where it paused.

What happens to open questions in inbox.json after they are answered?▼

Open questions in inbox.json are moved to an answered state after resolution. This transition records the resolution and allows the pipeline to clear the status blockers and resume execution.

Can I automate workflow resumption after answering open questions?▼

You can automate workflow resumption by capturing answers to open questions and clearing status.json blockers. The system then re-dispatches the current phase lead to automatically continue the pipeline.