Expert OKR guidance based on Google/Doerr methodology, adapted for 4-month tertial cycles and Norwegian government accountability. Components: - 8 commands (skriv, kvalitet, kaskade, sporing, møter, innføring, governance, oppsett) - 5 agents (kvalitetssjekker, kaskadebygger, fremdriftssporer, møtefasilitator, styringsrådgiver) - 3 hooks (UserPromptSubmit context injection, PreCompact state preservation, Stop reminder) - 15 reference files covering methodology, governance, meetings, antipatterns - Linear MCP integration for OKR tracking Previously in ktg-privat, now open-sourced. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1.6 KiB
1.6 KiB
Contributing to OKR Offentlig Sektor
Takk for at du vil bidra til OKR-pluginen!
How to Contribute
Reporting Bugs
- Check existing issues to avoid duplicates
- Open a new issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your environment (OS, Claude Code version)
Suggesting Features
- Open an issue with the "enhancement" label
- Describe the use case and expected behavior
- Explain why this would benefit other users
- Consider public sector context and constraints
Submitting Pull Requests
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Test thoroughly with
/okrcommands - Commit with clear messages (
feat:,fix:,docs:) - Push and open a PR
Development Setup
- Clone the repo
- Add to your Claude Code plugins:
{ "plugins": ["path/to/okr"] } - Restart Claude Code
- Run
/okrto verify installation
Code Style
- Follow existing patterns in the codebase
- Use YAML frontmatter for all commands/agents
- Keep commands focused and single-purpose
- Norwegian for user-facing text (commands, descriptions)
- English for code, config, and documentation structure
- Document new features in README.md
OKR Domain Knowledge
When contributing OKR-related content:
- Follow Google/Doerr methodology
- Consider 4-month cycle constraints (Norwegian public sector)
- Include examples relevant to public sector
- Reference Oboard tracking where applicable
Questions?
Open an issue with the "question" label.