Anchor Intake

Interrogate an engineering brief for gaps and contradictions before implementation starts.

Test report

Verdict
In test queue
Tested
Environment
Pending

In the test queue — machine-screened (validator 85/100, 103★ repo), full install/trigger/output test scheduled.

What Anchor Intake does

Interrogate a written engineering implementation brief before work starts. Use when a user brings a ticket, PRD, design note, or substantive engineering task brief and wants to begin implementation planning; force every fixed rubric element to be accounted, cite present/weak claims against the brief, surface gaps, solution-as-goal traps, contradictions, and questions, then emit an intent-level…

How to install Anchor Intake

git clone https://github.com/lynxlangya/techne
cp -r techne/skills/anchor-intake ~/.claude/skills/anchor-intake

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Anchor Intake

  • /anchor-intake Interrogate an engineering brief for gaps and contradictions before implementation starts.

It also activates on plain-language prompts like these:

  • Interrogate this ticket before I start implementing it
  • Check this PRD for gaps against our rubric
  • Surface contradictions in this design note before we plan

Frequently asked questions

Is the Anchor Intake skill free?
Yes. The skill itself is free from lynxlangya/techne. SkillProof publishes the install command and an independent test verdict at no cost.
Does Anchor Intake work with Claude Code?
It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
How do I install Anchor Intake?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Anchor Intake with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.