Skip to main content

Welcome to the MS-HR Knowledge Base

This is the internal knowledge base for MS-HR Consulting. It documents our processes, quality management systems, frameworks, and operational standards.

What's in here?

SectionDescription
Quality ManagementISO standards, QM processes, audit procedures
HR ProcessesOnboarding, offboarding, performance reviews
FrameworksConsulting methodology, project management
TemplatesReusable document templates

How to use this wiki

  • Use the sidebar on the left to browse by category
  • Use the search (top-left) to find anything across all documents
  • Each document shows its author, version, and status at the bottom
  • Documents marked ● approved are production-ready

Document statuses

StatusMeaning
● approvedReviewed, validated, and ready to use
◐ reviewUnder active review — use with caution
○ draftWork in progress — not for production use

Contributing

All documentation lives in Markdown files in this repository. To add or edit a document, open a pull request against the main branch on GitHub.

git clone https://github.com/sebi5000/ms-hr.git
cd ms-hr
# edit or create docs/*.md
git commit -m "docs: describe your change"
git push origin feature/my-doc