feature-domains

Analyze feature briefs to identify knowledge base topics and ADRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/telefrek/jlsm --skill feature-domains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-domains
Source: https://github.com/telefrek/jlsm/tree/main/.claude/skills/feature-domains
Command: npx skills add https://github.com/telefrek/jlsm --skill feature-domains

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes feature briefs to identify relevant knowledge base topics and Architecture Decision Records (ADRs), streamlining the process of knowledge base enhancement and feature development.

Core Features & Use Cases

  • Feature Brief Analysis: Identifies relevant knowledge base topics and ADRs based on feature briefs.
  • Idempotent Operation: Skips resolved domains and continues from the first pending one, ensuring efficient analysis.
  • Knowledge Base and ADR Check: Surveys the knowledge base and decisions store for each domain.
  • Spec Infrastructure Check: Assesses the presence of specification infrastructure for further development steps.
  • Domain Analysis Documentation: Generates a comprehensive analysis document for feature domains.

Quick Start

Analyze a feature brief using /feature-domains "<feature-slug>".

Frequently Asked Questions about feature-domains

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify relevant knowledge base topics and ADRs from a feature brief?

Analyzing a feature brief identifies relevant knowledge base topics and Architecture Decision Records by surveying the decisions store and knowledge base for each domain. The process generates a comprehensive domain analysis document for feature development.

What is the best way to automate domain analysis for feature development?

Automating domain analysis for feature development works by checking spec infrastructure and documenting domain analysis for each feature brief. The operation surveys the knowledge base and decisions store to map relevant topics and ADRs.

Can I resume feature analysis if some domains are already resolved?

Yes, feature analysis operates with idempotent checks, skipping resolved domains and continuing from the first pending one. This ensures efficient analysis without reprocessing completed domain surveys.

Does feature domain analysis check for spec infrastructure during processing?

Yes, feature domain analysis assesses the presence of spec infrastructure during processing. This check evaluates whether specification infrastructure exists for further development steps after surveying the knowledge base and decisions store.

What do I need to start analyzing feature briefs for knowledge base enhancement?

To start analyzing feature briefs for knowledge base enhancement, you provide a feature slug and run the analysis command. The Skill surveys your existing knowledge base and decisions store to map relevant domains and ADRs.

When should I use automated feature domain analysis instead of manual review?

Automated feature domain analysis is ideal when mapping multiple feature briefs against a knowledge base and decisions store. It streamlines identifying relevant topics and ADRs while generating comprehensive domain analysis documentation.