File location
.md) is the command name.
Manifest entry
Infacet.json, commands are declared as a map of name to descriptor:
description field is required. Adapter-specific metadata can be declared in the adapters field:
Content format
The file content is the command’s prompt — the instructions that run when the user invokes the command. YAML front matter is optional and is preserved through the build.When to use commands
Commands define what the user can trigger — a specific workflow or action. Use commands for:- Code review workflows
- Deployment checklists
- Refactoring tasks
- Report generation
- Test scaffolding
Further reading
- Manifest Schema — the
commandsfield infacet.json - Getting Started — step-by-step guide including writing a command