What problem does it solve? When implementing or reviewing a story that belongs to a larger feature, developers often lack the overarching design context, leading to code that conflicts with the feature's intent, architecture, or gating decisions. This Skill locates the relevant feature design doc and surfaces a focused summary so the feature's constraints are active before writing code. ## Core Features & Use Cases - Automatic Feature Resolution: Detects the parent feature from a story file's **Parent Feature:** line, accepts a direct feature slug or path, or falls back to listing all available feature docs for user selection. - Structured Context Summary: Presents the feature's problem context, goals, architecture decisions, affected areas, gating flags, and out-of-scope constraints in a consistent format. - Open Question Flagging: Surfaces unresolved items from the feature doc's Open Questions section so they can be addressed before implementation. - Use Case: Before starting work on a story in .claude/stories/, run this Skill to load the parent feature doc from .claude/features/ and confirm the design decisions and gating requirements that the story must respect. ## Quick Start Ask the AI to load the feature context for the story you are about to implement, optionally providing a story or feature slug as an argument.