superspec:execute

Orchestrates plan execution by dispatching subagents and applying two-stage reviews.

3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/HankLiu447/SuperSpec --skill superspec-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superspec:execute
Source: https://github.com/HankLiu447/SuperSpec/tree/main/skills/subagent-development
Command: npx skills add https://github.com/HankLiu447/SuperSpec --skill superspec-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates plan execution by dispatching fresh subagents to complete individual tasks within a session, helping prevent context drift and ensuring each task starts from a clean slate.

Core Features & Use Cases

  • Fresh subagent per task: Maintains isolation and reduces cross-task context leakage.
  • Two-stage reviews: Spec Compliance Review followed by Code Quality Review to ensure alignment with specs and code quality.
  • Phase Entry Protocol and gating: Enforces structured workflow with pre-task context refresh and post-task updates.
  • Progress & documentation discipline: mandates TodoWrite, updates to tasks.md, and commit traceability.

Quick Start

Prompt the skill to start executing the current implementation plan by loading superspec/changes/[id]/plan.md and dispatching per-task subagents for each task.

Frequently Asked Questions about superspec:execute

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

FAQPage Schema
How do I orchestrate plan execution with fresh subagents to prevent context drift?

Plan execution is orchestrated by dispatching fresh subagents for each individual task within a session. This maintains isolation, reduces cross-task context leakage, and ensures each task starts from a clean slate.

How does a two-stage review process ensure spec compliance and code quality?

A two-stage review process applies a Spec Compliance Review followed by a Code Quality Review. This ensures implementation aligns with specifications first, then validates overall code quality before proceeding.

What is the best way to maintain progress tracking and documentation discipline during task execution?

Maintain progress tracking by enforcing a phase-entry protocol that mandates TodoWrite usage, updates to tasks.md, and commit traceability. This ensures structured workflow gating and full traceability across the session.

How do I start executing an implementation plan using subagent dispatch?

Start executing the implementation plan by loading the superspec/changes/[id]/plan.md file. The skill then automatically dispatches per-task subagents to complete each individual task defined in the plan.

Why should I use fresh subagents for each task instead of a single session context?

Using fresh subagents for each task prevents context drift and cross-task context leakage. Starting each task from a clean slate maintains isolation and ensures the subagent focuses strictly on the current task.