gpd-help

Displays the complete GPD command reference and state-aware usage guidance.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-help-michaelsengineering
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gpd-help
Source: https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics/tree/main/.agents/skills/gpd-help
Command: npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-help-michaelsengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researchers using the GPD (Get Physics Done) workflow often lose track of which command to run next or forget exact command syntax and flags. This Skill provides the full GPD command reference on demand, including a state-aware variant that shows only the commands relevant to the current project stage. ## Core Features & Use Cases - Full Command Reference: Outputs the complete catalog of GPD commands covering project initialization, phase planning, execution, verification, publishing, and configuration. - Contextual Help: When a state-aware view is requested, checks project state via the GPD CLI and shows only the 5-8 commands relevant right now (e.g., no project yet, plans ready to execute, manuscript awaiting review). - Workflow Concepts: Explains the GPD hierarchy (Project, Milestone, Phase, Plan, Task) and the typical research workflow from new-project through arXiv submission. - Use Case: You have an initialized GPD project with plans created but not executed. Invoke the help skill to see that $gpd-execute-phase and $gpd-show-phase are the relevant next commands. ## Quick Start Ask the assistant to show the GPD command reference or request contextual help for the current project state.

Frequently Asked Questions about gpd-help

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

FAQPage Schema
How do I see all available GPD commands?▼

Invoke the gpd-help skill to display the complete GPD command reference covering project initialization, phase planning, execution, verification, and publishing. Use the --all flag hint for the full listing rather than the state-aware short view.

What is the GPD workflow for a physics research project?▼

GPD organizes research into Project, Milestone, Phase, Plan, and Task levels. The typical flow is $gpd-new-project, then $gpd-plan-phase and $gpd-execute-phase per phase, followed by $gpd-verify-work, $gpd-write-paper, $gpd-peer-review, and $gpd-arxiv-submission.

How does contextual help decide which commands to show?▼

The state-aware variant checks project state via the GPD CLI and shows only 5-8 relevant commands. For example, with no project it suggests $gpd-new-project, and with a referee report present it suggests $gpd-respond-to-referees.

Does gpd-help modify my project files or state?▼

No, gpd-help only outputs reference content and explicitly avoids project-specific analysis, git status, or next-step commentary beyond the reference. The contextual variant reads project state through the GPD CLI but does not write artifacts.

Which GPD CLI should be used in Codex shell environments?▼

Use /home/qol/.gpd/venv/bin/python -m gpd.runtime_cli --runtime codex --config-dir ./.codex --install-scope local instead of the ambient gpd on PATH. To use the repo environment intentionally, pin GPD_ACTIVE_RUNTIME=codex with uv run gpd.