What problem does it solve?
It prevents wasted engineering cycles by researching the current repository before designing or implementing a change, producing a structured understanding of what exists, where, and how it connects.
Core Features & Use Cases
- Research orchestration (Codex + Claude): runs a two-stage workflow where Codex sweeps the codebase and Claude synthesizes into actionable research artifacts.
- Guardrails before starting: blocks execution if prior research/design/plan artifacts already exist, and enforces readiness checks for unresolved gates and missing upfront spec fields.
- Artifact production for downstream phases: writes a full research report to tasks/research-codebase.md, including design axes and external research requirements.
- Use Case: When you need to add a feature or fix a bug in an unfamiliar codebase, this Skill maps relevant files, surfaces constraints, and produces axes for the next design step.
Quick Start
Use the research-codebase skill by running: /research-codebase add retry logic to the ingest worker.