exec-plan

$npx mdskill add first-fluke/fullstack-starter/exec-plan

Execute complex workflows by following stored plan steps.

  • Agents perform multi-step tasks using predefined execution plans.
  • The skill reads workflow instructions from the exec-plan repository.
  • Execution follows the exact sequence defined in the plan document.
  • Results are delivered by completing each step in order.
SKILL.md
.github/skills/exec-planView on GitHub ↗
---
name: exec-plan
description: Create, manage, and track execution plans as first-class repository
  artifacts in docs/exec-plans/
disable-model-invocation: true
---

# /exec-plan

Read and follow `.agents/workflows/exec-plan.md` step by step.
More from first-fluke/fullstack-starter