Prompt file imported from loiane/specs-driven-development-spring-angular (
.github/prompts/help.prompt.md). Copyright stays with the author.
/help
Phase: meta — read-only Owning agent: none
Purpose
Print the command catalog and the recommended phase order. Optionally explain a single command in depth.
Inputs
- Optional
<command-name>(without the leading slash).
Reads
.github/commands/README.md.github/prompts/<command-name>.prompt.mdif a name was supplied.
Writes
Nothing.
Process
- No argument → print the table from
.github/commands/README.mdand the natural-language alias list. - With argument → print the contents of the matching shared command file (Purpose, Inputs, Reads, Writes, Process, Refuse if, Done when).
Refuse if
Never.
Done when
Help text is rendered.