Help us improve
Share bugs, ideas, or general feedback.
From aidoc-flow
Provides real-time quality guidance during SDD artifact creation: scores section completion, detects anti-patterns, validates cumulative tagging and naming, and generates a prioritized quality report.
npx claudepluginhub vladm3105/aidoc-flow-framework --plugin aidoc-flowHow this skill is triggered — by the user, by Claude, or both
Slash command
/aidoc-flow:quality-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Give proactive, in-the-moment quality guidance while an SDD artifact is being
Validates cross-document consistency across SDD layers: broken links, orphaned artifacts, duplicate IDs, cumulative-tag gaps, and traceability-matrix completeness. Use before releases or after batch generation.
Provides checklists, metrics, scoring, and grep-based detection patterns for auditing README, API, and architecture documentation quality.
Reviews planning artifacts like requirements, data models, API contracts for gaps in analysis and design phases. Classifies issues by severity for quality gates before proceeding.
Share bugs, ideas, or general feedback.
Give proactive, in-the-moment quality guidance while an SDD artifact is being written, so issues are caught during creation instead of at post-creation validation. It scores section completion, detects documentation anti-patterns, checks cumulative tagging, and validates naming — then returns actionable recommendations.
Use quality-advisor when:
Do not use it for full bidirectional traceability validation (use
../trace-check/SKILL.md), whole-project validation (use
../doc-validator/SKILL.md), or non-SDD documentation.
Given the artifact content, its type, and an optional check level (quick / standard / strict), the skill:
framework/registry/LAYER_REGISTRY.yaml — required sections, minimum tag
count, and special rules (e.g. PRD KPIs must be quantitative, EARS
WHEN-THE-SHALL syntax, SPEC YAML form). Code is the downstream execution
target of IPLAN, not a documentation artifact.TYPE-NN, element IDs TYPE.NN.SS.xxxx,
threshold tags, and filename slugs, deferring to ../doc-naming/SKILL.md and
framework/governance/ID_NAMING_STANDARDS.md; flags legacy patterns.../trace-check/SKILL.md).The framework ships no runtime code — this skill IS the checker, applying the declarative checks above against the spec.
framework/registry/LAYER_REGISTRY.yamlframework/governance/ID_NAMING_STANDARDS.mdframework/layers/02_PRD/README.md ·
framework/layers/05_ADR/README.md../doc-naming/SKILL.md../doc-validator/SKILL.md ·
../doc-review/SKILL.md · layer -audit skills (e.g. ../doc-prd-audit/SKILL.md)../trace-check/SKILL.md · Context: ../context-analyzer/SKILL.md