feat(templates): add Jinja2 templates for 5 core QMS documents - #3
Merged
Conversation
- policy.md.j2: Quality Policy (Cl. 5.2)
- procedure.md.j2: generic procedure template reusable for all Cl. 7-10 procedures
- mgmt_review_agenda.md.j2: Management Review agenda + minutes (Cl. 9.3)
- internal_audit_checklist.md.j2: full clause 4-10 audit checklist (Cl. 9.2)
- capa_form.md.j2: CAPA form with root cause analysis + effectiveness review (Cl. 10.2)
All templates use {{ variable }} Jinja2 placeholders rendered by core/renderer.py.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
core.yaml: clause titles, document titles, role labels/responsibilities, record type labels, KPI labels/units, CAPA state labels. Overlay files: organisation placeholder text, comments, tracker names. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
policy.md.j2— Quality Policy (Cl. 5.2)procedure.md.j2— generic procedure reusable for all Cl. 7–10 proceduresmgmt_review_agenda.md.j2— Management Review agenda + minutes (Cl. 9.3)internal_audit_checklist.md.j2— full clause 4–10 audit checklist (Cl. 9.2)capa_form.md.j2— CAPA form with root cause analysis + effectiveness review (Cl. 10.2)All content in English. All templates use
{{ variable }}Jinja2 placeholders rendered bycore/renderer.py(coming in next PR).Test plan
{{ variable }}consistent throughoutGenerated with Claude Code