Help us improve
Share bugs, ideas, or general feedback.
From interkasten
Project Onboarding & Doc Gap Fill
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interkastenHow this skill is triggered — by the user, by Claude, or both
Slash command
/interkasten:onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate classification, doc generation, drift scanning, and sync for all registered projects.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Orchestrate classification, doc generation, drift scanning, and sync for all registered projects.
Use when: user says "onboard projects", "fill doc gaps", "generate docs for my projects", or invokes /interkasten:onboard.
interkasten_gather_signals, interkasten_list_projects, interkasten_sync, interkasten_scan_files, interkasten_link)INTERKASTEN_NOTION_TOKEN)/interkasten:layout first if no projects exist)interkasten_list_projectsNo projects registered yet. How would you like to get started?
1. **Full workspace setup** — Discover all projects, organize hierarchy, register with Notion
(Run `/interkasten:layout` to scan your projects directory)
2. **Link a single page** — Connect one Notion page to a local folder for sync
(Lightweight — no full init needed)
/interkasten:layoutinterkasten_link(notion_page, local_dir). After linking, ask if they want to sync child pages too (sync_children=true). Then skip to Phase 4 (Sync & Report) with just the linked project.For each registered project without a doc_tier set:
interkasten_gather_signals(project) to get raw filesystem/git signalsProject Classification:
Product (full docs): clavain, interflux, interkasten
Tool (basic docs): standalone-tool, tiny-util
Inactive (skip): old-experiment
interkasten_register_project propertiesFor each project, call interkasten_scan_files(project, "**/*.md") to see what docs already exist.
Product projects — generate missing docs in order (each builds on the previous):
interpath:visioninterpath:prdinterpath:roadmapinterpath:cuj for each critical user-facing flow from PRD. Required for user-facing projects. Skip only for pure libraries/internal infra.interdoc:interdocTool projects — generate if missing:
interdoc:interdocInactive projects — skip entirely.
Report progress as you go: "Generated Vision.md for clavain (1/5 docs)..."
For each Product and Tool project:
interwatch:doc-watch to establish baseline confidence scoresIf interwatch is unavailable, skip this phase and note it in the summary.
interkasten_sync to push all new/updated docs to Notioninterkasten_refresh_key_docs to update key doc URL columns in NotionProvide a structured summary table at the end:
Onboarding Complete!
| Project | Tier | Docs Generated | Gaps Remaining | Drift Baseline |
|------------|---------|----------------------|----------------|----------------|
| clavain | Product | Vision, PRD | none | established |
| interflux | Product | Roadmap | none | established |
| tiny-util | Tool | AGENTS.md | none | established |
| old-exp | Inactive| (skipped) | - | - |
Total: 4 docs generated, 0 gaps remaining, 3 baselines established