From canon
Use when the user asks to review recent work, mine repeated workflows, identify useful skills, subagents, automations, or package recurring work into reusable assets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/canon:look-backThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Adapted from [Mervin Praison's Codex Meta-Prompt](https://mer.vin/2026/05/codex-meta-prompt-turn-repeated-sessions-into-skills-subagents-and-automations/) (mer.vin, May 25, 2026). See [CREDITS.md](../../CREDITS.md) for the full attribution.
Adapted from Mervin Praison's Codex Meta-Prompt (mer.vin, May 25, 2026). See CREDITS.md for the full attribution.
Mine recent work for repeated workflows and propose the smallest reusable asset: a skill, subagent, automation proposal, or extension to something that already exists.
This workflow is intentionally conservative. It should produce a shortlist before creating files, and it should skip weak candidates.
Primary command:
/canon:look-back
Natural triggers:
Inspect available evidence in this order:
MEMORY.md, ERRORS.md, and CLAUDE.md.If a source is missing, state that it was skipped and continue.
A candidate can be packaged only when it satisfies all of these:
Default to "skip" when evidence is weak.
| Form | Use When | Output Location |
|---|---|---|
| Skill | Reusable workflow or playbook | skills/<slug>/SKILL.md |
| Subagent | Bounded specialist role or investigation task | agents/<slug>.md or documented prompt |
| Automation | Recurring check, reminder, report, or monitor | Proposal only in v1 |
| Extend existing | Existing skill covers 70%+ of workflow | Patch existing skill after confirmation |
| Skip | One-off, sensitive, vague, or poorly evidenced | Report only |
## Shortlist
- **<candidate>** — <skill | subagent | automation | extend existing | skip>
- Evidence: <sources and dates>
- Why this form: <one sentence>
- Confidence: <high | medium | low>
## Recommended Next Step
<One small action, or "no asset yet">
npx claudepluginhub orthogon-ai-labs/canonGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.