checar-servico

Evaluates services and features against Lou Downe's 15 principles of good services.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ithaloazevedo/pm-loadout --skill checar-servico-ithaloazevedo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: checar-servico
Source: https://github.com/ithaloazevedo/pm-loadout/tree/main/.agents/skills/checar-servico
Command: npx skills add https://github.com/ithaloazevedo/pm-loadout --skill checar-servico-ithaloazevedo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Product teams often ship services that fail users on basic usability and service design fundamentals, discovering issues only after launch. This Skill provides a structured audit against Lou Downe's 15 principles of good services, catching design problems early and producing a scored, actionable report. ## Core Features & Use Cases - 15-Principle Checklist: Assesses each principle (discoverability, clear purpose, no dead ends, accessibility, dark pattern detection, and more) as Pass, Partial, Fail, or N/A. - Lifecycle-Gated Reviews: Supports lightweight checks at solution design (L3 Define) and full checks at delivery gates (L4 Develop/Deliver), feeding results into prioritization workflows like ICE scoring. - Scored Output with Priority Fixes: Produces a summary table, an overall score, and the top three fixes to address, plus a mandatory decision log entry. - Use Case: Before launching a new onboarding flow, run the full check to verify it meets WCAG 2.1 AA, contains no dark patterns, and always offers a next step, then log the score for the release gate review. ## Quick Start Evaluate my checkout flow against Downe's 15 principles of good services and give me the scored table with priority fixes.

Frequently Asked Questions about checar-servico

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

FAQPage Schema
How do I evaluate a service against Downe's 15 principles?▼

Run the service check and assess each of the 15 principles as Pass, Partial, Fail, or N/A using the provided checklist items. The output is a scored table with an overall rating and the top three priority fixes.

What are Lou Downe's principles of good services?▼

They are 15 service design criteria from the book Good Services, covering discoverability, clear purpose, setting expectations, enabling completion, accessibility, consistency, no dead ends, and easy access to human help, among others.

When should I run a service design check in the product lifecycle?▼

Run a lightweight check on principles 1-4, 8, 10, and 11 during solution design (L3 Define), and the full 15-principle check at delivery gates (L4 Develop to Deliver and Deliver to Complete) as a required review.

Can this check detect dark patterns in a user flow?▼

Yes, principle 12 explicitly screens for dark patterns such as confirmshaming, hidden costs, forced continuity, and roach motel patterns. Detected patterns are flagged as a Dark Pattern Marketing anti-pattern.

Does the service check cover accessibility requirements?▼

Yes, principle 11 requires WCAG 2.1 AA compliance and verifies the service works across devices and assistive technologies. It is assessed as Pass, Partial, or Fail like every other principle.