by @tkarakai
Load an AI agent instruction template into the current project. Use when you need structured instructions for a specific role like technical planning.
Load an AI agent instruction template into the current project's .agents/ directory.
Specify the template name, optionally with a version:
/load-template Software-Technical-Planner
/load-template Software-Technical-Planner@v1.0.0
.agents/<template-name>/AGENTS.md with agent instructions.agents/.loaded-templates.yaml for traceabilityRun the loader script:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tkarakai/ai-agent-instruction-templates/main/load.sh)" -- $ARGUMENTS
.agents/<template-name>/AGENTS.md for the agent instructions.agents/.loaded-templates.yaml for commit/PR metadata.agents/ (should be gitignored)template.yaml are automatically loaded/list-templates to see available templates