Hand spec to orchestrator
spec-handoverskillsetup L1★0
fredhead88/do-it ↗What it does
Scan codebase for anomalies, contradictions, and orphan patterns
Best for
Discovering debt and dead code before a major refactor
Inputs
- · Codebase root
- · Optional pattern hints
Outputs
- · Anomaly list with locations
- · Contradiction pairs
- · Orphan sections
Requires
- · Grep
- · Bash
- · ast parsers
Preconditions
Codebase in readable language; consistent naming/structure
Failure modes
False positives from comments → noisy; missed implicit contracts → incomplete
Trust signals
- · Locates anomalies with file:line refs
- · Distinguishes true orphans from intentional isolation