plugins/grace/skills/grace/grace-status/SKILL.md
Show the current health status of a GRACE project. Use to get an overview of project artifacts, codebase metrics, knowledge graph health, verification coverage, and suggested next actions.
npx skillsauth add osovv/grace-marketplace grace-statusInstall 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.
Show the current state of the GRACE project, including whether it is safe to hand to a longer autonomous run.
When the optional CLI is available, prefer grace status --path <project-root> for the initial report. Use grace status --with modules --path <project-root> when project-level health is not enough and you need module summaries before deeper investigation.
Check existence and version of:
AGENTS.md — GRACE principlesdocs/knowledge-graph.xml — version and module countdocs/requirements.xml — version and UseCase countdocs/technology.xml — version and stack summarydocs/development-plan.xml — version and module countdocs/verification-plan.xml — version and verification entry countdocs/operational-packets.xml — optional packet template versionScan source files and report:
Quick check:
grace lint --profile autonomousIf the optional grace CLI is available, you may also run grace lint --path <project-root> as a fast integrity snapshot and include any relevant findings in the report.
If the report is specifically about autonomous execution readiness, also run grace lint --profile autonomous --path <project-root> and summarize blockers versus warnings.
When the report needs focused navigation instead of raw artifact dumps, you may also use:
grace module find <query> --path <project-root> to resolve the relevant module from names, IDs, dependencies, or changed pathsgrace module show M-XXX --path <project-root> --with verification,health for the shared/public module snapshotgrace module health M-XXX --path <project-root> for the module-scoped blockers, warnings, and next actiongrace verification show V-M-XXX --path <project-root> for the linked verification entry itselfgrace file show <path> --path <project-root> --contracts --blocks for the file-local/private markup snapshotList the 5 most recent CHANGE_SUMMARY entries across source and substantive test files.
Based on the status, suggest what to do next:
$grace-plan"$grace-verification"$grace-execute or $grace-multiagent-execute"$grace-refresh"grace lint --path <project-root>"grace lint --explain <code>"grace module show M-XXX --path <project-root> --with verification or grace file show <path> --path <project-root> --contracts --blocks"$grace-verification"grace lint --profile autonomous --path <project-root> and strengthen verification or packet quality before execution"development
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.