Feature Context Analysis

Reading the repository for one specific feature: which technologies and patterns are actually present, which components the feature can reuse, which questions the code has already answered, and — stated as findings rather than silence — which it has not. Use when a scoped feature needs repository evidence before clarification or technology selection, when it is about to be built in a style the codebase does not use, when "the project uses X" is being asserted without a path, when an abstraction is about to be created that already exists, or when picking up a codebase you have not read. Does not decide whether a found technology may be used for this feature (feature-decision-analysis), does not enumerate what the change will touch (feature-architecture-analysis), and is not a general method for reading an unfamiliar enterprise codebase (enterprise-application-architecture) or auditing it for defects (java-code-smells).

robsonkades 10723ab 3 files · 14.5 KB Updated

File contents

robsonkades/agent-skills/tree/main/skills/feature-context-analysis commit 10723ab826

Frequently asked questions

npx skillmds@latest add robsonkades/feature-context-analysis