shredbx logo
shredbx shredbx shredbx shredbx Personal
  • Home
  • Lab
  • Portfolio
  • Experience
  • Services
  • Profile
  • Contact
AClaude
  • Home
  • Lab
  • Portfolio
  • Experience
  • Services
  • Profile
  • Contact
Andrei Solovev
Process
Search standards... ⌘K
  • Process Overview
    • FDD Pipeline
    • Phase Specification
    • AI-Augmented Workflow
    • Development Toolkit
    • Core Principles
    • Workspace Resources
  • Departments
    • Project Management
    • Design & Prototyping
    • Software Engineering
    • Quality Assurance
    • Operations
    • AI Workflow
  • Standards Reference
    • Governance & Process
    • Engineering
    • Architecture & Modeling
    • Quality & Testing
    • Security & Compliance
    • AI & Automation
    • Design & Frontend
    • Infrastructure & Delivery
    • SBX Framework
  • References
    • Agent
    • Knowledge
    • Packages
    • Components
    • Blog
Process

Q Q Q Q Quality A A A A Assurance

Traceability, conformance, and knowledge governance

Quality is typically an afterthought — manual code review, ad-hoc testing, and "it looks right" as the acceptance bar. Teams rely on individual discipline rather than systematic enforcement, and the result is predictable: bugs that should have been caught in design surface in production, patterns that were solved months ago get reinvented, and the codebase accumulates technical debt that no one can trace back to a decision.

SBX builds quality into every step of the pipeline. 352+ knowledge artifacts are loaded automatically at the relevant SDLC step. Conformance gates verify traceability from story to test to code — and they block, not warn. The solution-before-code rule ensures proven approaches are reused, not reinvented. Quality is not a phase; it is the structure itself.

// KNOWLEDGE_BASE

352+ Governed Knowledge Artifacts

The knowledge system organizes institutional memory into five artifact types: patterns (reusable design approaches), standards (mandatory coding and modeling rules), guidelines (contextual best practices and proven implementations), toolkit (platform-specific tools and libraries), and NFRs (non-functional requirements applied per-entity). Each artifact is loaded contextually at the relevant SDLC step — developers do not need to search for best practices or remember which standard applies. The pipeline delivers the right knowledge at the right time, every time.

sbx knowledge stats
Total Artifacts 352+
Patterns 45
Standards 38
Solutions 67
Guidelines 52
Techniques 41
NFR 29
// TRACEABILITY

From Story to Deployment — Nothing Lost

Full traceability means every exported function traces back through its test, fixture, scenario, and user story. The sbx trace command verifies this chain mechanically — no manual audits, no spreadsheets, no "I think that function is for the login feature." Gaps are detected at FDD5.CONFORMANCE and FDD5.TRACE. Code without a story has no reason to exist and can be deleted. Code without a test has no proof that it works. This chain is not documentation — it is the structural integrity of the codebase.

// 01

User Story

The business requirement and acceptance criteria that justify the work. Every feature starts here — if there is no story, there is no reason to write code.

// 02

Scenario

Given/When/Then behavior specifications that decompose the story into testable interactions. Each scenario is a concrete contract between intent and implementation.

// 03

Test Fixture

Concrete input/output data pairs derived from scenarios. Fixtures are the bridge between human-readable requirements and machine-verifiable assertions.

// 04

Unit Test

Automated verification of behavior using fixture data. Tests are written before the function exists — red/green/refactor, no exceptions.

// 05

Function

The implementation that satisfies the test. Every exported function traces back through this chain. If the trace breaks, the function has no reason to exist.

// 06

Package

The module boundary containing the function. Packages enforce separation of concerns and define the public API surface.

// 07

Application

The deployed artifact that composes packages into a running system. The final link in the chain — from requirement to production.

// CONFORMANCE

Quality Gates That Block, Not Warn

Conformance is mandatory, not advisory. At FDD5.CONFORMANCE, the system verifies model-code conformance — every exported function must trace to a user story. At FDD5.TRACE, traceability is audited across the full chain. These gates block completion: you cannot ship without passing them. This is not bureaucracy; it is insurance against the "quick fix" that breaks everything downstream. A warning is a suggestion. A gate is a guarantee.

FDD5.BUILD

Build Verification

Compile passes with zero errors, zero warnings. Both Go and Svelte platforms are checked. If the build fails, nothing else runs — this is the first gate and the most basic.

FDD5.CONFORMANCE

Conformance Gate

Every exported function traces to a user story. Model-code conformance is verified — the implementation must be a faithful representation of the specification, not an approximation.

FDD5.TRACE

Traceability Audit

No gaps in the story-to-test-to-code chain. The sbx trace command walks every link. Orphaned code — functions without stories, tests without scenarios — is flagged for deletion.

FDD5.REGRESSION

Regression Walk

Visual verification via Playwright screenshots. Layout requirements are measured against actual rendered output. This catches the bugs that unit tests cannot — the ones you can only see.

// CLI_REFERENCE

Quality Commands

Knowledge loading, traceability verification, and regression testing are all driven from the terminal. Select a command below to see its usage and output.

~/shredbx — sbx knowledge list
shredbx logo shredbx shredbx shredbx shredbx Andrei Solovev

Solution Architect & Lead Software Engineer

ExperiencePortfolioResearch & ExperimentsEducationCertificationSkills
GitHub ↗LinkedIn ↗Email ↗
AVAILABLE FOR NEW PROJECTS
// MY LATEST BEATS
Hobby & Interests

Lab

  • The Lab
  • Framework
  • Components
  • Packages
  • Games
  • Process (SDLC)
  • Knowledge
  • Blog

Andrei

  • Portfolio
  • Experience
  • Services
  • Profile
  • Contact
  • Lifestyle

Team

  • Team
  • Andrei
  • Claude

Legal

  • Privacy
  • Terms
  • Cookies
© 2026 shredbx.com. All rights reserved. — Andrei Solovev |