بنقرة واحدة
architecture-fit-check
Framework for evaluating if change-set specs fit existing codebase architecture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Framework for evaluating if change-set specs fit existing codebase architecture
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Fast-track bug investigation and fix initialization
Create high-quality git commits with clear Conventional Commit messages
Continue an SDD change set in a fresh chat using CLI status only
Critique proposal, specs, or plan for gaps and contradictions
Discover high-level architectural requirements for change-set specs
Explain SDD concepts, workflow, and CLI-first usage
استنادا إلى تصنيف SOC المهني
| name | architecture-fit-check |
| description | Framework for evaluating if change-set specs fit existing codebase architecture |
This skill provides the framework for evaluating whether proposed change-set specs (especially kind: delta) can be implemented within the existing codebase architecture.
Can an implementer translate these change-set specs into the repo's current architecture with routine changes + small refactors?
The answer is not about whether change-set specs align with canonical capability specs — canonical specs describe what the system does, not how it's built. Evaluate fit against the actual codebase architecture.
Use the research skill to understand the codebase:
Do not skip this step. You cannot evaluate fit without understanding how the repo is actually built.
Based on research, identify constraints that matter:
For each capability being added/modified:
Before finalizing, ask yourself:
If yes to any, the verdict should recommend paradigm work.
Choose when:
Choose when:
Choose when:
Document your findings:
## Architecture Fit Evaluation
### Verdict: FITS | FITS_WITH_ADJUSTMENTS | NO_FIT
### Constraints Evaluated
- <List of architecture constraints checked>
### Satisfied
- <Constraints that pass>
### Violated
- <Constraints that fail, or "None">
### Minimal Adjustments (if FITS_WITH_ADJUSTMENTS)
- <Specific changes needed>
### Paradigm Work Needed (if NO_FIT)
- <What kind of new mechanism is required>
- Load the `paradigm-design` skill to explore options