okq-write-okf
Installation
SKILL.md
Write documents that okq can parse, link, and rank. Explore first
(okq-explore) so you cross-link to what already exists instead of duplicating
it. See okq-reference for the command contract.
Start from a template — don't hand-roll frontmatter
okq new stamps a correctly-shaped file (frontmatter + section skeleton + today's
date) and prints its path. Prefer it over writing frontmatter from memory.
okq new --list # show available types
okq new adr "Adopt Tantivy for search" # auto-numbered ADR in adrs/
okq new feature "Saved searches" # feature spec in features/
$EDITOR "$(okq new feature 'Saved searches')" # create then open