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?
| Section | Description |
|---|---|
| Quality Management | ISO standards, QM processes, audit procedures |
| HR Processes | Onboarding, offboarding, performance reviews |
| Frameworks | Consulting methodology, project management |
| Templates | Reusable 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
● approvedare production-ready
Document statuses
| Status | Meaning |
|---|---|
● approved | Reviewed, validated, and ready to use |
◐ review | Under active review — use with caution |
○ draft | Work 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