grace-execute

Installation
SKILL.md

Execute the development plan step by step, generating code for each pending module with validation and commits.

Prerequisites

  • docs/development-plan.xml must exist with an ImplementationOrder section
  • docs/knowledge-graph.xml must exist
  • docs/verification-plan.xml should exist and define module-level checks for the modules you plan to execute
  • if docs/operational-packets.xml exists, use it as the canonical packet and delta reference
  • If the plan or graph is missing, stop immediately and tell the user to run $grace-plan themselves before large execution runs
  • If the verification plan is missing or still skeletal, stop immediately and tell the user to run $grace-verification themselves before large execution runs
  • Prefer this skill when dependency risk is higher than the gain from parallel waves, or when only a few modules remain

Core Principle

Keep execution sequential, but keep context handling and verification disciplined.

  • The controller parses shared artifacts once and carries the current plan state forward step by step
  • Each step gets a compact execution packet so generation and review stay focused
  • Reviews should default to the smallest safe scope
  • Verification should be split across step, phase, and final-run levels instead of repeating whole-repo work after every clean step
Related skills
Installs
28
GitHub Stars
160
First Seen
Mar 14, 2026