feature-context

Load feature requirements, design, and plan documentation into responses.

13|3|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/schuettc/claude-code-plugins --skill feature-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-context
Source: https://github.com/schuettc/claude-code-plugins/tree/main/feature-workflow/skills/feature-context
Command: npx skills add https://github.com/schuettc/claude-code-plugins --skill feature-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you're working on an in-progress feature, this Skill silently loads relevant feature documentation (requirements, design, and plan) to inform responses without cluttering the conversation.

Core Features & Use Cases

  • Context loading: Reads docs/planning/features/[id]/requirements.md, design.md (if present), and plan.md to understand what to build.
  • Guided responses: References loaded context rather than quoting it verbatim.
  • Non-disruptive: Works behind the scenes to keep your focus on the task.

Quick Start

Ask a question about the current feature, and the Skill will use the loaded context to inform its answer. For example: "What are the acceptance criteria for Feature X?" The response will reflect the latest requirements and plan.