grace-init

Create GRACE project scaffolding with docs/, AGENTS.md, and XML templates.

3|2|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/ShutovKS/tts-server --skill grace-init-shutovks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grace-init
Source: https://github.com/ShutovKS/tts-server/tree/main/.opencode/skills/grace-init
Command: npx skills add https://github.com/ShutovKS/tts-server --skill grace-init-shutovks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Bootstrap GRACE scaffolding for starting a new project by creating docs/, AGENTS.md, and XML templates for governance, planning, and verification.

Core Features & Use Cases

  • Scaffold a GRACE project structure including docs/ and assets/templates for governance artifacts.
  • Generate standard XML templates from assets/docs and AGENTS.md from assets/ for new initiatives.
  • Provide a repeatable onboarding workflow for project teams to align planning and verification artifacts.

Quick Start

Scaffold a GRACE project skeleton by running the grace-init workflow and supplying project metadata.

Frequently Asked Questions about grace-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a project structure with governance and planning templates?

To scaffold project governance templates, run the GRACE initialization workflow to generate a docs/ directory, AGENTS.md, and standard XML templates for development planning, verification, and knowledge graph tracking.

What is a GRACE project structure and when do I need it?

A GRACE project structure is a standardized scaffolding layout that creates XML documentation artifacts for governance, planning, and verification workflows. You need it when starting a new initiative that requires repeatable project alignment and artifact tracking.

What files are generated when bootstrapping a GRACE project?

Bootstrapping a GRACE project generates AGENTS.md at the project root and XML templates inside the docs/ directory, including knowledge-graph.xml, development-plan.xml, verification-plan.xml, requirements.xml, technology.xml, and operational-packets.xml.

Can I use project scaffolding tools to set up documentation and governance from scratch?

Yes, project scaffolding tools can initialize governance and documentation from scratch by reading template assets and automatically generating the required AGENTS.md file and XML planning artifacts to onboard new project teams.

Do I need any dependencies installed to generate GRACE XML documentation templates?

No external dependencies are required to generate GRACE XML documentation templates. The scaffolding process operates independently using its internal assets to read and output the project governance files directly into your workspace.

What's the best way to standardize project governance artifacts across new initiatives?

The best way to standardize project governance artifacts is to use a scaffolding approach that automatically generates repeatable XML templates for requirements, technology, and verification, ensuring teams align planning workflows consistently.