## Markdown Link Checker CLI Build a markdown link checker CLI that reads a markdown file, extracts all URLs, checks them with HTTP HEAD requests, and reports broken links. ## Status - [x] gathering requirements - [ ] research - [x] design - [x] plan - [ ] spec-ready ## Plan - [ ] Step 1: Project setup and data models - [ ] Step 2: Markdown link parser - [ ] Step 3: Link checker, robots.txt filter, and rate limiter - [ ] Step 4: Runner, reporter, and CLI entry point - [ ] Step 5: Integration tests
Markdown Link Checker CLI
Build a markdown link checker CLI that reads a markdown file, extracts all URLs, checks them with HTTP HEAD requests, and reports broken links.
Status
gathering requirements
research
design
plan
spec-ready
Plan