Getting Started¶
Who this project is for¶
Neksus JobSpec is for teams and developers who want structured, portable hiring specs that can be validated and rendered consistently.
Main use cases¶
- Create structured job descriptions in YAML
- Export to common output formats (Markdown, HTML, JSON)
- Feed LLM tools with normalized role data
- Prepare structured content for future ATS/job-board pipelines
- Keep an open-source foundation that can later support hosted API/server offerings
Conceptual flow¶
- Write a
*.jobspec.yamlfile. - Validate against JobSpec model rules.
- Inspect normalized fields and metadata.
- Render to output formats.
- Run project-level checks for consistency and duplicate IDs.
Command reference¶
Top-level command groups:
neksus-jobspec versionneksus-jobspec initneksus-jobspec renderneksus-jobspec spec ...neksus-jobspec checkneksus-jobspec themes ...neksus-jobspec config ...
For setup and command examples, continue with Installation and Quickstart.