skills/grace/grace-ask/SKILL.md
Answer a question about a GRACE project using full project context. Use when the user has a question about the codebase, architecture, modules, or implementation — loads all GRACE artifacts, navigates the knowledge graph, and provides a grounded answer with citations.
npx skillsauth add osovv/grace-marketplace grace-askInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Answer a question about the current GRACE project.
Read the following files (skip any that don't exist):
AGENTS.md — project principles and conventionsdocs/knowledge-graph.xml — module map, dependencies, exportsdocs/requirements.xml — use cases and requirementsdocs/technology.xml — stack, runtime, librariesdocs/development-plan.xml — phases, modules, contractsdocs/verification-plan.xml — tests, traces, log markers, and execution gatesdocs/operational-packets.xml — canonical packet, delta, and failure handoff shapesBased on the question, find the most relevant modules:
If the optional grace CLI is available, you may use:
grace module find <query> --path <project-root> to resolve module IDs from names, paths, dependencies, or verification refsgrace module show M-XXX --path <project-root> --with verification to pull the shared/public module snapshotgrace file show <path> --path <project-root> --contracts --blocks to pull file-local/private context for the implementation detailsIf the question is about specific behavior or implementation:
Provide a clear, concise answer grounded in the actual project artifacts. Always cite which files/modules/blocks your answer is based on.
$grace-* skilldevelopment
Create GRACE subagent presets for the current agent shell. Use when you want GRACE worker and reviewer agent files scaffolded for Claude Code, OpenCode, Codex, or another shell.
development
Execute a GRACE development plan in controller-managed parallel waves with selectable safety profiles, verification-plan excerpts, batched shared-artifact sync, and scoped reviews.
development
Bootstrap GRACE framework structure for a new project. Use when starting a new project with GRACE methodology - creates docs/ directory, AGENTS.md, and XML templates for requirements, technology, development plan, verification plan, knowledge graph, and operational packet contracts.
development
Complete GRACE methodology reference. Use when explaining GRACE to users, onboarding new projects, or when you need to understand the GRACE framework - its principles, semantic markup, knowledge graphs, contracts, testing, and unique tag conventions.