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>
46 lines
2.2 KiB
Markdown
46 lines
2.2 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [1.0.0] - 2026-04-08
|
|
|
|
### Changed
|
|
- **Architecture**: Commands rewritten as self-contained handlers with embedded domain logic (previously routed to external prompt files)
|
|
- **Agent models**: 4 agents downgraded from opus to sonnet (kvalitetssjekker, kaskadebygger, fremdriftssporer, møtefasilitator); styringsrådgiver remains opus
|
|
- **State management**: Configuration moved from `okr.local.md` in plugin root to `.claude/okr.local.md` in project directory
|
|
- **References consolidated**: All reference material now in single `references/` directory (15 files)
|
|
- **Plugin.json**: Added license, repository, keywords for marketplace readiness
|
|
|
|
### Added
|
|
- **Hooks**: UserPromptSubmit (context injection), PreCompact (state preservation), Stop (session reminder)
|
|
- **Agent examples**: All 5 agents have `<example>` blocks in description for better triggering
|
|
- **Plugin.json metadata**: license, repository, keywords fields
|
|
|
|
### Removed
|
|
- **Prompt pack**: 19 standalone prompt files (absorbed into commands and agents)
|
|
- **Assets directory**: Content moved to references/ or deleted
|
|
- `assets/okr-template-powerpoint.md` (described non-existent PPTX)
|
|
- `assets/start-her.md` (prompt pack getting started guide)
|
|
|
|
### Fixed
|
|
- CLAUDE.md: Corrected agent model tiers, removed stale file references
|
|
- SKILL.md: Removed prompt pack section, updated resource paths
|
|
- SECURITY.md: Fixed version table, corrected config file path
|
|
- Agent path references: `assets/` to `references/`
|
|
|
|
## [0.5.0] - 2026-02-07
|
|
|
|
### Note
|
|
First formal version. Previously unversioned. This plugin has never been used in a real OKR cycle.
|
|
|
|
### What exists today
|
|
- 5 intelligent agents
|
|
- Linear integration for OKR tracking
|
|
- Norwegian public sector context (4-month tertial cycles)
|
|
- Based on Google OKR / John Doerr methodology
|
|
- CFR (Conversations, Feedback, Recognition) framework
|
|
- Examples from transport, roads, and digital services domains
|
|
- Cascading support (organization -> division -> team)
|