What problem does it solve?
autospec-classify removes the ambiguity in already-created auto-implement issues by applying the Phase 3.5 ctx/reasoning “model fit” rubric after the fact, so downstream autospec decisions remain explainable and consistently auditable.
Core Features & Use Cases
- Retroactive model-fit labeling: Walks open auto-implement issues and assigns
ctx:* and reasoning:* labels using the Phase 3.5 rubric.
- Body annotation for traceability: Inserts or replaces a
## Model fit block in each issue body (delimited with markers for safe re-runs).
- Optional project board assignment: With
--apply-boards, maps labels to GitHub Projects via ~/.autospec/project-map.yml (no-op until the project-map reader lands).
- Dry-run safety: Provides a labels/block preview without modifying issues when
--dry-run is set.
Quick Start
Run /autospec-classify to classify every eligible open auto-implement issue and add a Model fit block.