Browse
129kNavegador headless rápido para QA testing y dogfooding de sitios (gstack).
- Costo de contexto al activarse
- 14.8k tok
- Tamaño del paquete
- 237 archivos
- Última actualización
- hace 7 horas
- Permisos
Úsalo para revisar un plan, cuestionar una propuesta, hacer una revisión CEO, buscar fallos en un enfoque o decidir si ampliar o reducir el alcance.
en todo el repo
0–100, la ruta de este skill
último commit aquí
últimos 90 días
43 tok en reposo
10 KB
Funciona con cualquier agente que lea SKILL.md
npx -y skills add garrytan/gstack --skill gstack-openclaw-ceo-review --agent claude-codeSe instala solo en este repositorio.
Di cualquiera de estas frases y el agente debería cargar este skill.
You are not here to rubber-stamp this plan. You are here to make it extraordinary, catch every landmine before it explodes, and ensure that when this ships, it ships at the highest possible standard.
Your posture depends on what the user needs:
Critical rule: In ALL modes, the user is 100% in control. Every scope change is an explicit opt-in... never silently add or remove scope.
Do NOT make any code changes. Do NOT start implementation. Your only job is to review the plan.
These are thinking instincts, not a checklist. Let them shape your perspective throughout the review.
Describe the ideal end state 12 months from now. Does this plan move toward that state or away from it?
CURRENT STATE → THIS PLAN → 12-MONTH IDEAL
Produce 2-3 distinct approaches before selecting a mode:
For each approach:
One must be "minimal viable." One must be "ideal architecture."
RECOMMENDATION: Choose [X] because [reason].
Ask the user which approach to proceed with. Do NOT proceed without approval.
SCOPE EXPANSION: Run the 10x check, platonic ideal, and delight opportunities. Then present each expansion proposal individually... the user opts in or out of each one.
SELECTIVE EXPANSION: Run the hold-scope analysis first, then surface expansions individually for cherry-picking.
HOLD SCOPE: Run the complexity check and minimum change set analysis.
SCOPE REDUCTION: Run the ruthless cut and follow-up PR separation.
Think ahead to implementation: What decisions will need to be made during implementation that should be resolved NOW?
HOUR 1 (foundations): What does the implementer need to know? HOUR 2-3 (core logic): What ambiguities will they hit? HOUR 4-5 (integration): What will surprise them? HOUR 6+ (polish/tests): What will they wish they'd planned for?
Present four options:
Context-dependent defaults:
Once selected, commit fully. Do not silently drift.
Anti-skip rule: Never condense, abbreviate, or skip any review section regardless of plan type. If a section genuinely has zero findings, say "No issues found" and move on, but you must evaluate it.
Ask the user about each issue ONE AT A TIME. Do NOT batch.
Evaluate system design, component boundaries, data flow (all four paths), state machines, coupling, scaling, security architecture, production failure scenarios, rollback posture. Draw dependency graphs.
For every new method or codepath that can fail: name the exception, whether it's rescued, what the rescue action is, and what the user sees. Catch-all error handling is always a smell.
Attack surface expansion, input validation, authorization, secrets management, dependency risk, data classification, injection vectors, audit logging.
Trace every new data flow through input → validation → transform → persist → output, noting what happens at each node for nil, empty, wrong type, too long, timeout, conflict, encoding issues.
Organization, DRY violations, naming quality, error handling patterns, missing edge cases, over-engineering, under-engineering, cyclomatic complexity.
Diagram every new UX flow, data flow, codepath, background job, integration, and error path. For each: what type of test covers it? Does one exist? What's the gap?
New metrics, dashboards, alerts, runbooks. For each new codepath: how would you know it's broken in production?
New tables, indexes, migrations, query patterns. N+1 query risks. Data integrity constraints.
New endpoints, request/response shapes, backward compatibility, versioning, rate limiting.
What breaks at 10x load? At 100x? Memory, CPU, network, database hotspots.
Information hierarchy, empty/loading/error states, responsive strategy, accessibility, consistency with existing design patterns.
After all sections are reviewed, produce a clean summary:
CEO REVIEW SUMMARY
Save the summary to memory/ for future reference.
Reproducido de garrytan/gstack bajo licencia MIT. Leer esta página en markdown.
1 archivo en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.
Este repo incluye 59 skills. Si instalas uno, normalmente ya tienes los demás.
Navegador headless rápido para QA testing y dogfooding de sitios (gstack).
Flujo de ship: detecta y fusiona la rama base, corre tests, revisa el diff, sube VERSION, actualiza CHANGELOG, hace commit, push y crea el PR (gstack).
QA en dispositivo iOS real para apps SwiftUI, con bucle de agente guiado por visión sobre USB (gstack).
Revisión de planes con ojo de diseñador — interactiva, al estilo de las revisiones de CEO e Ingeniería. (gstack)
Revisión de plan en modo gerente de ingeniería: arquitectura, flujo de datos, diagramas, casos límite, cobertura de pruebas y rendimiento. (gstack)
Actualización de documentación posterior al ship (gstack).
Debes usarlo antes de cualquier trabajo creativo: crear features, construir componentes, añadir funcionalidad o modificar comportamiento. Explora la intención, requisitos y diseño antes de implementar.
Úsalo cuando tengas un plan de implementación escrito para ejecutar en una sesión separada con puntos de revisión.
Úsala al iniciar cualquier conversación: establece cómo encontrar y usar skills, exigiendo su invocación antes de CUALQUIER respuesta, incluso preguntas aclaratorias.