execute-plan-using-subagent

Installation
SKILL.md

Execute Plan Using Subagent

Run an existing plan from the current context without bloating the main context: first spawn an Implementer subagent, then spawn a Reviewer subagent to check the implementation against the plan and project practices.

Quick start

  1. Extract the current plan from the conversation and restate only the actionable requirements.
  2. Spawn the Implementer subagent using IMPLEMENTER_PROMPT.md.
  3. After the Implementer returns, spawn the Reviewer subagent using REVIEWER_PROMPT.md.
  4. If the Reviewer finds blocking issues, ask the Implementer to fix them or fix them directly if small.
  5. Report the implementation status, review result, changed files, and verification commands.

Workflow

1. Confirm there is a plan

  • Use the plan already present in the current conversation as the source of truth.
  • If no concrete plan exists, stop and ask the user for the plan or ask whether to draft one first.
  • Do not invent missing requirements. If a decision blocks execution, ask one focused question.
Related skills
Installs
1
First Seen
6 days ago