Files
claude-engineering-plugin/plugins/compounding-engineering/skills/compound-docs/assets/critical-pattern-template.md
Kieran Klaassen dbdd9c6676 Rename /codify to /compound and codify-docs to compound-docs
The new names better reflect the compounding engineering philosophy:
each documented solution compounds your team's knowledge.

- /codify → /compound (old command shows deprecation notice)
- codify-docs → compound-docs skill
- Updated all docs, philosophy sections, and references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 14:13:00 -08:00

880 B

Critical Pattern Template

Use this template when adding a pattern to docs/solutions/patterns/cora-critical-patterns.md:


N. [Pattern Name] (ALWAYS REQUIRED)

WRONG ([Will cause X error])

[code showing wrong approach]

CORRECT

[code showing correct approach]

Why: [Technical explanation of why this is required]

Placement/Context: [When this applies]

Documented in: docs/solutions/[category]/[filename].md


Instructions:

  1. Replace N with the next pattern number
  2. Replace [Pattern Name] with descriptive title
  3. Fill in WRONG example with code that causes the problem
  4. Fill in CORRECT example with the solution
  5. Explain the technical reason in "Why"
  6. Clarify when this pattern applies in "Placement/Context"
  7. Link to the full troubleshooting doc where this was originally solved