grace-generate

Installation
SKILL.md

Generate code for the module specified by the user.

Prerequisites

  • docs/development-plan.xml must contain this module's contract
  • docs/knowledge-graph.xml must have this module registered
  • If either is missing, tell the user to run $grace-plan first

Process

Step 1: Load Context

Use the smallest complete context that still preserves contract fidelity.

  1. In standalone generation, read:
    • the target module's entry in docs/knowledge-graph.xml
    • all modules it depends on
    • the contracts of those dependency modules
  2. In controller-driven multi-agent generation, treat the controller's execution packet as the primary source of truth
  3. If the packet already contains the module contract, graph entry, dependency summaries, write scope, and verification command, do not reread the whole plan and graph again
  4. Read extra local files only when needed to implement the assigned module correctly
Related skills
Installs
8
GitHub Stars
160
First Seen
Mar 14, 2026