mission-control-task-ops

Manage Mission Control task lifecycles in Supabase with metadata updates.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/spiral-app-labs/skills --skill mission-control-task-ops
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mission-control-task-ops
Source: https://github.com/spiral-app-labs/skills/tree/main/mission-control-task-ops
Command: npx skills add https://github.com/spiral-app-labs/skills --skill mission-control-task-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mission Control task lifecycle management is often manual and error-prone; this skill centralizes creation, prioritization, dependency handling, status enforcement, and safe metadata updates to streamline task orchestration in Supabase.

Core Features & Use Cases

  • Create cold-start briefs for new tasks including what to do, where to do it, acceptance criteria, context/why, and blockers.
  • Set dependencies and priorities across tasks using metadata.blocked_by and status fields.
  • Enforce standardized statuses (todo, in_progress, in_review, done) and prevent cancellation of active tasks.
  • Apply the Safe Metadata Update Pattern to merge changes safely without overwriting important fields.
  • Coordinate upstream and downstream work and escalate when critical-path tasks stall.

Quick Start

Create a cold-start brief for a new Mission Control task including objective, location, acceptance criteria, context, and blockers.

Frequently Asked Questions about mission-control-task-ops

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

FAQPage Schema
How do I automate Mission Control task lifecycle management in Supabase?▼

Automating Mission Control task lifecycle management in Supabase involves centralizing creation, setting dependencies, enforcing statuses, and applying safe metadata updates. It requires explicit created_by_agent metadata on creation and prohibits cancellation of active tasks.

What is a cold-start brief for task-management workflows?▼

A cold-start brief for task-management workflows defines what to do, where to do it, acceptance criteria, context or why, and blockers for a new task. It provides foundational structure before execution begins in the pipeline.

How do I set dependencies and priorities across Supabase backlog tasks?▼

To set dependencies and priorities across Supabase backlog tasks, you apply metadata.blocked_by and status fields. This coordinates upstream and downstream work to escalate when critical-path tasks stall.

How does the Safe Metadata Update Pattern work for task-management pipelines?▼

The Safe Metadata Update Pattern merges changes safely without overwriting important fields in task-management pipelines. It patches metadata updates across the Mission Control task pipeline to prevent data loss during concurrent modifications.

Can I cancel active Mission Control tasks in Supabase?▼

No, you cannot cancel active Mission Control tasks in Supabase using this approach. The system enforces standardized statuses like todo, in_progress, in_review, and done, and explicitly prohibits cancellation of active tasks.

Do I need created_by_agent metadata to create tasks in Supabase workflows?▼

Yes, you need created_by_agent metadata to create tasks in Supabase workflows. Explicit created_by_agent metadata is required on creation to properly track task origin and automate lifecycle management within the pipeline.