-
Notifications
You must be signed in to change notification settings - Fork 2
spike: per-repo routine capability detection — promote to its own topic #2685
Copy link
Copy link
Closed
Labels
priority: needs-triageDefault until a priority tier is assigned.Default until a priority tier is assigned.status: readyTriaged, unblocked, and fully specified; eligible to pick up.Triaged, unblocked, and fully specified; eligible to pick up.wayfind: interviewWayfind decision item: contract/requirements call the user must make; human in the loop.Wayfind decision item: contract/requirements call the user must make; human in the loop.work-class: read-onlyAudits, research, reports. No repository mutation; tracker and queue writes only.Audits, research, reports. No repository mutation; tracker and queue writes only.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: needs-triageDefault until a priority tier is assigned.Default until a priority tier is assigned.status: readyTriaged, unblocked, and fully specified; eligible to pick up.Triaged, unblocked, and fully specified; eligible to pick up.wayfind: interviewWayfind decision item: contract/requirements call the user must make; human in the loop.Wayfind decision item: contract/requirements call the user must make; human in the loop.work-class: read-onlyAudits, research, reports. No repository mutation; tracker and queue writes only.Audits, research, reports. No repository mutation; tracker and queue writes only.
Phase 8 of the boris-routines-adoption plan. Independent of every other phase — it can run on any track.
Tier 0 item 3, and the clause the originating goal names verbatim: "configurable per repo/product/app based on the repo itself, any external context provided from CLAUDE.md, AGENTS.md, repo files, MCP servers, CLI tools."
Why this is promoted rather than planned inline
Three promotion triggers fire: its own exploration need (what each ecosystem's detection signal actually is), an independent commit boundary, and a >300 LOC estimate. Planning it inside the parent PLAN would make that document unscannable and deny this work its own clean-context boundary.
Work items
docs/topics/routine-capability-detection/and run/planning:interviewthen/planning:planagainst it.plugins/autonomy/reference/routines.md:88-146); the three-layer config cascade (docs/conventions/config-cascade/); the deterministic-gate preference (docs/PLUGIN-PHILOSOPHY.md:664-666).scripts/contract-slice-baseline.txtand cannot be exempted — the baseline is read from the base revision. The promoted topic owes its own graduation-and-prune before its own merge. That is the convention's ordinary per-slice lifecycle, not a special case.Sanity checks
ls docs/topics/routine-capability-detection/PLAN.mdexits 0, andawk '/^## Brief/{f=1;next} f&&NF{found=1;exit} END{exit !found}' docs/topics/routine-capability-detection/PLAN.mdexits 0.grep -qi "check-contract-slice-prune" docs/topics/routine-capability-detection/PLAN.md.Related