963 B
963 B
AI Usage 0.1
- Read
gsp.manifestfirst. - Treat
design/as the default GSP source directory. .gspfiles use YAML.- Preserve
id; do not rename it unless explicitly requested. idis the unique identity of a GSP unit.titleis display text; useidwhentitleis missing.- Use only fields valid for the declared GSP version.
withmeans related design context.refinesmeans single-source refinement.- Empty
contextmeans placeholder. - Do not invent missing referenced GSPs silently.
- Use
gsp validateafter editing GSP files. - Use
gsp indexto locate GSP units. - Use
gsp trace <id>to inspect relations. - Use
gsp flatten <id>before implementation or task splitting. - Use
gsp pack <id>when a compact AI context is needed. - Use
gsp impact <id>before changing shared GSP units. - Use
gsp message validate <file>for agent communication messages. - Use
gsp stage-check --stage <stage>before stage handoff.