-
Notifications
You must be signed in to change notification settings - Fork 2
User Guide
Current — this is the living version. Historical snapshots are linked from Index-Releases.
Day-to-day use of okf-graph-eng on an OKF repository.
The plugin treats your OKF bundle as a dual graph:
- Knowledge graph — datasets, metrics, runbooks, APIs, references
-
Agent / harness graph —
AgentNode,Workflow,SharedState,DecisionRecord,ToolCapability,TicketLink
Edges are absolute Markdown links ([Label](/path/to/concept.md)). Optional typed relations live in frontmatter:
links:
- target: /agents/writer.md
rel: routes_to- Slash:
/okf-init - Or ask to initialize an OKF graph-engineering bundle (skill:
okf-init-graph)
Default tree: .okf/ with agents/, workflows/, knowledge/, decisions/, shared/, tickets/, plus index.md and log.md.
Use skill okf-author (or /okf-author). Every concept needs at least type, title, description, timestamp.
python3 scripts/okf-graph.py impact <bundle> <concept>
# or /okf-impactPrefer this before renaming or splitting high-degree agents, workflows, or shared state.
Default: 2 hops, ~20 nodes.
python3 scripts/okf-graph.py pack <bundle> <concept> --hops 2 --max-nodes 20python3 scripts/okf-graph.py validate <bundle>
# or /okf-validateThis repo is managed with WikiTicket SDD. Map work items into OKF:
bin/worklog fold | python3 scripts/okf-ticket-link.py emit --bundle sample-okf --open-onlysample-okf/ models this plugin as both knowledge and agent graph. Use it as a template and for demos.
- CLI-Reference — scripts and flags
- Plugin-Guide — install on Claude Code / Grok Build
- Roadmap — generated from the worklog
- Index-Releases
- Latest snapshot: Roadmap-2026-08-03_v0.3.2-release
- Index-Status
- Index-Decisions