بنقرة واحدة
grace-status
// 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.
// 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.
Operate the optional `grace` CLI against a GRACE project. Use when you want to lint GRACE artifacts, explain/remediate lint issues, check autonomy readiness, inspect project or module health, inspect verification entries, resolve modules from names or file paths, inspect shared/public module context, or inspect file-local/private markup through `grace lint`, `grace status`, `grace module`, `grace verification`, and `grace file show`.
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.
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.
Execute the full GRACE development plan step by step with controller-managed context packets, verification-plan excerpts, scoped reviews, level-based verification, and commits after validated sequential steps.
Execute a GRACE development plan in controller-managed parallel waves with selectable safety profiles, verification-plan excerpts, batched shared-artifact sync, and scoped reviews.
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.
| name | grace-status |
| description | 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. |
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"