infer-quality-vision-from-code

Merge upstream quality proposals and scan-index evidence into an ISO 25010 quality-vision YAML artifact.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kapilvirenahuja/garura --skill infer-quality-vision-from-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infer-quality-vision-from-code
Source: https://github.com/kapilvirenahuja/garura/tree/main/core/components/skills/infer-quality-vision-from-code
Command: npx skills add https://github.com/kapilvirenahuja/garura --skill infer-quality-vision-from-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It synthesizes a complete, tier-1 quality-vision proposal for a brownfield codebase by merging already-inferred quality artifacts and attaching evidence signals from ADRs, CI/lint/test configuration, and commit cadence.

Core Features & Use Cases

  • ISO 25010 quality vision synthesis (bounded to upstream proposals): Builds per-characteristic narratives and targets using nfr-spec, quality-profile, physical-architecture, and logical-architecture outputs without inventing new thresholds, tools, or mappings.
  • Evidence attachment from scan-index signals: Links ADR titles, lifecycle gate config files, and reliability cadence signals to the correct ISO 25010 characteristics.
  • Decision traceability and gap handling: Writes a decision manifest and resolution trace, and records knowledge gaps when upstream coverage is incomplete instead of fabricating content.
  • Outputs for architecture codification: Produces a Tier 1 artifact at the codify evidence path for tech-architect consumption.

Quick Start

Ask the system to run infer-quality-vision-from-code during the /codify play after infer-nfr-spec-from-code, infer-quality-profile-from-code, infer-physical-architecture-from-code, and infer-logical-architecture-from-code, providing the required scan_index_path, related_proposal_paths, and output/manifest/trace paths.

Frequently Asked Questions about infer-quality-vision-from-code

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

FAQPage Schema
How do I synthesize an ISO 25010 quality vision for a brownfield codebase?

To synthesize an ISO 25010 quality vision for a brownfield codebase, merge upstream NFR specifications, quality profiles, and physical and logical architecture proposals, then attach scan-index evidence signals to generate a comprehensive quality-vision proposal.

What scan-index evidence is needed for ISO 25010 architecture synthesis?

ISO 25010 architecture synthesis requires JSON-valid scan-index evidence signals linking ADR titles, lifecycle gate configuration files, and reliability cadence signals to the correct quality characteristics.

Can I generate a quality vision without complete upstream NFR specifications?

You can generate a quality vision with incomplete upstream NFR specifications, but the system records knowledge gaps in a resolution trace instead of fabricating missing thresholds, tools, or mappings.

How do I attach decision traceability to a tier-1 quality vision proposal?

To attach decision traceability to a tier-1 quality vision proposal, the system generates a decision manifest and a resolution trace alongside the primary artifact, recording any knowledge gaps during the synthesis process.

Does infer-quality-vision-from-code work without logical and physical architecture inputs?

No, it requires valid YAML upstream proposals from four prerequisite inference skills, including physical and logical architecture, to build per-characteristic narratives and targets without inventing new mappings.

Why does my quality vision synthesis output record knowledge gaps instead of targets?

Quality vision synthesis records knowledge gaps instead of targets when upstream coverage from NFR specs and architecture proposals is incomplete, ensuring the decision manifest reflects actual evidence rather than fabricated content.