Problem
What problem this solves
Fresh threads waste time rediscovering files, flows, and hotspots that should have been identified before the first implementation decision.
Skill Detail
Prime the relevant files and decisions before the thread starts guessing about the codebase.
A context-loading skill that retrieves the most relevant repo surface before implementation begins.
Problem
Fresh threads waste time rediscovering files, flows, and hotspots that should have been identified before the first implementation decision.
Outcome
The thread starts with a tighter map of what matters, which reduces blind exploration and bad assumptions.
Why It Matters
This skill pays off whenever startup cost is the problem. It makes the next move faster by shrinking the search space first.
Related Skills
Turn a fuzzy request into an implementation-ready contract before code starts mutating the repo.
The spec-writing skill for shaping non-trivial work into a clear user story, behavior contract, executable task list, and chantier history.
Open skill pageStart implementation when the task is ready, and force a stronger path when it is not.
The main execution entrypoint for beginning real work after the problem and contract are clear enough, while keeping the chantier flow visible.
Open skill pageTriage a bug fast, decide whether it is safe to patch now, and route it correctly.
The bug-first entrypoint for ShipGlows when the work starts from broken behavior instead of a new feature request.
Open skill pageGo Deeper
Use the public catalog for education and workflow selection. Move to the docs and GitHub when you want the operator-grade execution details behind the skill system.