feat: implementation of architectural impact analyzer utility#2193
feat: implementation of architectural impact analyzer utility#2193UmmeHabiba1312 wants to merge 3 commits intogithub:mainfrom
Conversation
|
Hi @mnriem, |
mnriem
left a comment
There was a problem hiding this comment.
Please deliver this as a community extension. See https://github.com/github/spec-kit/blob/main/presets/README.md?tab=readme-ov-file#extensions--add-new-capabilities
|
I have refactored the contribution into a Community Preset following the scaffold/ pattern. The logic is now fully encapsulated within presets/community/architect-preview/ and I have removed all manual overrides from the core files. This aligns with the new stacking architecture and ensures the core remains clean. Ready for final review. |
|
@UmmeHabiba1312 Appreciate you working through this. So we (the maintainers) are not the blockers for your extension we ask you to host it on your own GitHub repository as per https://github.com/github/spec-kit/blob/main/extensions/EXTENSION-PUBLISHING-GUIDE.md |
Overview
This PR introduces a specialized Architectural Impact Analyzer to the Spec-Kit ecosystem. It enables developers to preview risks and complexity of a proposed change across all specifications before moving to the implementation phase.
Key Features
.specify/memory(or default presets) to provide the AI with a holistic architectural view.AI_API_KEY,ANTHROPIC_API_KEY,AI_MODEL_ID) from the user's current CLI session no extra setup required.Implementation Details
scripts/impact_analyzer.py: The core analysis engine with smart path resolution and environment detection.templates/commands/preview.md: Native template that triggers the analyzer as a standard Spec-Kit command.specify_cliregistry and Claude Code hints for a seamless user experience.Fixes #2176