session-management

Coordinate session-based development workflows with plan approval and verification gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rghamilton3/mission-control-rack --skill session-management-rghamilton3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-management
Source: https://github.com/rghamilton3/mission-control-rack/tree/main/.claude/skills/session-management
Command: npx skills add https://github.com/rghamilton3/mission-control-rack --skill session-management-rghamilton3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a structured, auditable workflow for multi-phase implementation work so that complex coding tasks are planned, executed, and verified with clear ownership and evidence before claiming completion.

Core Features & Use Cases

  • Plan generation and approval: Auto-invoke a blueprint phase to produce detailed plans saved to task files and pause for user approval.
  • Task orchestration and specialist agents: Create and synchronize TaskList entries, assign owners, manage dependencies, and dispatch specialist agents during execution.
  • Verification and lifecycle governance: Enforce verification gates, branch completion practices, and a session status lifecycle (PENDING → IN_PROGRESS → COMPLETE → VERIFIED) to ensure evidence-based completion.
  • Use Case: Turn a complex feature request into a reviewed plan, execute tasks across frontend/backend specialists, and show test/build outputs before merging.

Quick Start

Start a session by giving a concise request with the session type (e.g., development or debugging), review the generated blueprint, then approve it to run the implementation phase.

Frequently Asked Questions about session-management

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

FAQPage Schema
How do I coordinate multi-phase development tasks with plan approval and verification?

Task orchestration for complex codebase implementation works by creating synchronized TaskList entries, assigning owners, managing dependencies, and dispatching specialist agents for frontend or backend execution during the implementation phase.

What is a session-based workflow for debugging and code migration?

A session-based workflow for debugging and migration applies lifecycle state transitions from PENDING to VERIFIED, ensuring that each phase of the task is planned, executed, and validated with clear ownership and evidence before claiming completion.

How do I automate plan generation and tasklist synchronization for feature implementation?

Automating plan generation involves invoking a blueprint phase to produce detailed plans saved to task files, then pausing for user approval. After approval, tasklist synchronization manages dependencies and dispatches specialist agents for execution.

Does this session management workflow support test-driven development and code review sessions?

Yes, this session management workflow supports test-driven development and code review sessions by applying verification gates, branch completion practices, and lifecycle governance to ensure evidence-based completion before merging any complex feature request.

When should I use automated task orchestration instead of manual implementation tracking?

Automated task orchestration should be used for complex coding tasks that require multi-phase execution, specialist agent dispatch across frontend and backend, and strict verification gates to ensure evidence-based completion before merging.