One-click install
npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-nicho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gos-critic-nicho
Source: https://github.com/kcleto-ai/growth-os-skills/tree/main/.claude/skills/gos-critic-nicho
Command: npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-nicho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

gos-critic-nicho provides a deterministic, tool-grounded validation layer that checks niche mapping outputs against declared quality gates, ensuring outputs are auditable and retry-ready.

Core Features & Use Cases

  • Tool-grounded structural checks using regex and filesystem analysis to verify niche maps (dores, ICPs, mechanism, sources, and stubs).
  • Production-grade JSON reports with per-check results, status, and actionable remediation guidance for retries.
  • Integrated into mission control flow to gate progression after gos-mapear-nicho completes, enabling reliable QA before deployment.

Quick Start

Run the checker against nichos/{slug} to generate a structured JSON report.

Frequently Asked Questions about gos-critic-nicho

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

FAQPage Schema
How do I validate niche mapping outputs against quality gates?

Validate niche mapping outputs by running automated, tool-grounded structural checks against declared quality gates. The process uses deterministic regex and filesystem analysis to verify dores, ICPs, mechanism, sources, and stubs stored under nichos/{slug}.

What is automated niche validation and when do I need it?

Automated niche validation is a deterministic QA layer that checks structural outputs for auditable compliance. You need it after niche mapping completes to gate progression, ensuring outputs are retry-ready before deployment.

How do I generate a JSON report for niche quality gate checks?

Generate a JSON report for niche quality gate checks by executing the validator against the nichos/{slug} directory. The script analyzes the filesystem and outputs per-check results, overall status, and actionable remediation guidance.

Can I use regex and filesystem analysis to verify niche maps?

Yes, you can verify niche maps using Python regex and filesystem analysis. The validation applies five structural checks to confirm the presence and correctness of dores, ICPs, mecanismo, fontes, and stubs within your directory structure.

What's the best way to gate progression after completing a niche map?

The best way to gate progression after completing a niche map is to integrate a deterministic validation layer into your mission control flow. This ensures reliable QA by generating a structured report with actionable remediation before proceeding.

Why does my niche validation report show a failed check?

Your niche validation report shows a failed check when the structural output does not meet the declared quality gates. The report provides actionable remediation guidance for retry, detailing which specific validation failed during the regex and filesystem analysis.