claude/ai-resources-plugin/skills/steer/SKILL.md
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.
npx skillsauth add amhuppert/my-ai-resources steerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reflect on the current conversation to evaluate codebase navigation effectiveness. Present findings so the user can decide what to persist via /kiro:steering-custom.
Topic name: use the topic supplied in the user's invocation.
If no topic name provided, derive one from the conversation's primary task using kebab-case (e.g., api-client, installer-scripts, mcp-server).
Analyze the full conversation history. For each question below, cite specific examples from the conversation:
Based on the reflection, draft a concise summary of navigation guidance that could become a steering document. Present it using this structure:
<constraints> - Maximum 40 lines - Include only actionable navigation guidance, not general observations - Use specific file paths and directory names - Scope to the feature/task — not the whole codebase </constraints> <template> # {Topic Title}path/to/file - what it contains and when it's relevantOmit any section from the template that has no meaningful content. Do not pad with generic advice.
Present the full reflection and synthesized guidance to the user. Then suggest:
To persist these insights as a steering document, run
/kiro:steering-customand reference the topic {topic-name}.
Do NOT write any files. The user decides what to persist and when.
development
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.