grace-plan

Installation
SKILL.md

Run the GRACE architectural planning phase.

Prerequisites

  • docs/requirements.xml must exist and have at least one UseCase
  • docs/technology.xml must exist with stack decisions
  • docs/verification-plan.xml should exist as the shared verification artifact template
  • If requirements or technology are missing, tell the user to run $grace-init first
  • If the verification plan template is missing, recreate it before finalizing the planning artifacts

Architectural Principles

When designing the architecture, apply these principles:

Contract-First Design

Every module gets a MODULE_CONTRACT before any code is written:

  • PURPOSE: one sentence, what it does
  • SCOPE: what operations are included
  • DEPENDS: list of module dependencies
  • LINKS: knowledge graph node references
Related skills
Installs
27
GitHub Stars
160
First Seen
Mar 14, 2026